public static final class V1.Handler.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder> implements V1.HandlerOrBuilder
Handler defines a specific action that should be taken TODO: pass structured data to these actions, and document that data here.Protobuf type
k8s.io.api.core.v1.Handler| Modifier and Type | Method and Description |
|---|---|
V1.Handler.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Handler |
build() |
V1.Handler |
buildPartial() |
V1.Handler.Builder |
clear() |
V1.Handler.Builder |
clearExec()
One and only one of the following should be specified.
|
V1.Handler.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.Handler.Builder |
clearHttpGet()
HTTPGet specifies the http request to perform.
|
V1.Handler.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.Handler.Builder |
clearTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
V1.Handler.Builder |
clone() |
V1.Handler |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V1.ExecAction |
getExec()
One and only one of the following should be specified.
|
V1.ExecAction.Builder |
getExecBuilder()
One and only one of the following should be specified.
|
V1.ExecActionOrBuilder |
getExecOrBuilder()
One and only one of the following should be specified.
|
V1.HTTPGetAction |
getHttpGet()
HTTPGet specifies the http request to perform.
|
V1.HTTPGetAction.Builder |
getHttpGetBuilder()
HTTPGet specifies the http request to perform.
|
V1.HTTPGetActionOrBuilder |
getHttpGetOrBuilder()
HTTPGet specifies the http request to perform.
|
V1.TCPSocketAction |
getTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
V1.TCPSocketAction.Builder |
getTcpSocketBuilder()
TCPSocket specifies an action involving a TCP port.
|
V1.TCPSocketActionOrBuilder |
getTcpSocketOrBuilder()
TCPSocket specifies an action involving a TCP port.
|
boolean |
hasExec()
One and only one of the following should be specified.
|
boolean |
hasHttpGet()
HTTPGet specifies the http request to perform.
|
boolean |
hasTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.Handler.Builder |
mergeExec(V1.ExecAction value)
One and only one of the following should be specified.
|
V1.Handler.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.Handler.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.Handler.Builder |
mergeFrom(V1.Handler other) |
V1.Handler.Builder |
mergeHttpGet(V1.HTTPGetAction value)
HTTPGet specifies the http request to perform.
|
V1.Handler.Builder |
mergeTcpSocket(V1.TCPSocketAction value)
TCPSocket specifies an action involving a TCP port.
|
V1.Handler.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.Handler.Builder |
setExec(V1.ExecAction.Builder builderForValue)
One and only one of the following should be specified.
|
V1.Handler.Builder |
setExec(V1.ExecAction value)
One and only one of the following should be specified.
|
V1.Handler.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Handler.Builder |
setHttpGet(V1.HTTPGetAction.Builder builderForValue)
HTTPGet specifies the http request to perform.
|
V1.Handler.Builder |
setHttpGet(V1.HTTPGetAction value)
HTTPGet specifies the http request to perform.
|
V1.Handler.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.Handler.Builder |
setTcpSocket(V1.TCPSocketAction.Builder builderForValue)
TCPSocket specifies an action involving a TCP port.
|
V1.Handler.Builder |
setTcpSocket(V1.TCPSocketAction value)
TCPSocket specifies an action involving a TCP port.
|
V1.Handler.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>public V1.Handler.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.Handler.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.Handler.Builder>public V1.Handler getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.Handler build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.Handler buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.Handler.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.Handler.Builder>public V1.Handler.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.Handler.Builder>public V1.Handler.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>public V1.Handler.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>public V1.Handler.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.Handler.Builder>public V1.Handler.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.Handler.Builder>public V1.Handler.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.Handler.Builder>public V1.Handler.Builder mergeFrom(V1.Handler other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>public V1.Handler.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.Handler.Builder>IOExceptionpublic boolean hasExec()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;hasExec in interface V1.HandlerOrBuilderpublic V1.ExecAction getExec()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;getExec in interface V1.HandlerOrBuilderpublic V1.Handler.Builder setExec(V1.ExecAction value)
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;public V1.Handler.Builder setExec(V1.ExecAction.Builder builderForValue)
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;public V1.Handler.Builder mergeExec(V1.ExecAction value)
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;public V1.Handler.Builder clearExec()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;public V1.ExecAction.Builder getExecBuilder()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;public V1.ExecActionOrBuilder getExecOrBuilder()
One and only one of the following should be specified. Exec specifies the action to take. +optional
optional .k8s.io.api.core.v1.ExecAction exec = 1;getExecOrBuilder in interface V1.HandlerOrBuilderpublic boolean hasHttpGet()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;hasHttpGet in interface V1.HandlerOrBuilderpublic V1.HTTPGetAction getHttpGet()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;getHttpGet in interface V1.HandlerOrBuilderpublic V1.Handler.Builder setHttpGet(V1.HTTPGetAction value)
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;public V1.Handler.Builder setHttpGet(V1.HTTPGetAction.Builder builderForValue)
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;public V1.Handler.Builder mergeHttpGet(V1.HTTPGetAction value)
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;public V1.Handler.Builder clearHttpGet()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;public V1.HTTPGetAction.Builder getHttpGetBuilder()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;public V1.HTTPGetActionOrBuilder getHttpGetOrBuilder()
HTTPGet specifies the http request to perform. +optional
optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;getHttpGetOrBuilder in interface V1.HandlerOrBuilderpublic boolean hasTcpSocket()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;hasTcpSocket in interface V1.HandlerOrBuilderpublic V1.TCPSocketAction getTcpSocket()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;getTcpSocket in interface V1.HandlerOrBuilderpublic V1.Handler.Builder setTcpSocket(V1.TCPSocketAction value)
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;public V1.Handler.Builder setTcpSocket(V1.TCPSocketAction.Builder builderForValue)
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;public V1.Handler.Builder mergeTcpSocket(V1.TCPSocketAction value)
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;public V1.Handler.Builder clearTcpSocket()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;public V1.TCPSocketAction.Builder getTcpSocketBuilder()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;public V1.TCPSocketActionOrBuilder getTcpSocketOrBuilder()
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported TODO: implement a realistic TCP lifecycle hook +optional
optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;getTcpSocketOrBuilder in interface V1.HandlerOrBuilderpublic final V1.Handler.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>public final V1.Handler.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Handler.Builder>Copyright © 2021. All rights reserved.