Package binoculars
Interface BinocularsOuterClass.LogRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BinocularsOuterClass.LogRequest,BinocularsOuterClass.LogRequest.Builder
- Enclosing class:
- BinocularsOuterClass
public static interface BinocularsOuterClass.LogRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobId()string job_id = 1;com.google.protobuf.ByteStringgetJobIdBytes()string job_id = 1;Generated.PodLogOptionsgetLogOptions().k8s.io.api.core.v1.PodLogOptions log_options = 5;Generated.PodLogOptionsOrBuildergetLogOptionsOrBuilder().k8s.io.api.core.v1.PodLogOptions log_options = 5;StringgetPodNamespace()string pod_namespace = 3;com.google.protobuf.ByteStringgetPodNamespaceBytes()string pod_namespace = 3;intgetPodNumber()int32 pod_number = 2;StringgetSinceTime()allows to specify high precision time as stringcom.google.protobuf.ByteStringgetSinceTimeBytes()allows to specify high precision time as stringbooleanhasLogOptions().k8s.io.api.core.v1.PodLogOptions log_options = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobId
String getJobId()
string job_id = 1;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
string job_id = 1;- Returns:
- The bytes for jobId.
-
getPodNumber
int getPodNumber()
int32 pod_number = 2;- Returns:
- The podNumber.
-
getPodNamespace
String getPodNamespace()
string pod_namespace = 3;- Returns:
- The podNamespace.
-
getPodNamespaceBytes
com.google.protobuf.ByteString getPodNamespaceBytes()
string pod_namespace = 3;- Returns:
- The bytes for podNamespace.
-
getSinceTime
String getSinceTime()
allows to specify high precision time as string
string since_time = 4;- Returns:
- The sinceTime.
-
getSinceTimeBytes
com.google.protobuf.ByteString getSinceTimeBytes()
allows to specify high precision time as string
string since_time = 4;- Returns:
- The bytes for sinceTime.
-
hasLogOptions
boolean hasLogOptions()
.k8s.io.api.core.v1.PodLogOptions log_options = 5;- Returns:
- Whether the logOptions field is set.
-
getLogOptions
Generated.PodLogOptions getLogOptions()
.k8s.io.api.core.v1.PodLogOptions log_options = 5;- Returns:
- The logOptions.
-
getLogOptionsOrBuilder
Generated.PodLogOptionsOrBuilder getLogOptionsOrBuilder()
.k8s.io.api.core.v1.PodLogOptions log_options = 5;
-
-