public static final class V1.PodLogOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder> implements V1.PodLogOptionsOrBuilder
PodLogOptions is the query options for a Pod's logs REST call.Protobuf type
k8s.io.api.core.v1.PodLogOptions| Modifier and Type | Method and Description |
|---|---|
V1.PodLogOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodLogOptions |
build() |
V1.PodLogOptions |
buildPartial() |
V1.PodLogOptions.Builder |
clear() |
V1.PodLogOptions.Builder |
clearContainer()
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodLogOptions.Builder |
clearFollow()
Follow the log stream of the pod.
|
V1.PodLogOptions.Builder |
clearInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the
serving certificate of the backend it is connecting to.
|
V1.PodLogOptions.Builder |
clearLimitBytes()
If set, the number of bytes to read from the server before terminating the
log output.
|
V1.PodLogOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodLogOptions.Builder |
clearPrevious()
Return previous terminated container logs.
|
V1.PodLogOptions.Builder |
clearSinceSeconds()
A relative time in seconds before the current time from which to show logs.
|
V1.PodLogOptions.Builder |
clearSinceTime()
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
clearTailLines()
If set, the number of lines from the end of the logs to show.
|
V1.PodLogOptions.Builder |
clearTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
V1.PodLogOptions.Builder |
clone() |
String |
getContainer()
The container for which to stream logs.
|
com.google.protobuf.ByteString |
getContainerBytes()
The container for which to stream logs.
|
V1.PodLogOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getFollow()
Follow the log stream of the pod.
|
boolean |
getInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the
serving certificate of the backend it is connecting to.
|
long |
getLimitBytes()
If set, the number of bytes to read from the server before terminating the
log output.
|
boolean |
getPrevious()
Return previous terminated container logs.
|
long |
getSinceSeconds()
A relative time in seconds before the current time from which to show logs.
|
Meta.Time |
getSinceTime()
An RFC3339 timestamp from which to show logs.
|
Meta.Time.Builder |
getSinceTimeBuilder()
An RFC3339 timestamp from which to show logs.
|
Meta.TimeOrBuilder |
getSinceTimeOrBuilder()
An RFC3339 timestamp from which to show logs.
|
long |
getTailLines()
If set, the number of lines from the end of the logs to show.
|
boolean |
getTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
boolean |
hasContainer()
The container for which to stream logs.
|
boolean |
hasFollow()
Follow the log stream of the pod.
|
boolean |
hasInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the
serving certificate of the backend it is connecting to.
|
boolean |
hasLimitBytes()
If set, the number of bytes to read from the server before terminating the
log output.
|
boolean |
hasPrevious()
Return previous terminated container logs.
|
boolean |
hasSinceSeconds()
A relative time in seconds before the current time from which to show logs.
|
boolean |
hasSinceTime()
An RFC3339 timestamp from which to show logs.
|
boolean |
hasTailLines()
If set, the number of lines from the end of the logs to show.
|
boolean |
hasTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.PodLogOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodLogOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.PodLogOptions.Builder |
mergeFrom(V1.PodLogOptions other) |
V1.PodLogOptions.Builder |
mergeSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodLogOptions.Builder |
setContainer(String value)
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
setContainerBytes(com.google.protobuf.ByteString value)
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodLogOptions.Builder |
setFollow(boolean value)
Follow the log stream of the pod.
|
V1.PodLogOptions.Builder |
setInsecureSkipTLSVerifyBackend(boolean value)
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the
serving certificate of the backend it is connecting to.
|
V1.PodLogOptions.Builder |
setLimitBytes(long value)
If set, the number of bytes to read from the server before terminating the
log output.
|
V1.PodLogOptions.Builder |
setPrevious(boolean value)
Return previous terminated container logs.
|
V1.PodLogOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodLogOptions.Builder |
setSinceSeconds(long value)
A relative time in seconds before the current time from which to show logs.
|
V1.PodLogOptions.Builder |
setSinceTime(Meta.Time.Builder builderForValue)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
setSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
setTailLines(long value)
If set, the number of lines from the end of the logs to show.
|
V1.PodLogOptions.Builder |
setTimestamps(boolean value)
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
V1.PodLogOptions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.PodLogOptions build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.PodLogOptions buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.PodLogOptions.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder mergeFrom(V1.PodLogOptions other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public V1.PodLogOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PodLogOptions.Builder>IOExceptionpublic boolean hasContainer()
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;hasContainer in interface V1.PodLogOptionsOrBuilderpublic String getContainer()
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;getContainer in interface V1.PodLogOptionsOrBuilderpublic com.google.protobuf.ByteString getContainerBytes()
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;getContainerBytes in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setContainer(String value)
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;public V1.PodLogOptions.Builder clearContainer()
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;public V1.PodLogOptions.Builder setContainerBytes(com.google.protobuf.ByteString value)
The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional
optional string container = 1;public boolean hasFollow()
Follow the log stream of the pod. Defaults to false. +optional
optional bool follow = 2;hasFollow in interface V1.PodLogOptionsOrBuilderpublic boolean getFollow()
Follow the log stream of the pod. Defaults to false. +optional
optional bool follow = 2;getFollow in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setFollow(boolean value)
Follow the log stream of the pod. Defaults to false. +optional
optional bool follow = 2;public V1.PodLogOptions.Builder clearFollow()
Follow the log stream of the pod. Defaults to false. +optional
optional bool follow = 2;public boolean hasPrevious()
Return previous terminated container logs. Defaults to false. +optional
optional bool previous = 3;hasPrevious in interface V1.PodLogOptionsOrBuilderpublic boolean getPrevious()
Return previous terminated container logs. Defaults to false. +optional
optional bool previous = 3;getPrevious in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setPrevious(boolean value)
Return previous terminated container logs. Defaults to false. +optional
optional bool previous = 3;public V1.PodLogOptions.Builder clearPrevious()
Return previous terminated container logs. Defaults to false. +optional
optional bool previous = 3;public boolean hasSinceSeconds()
A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional int64 sinceSeconds = 4;hasSinceSeconds in interface V1.PodLogOptionsOrBuilderpublic long getSinceSeconds()
A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional int64 sinceSeconds = 4;getSinceSeconds in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setSinceSeconds(long value)
A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional int64 sinceSeconds = 4;public V1.PodLogOptions.Builder clearSinceSeconds()
A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional int64 sinceSeconds = 4;public boolean hasSinceTime()
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;hasSinceTime in interface V1.PodLogOptionsOrBuilderpublic Meta.Time getSinceTime()
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;getSinceTime in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;public V1.PodLogOptions.Builder setSinceTime(Meta.Time.Builder builderForValue)
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;public V1.PodLogOptions.Builder mergeSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;public V1.PodLogOptions.Builder clearSinceTime()
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;public Meta.Time.Builder getSinceTimeBuilder()
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;public Meta.TimeOrBuilder getSinceTimeOrBuilder()
An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time sinceTime = 5;getSinceTimeOrBuilder in interface V1.PodLogOptionsOrBuilderpublic boolean hasTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional
optional bool timestamps = 6;hasTimestamps in interface V1.PodLogOptionsOrBuilderpublic boolean getTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional
optional bool timestamps = 6;getTimestamps in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setTimestamps(boolean value)
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional
optional bool timestamps = 6;public V1.PodLogOptions.Builder clearTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional
optional bool timestamps = 6;public boolean hasTailLines()
If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional
optional int64 tailLines = 7;hasTailLines in interface V1.PodLogOptionsOrBuilderpublic long getTailLines()
If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional
optional int64 tailLines = 7;getTailLines in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setTailLines(long value)
If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional
optional int64 tailLines = 7;public V1.PodLogOptions.Builder clearTailLines()
If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional
optional int64 tailLines = 7;public boolean hasLimitBytes()
If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional
optional int64 limitBytes = 8;hasLimitBytes in interface V1.PodLogOptionsOrBuilderpublic long getLimitBytes()
If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional
optional int64 limitBytes = 8;getLimitBytes in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setLimitBytes(long value)
If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional
optional int64 limitBytes = 8;public V1.PodLogOptions.Builder clearLimitBytes()
If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional
optional int64 limitBytes = 8;public boolean hasInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional
optional bool insecureSkipTLSVerifyBackend = 9;hasInsecureSkipTLSVerifyBackend in interface V1.PodLogOptionsOrBuilderpublic boolean getInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional
optional bool insecureSkipTLSVerifyBackend = 9;getInsecureSkipTLSVerifyBackend in interface V1.PodLogOptionsOrBuilderpublic V1.PodLogOptions.Builder setInsecureSkipTLSVerifyBackend(boolean value)
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional
optional bool insecureSkipTLSVerifyBackend = 9;public V1.PodLogOptions.Builder clearInsecureSkipTLSVerifyBackend()
insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional
optional bool insecureSkipTLSVerifyBackend = 9;public final V1.PodLogOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>public final V1.PodLogOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodLogOptions.Builder>Copyright © 2023. All rights reserved.