Class V1.ExecAction.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
io.kubernetes.client.proto.V1.ExecAction.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.ExecActionOrBuilder, Cloneable
Enclosing class:
V1.ExecAction

public static final class V1.ExecAction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder> implements V1.ExecActionOrBuilder
 ExecAction describes a "run in container" action.
 
Protobuf type k8s.io.api.core.v1.ExecAction
  • Method Summary

    Modifier and Type
    Method
    Description
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    addCommandBytes(com.google.protobuf.ByteString value)
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
     
     
     
     
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
     
    clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
     
     
    getCommand(int index)
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    com.google.protobuf.ByteString
    getCommandBytes(int index)
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    int
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    com.google.protobuf.ProtocolStringList
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
     
    mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     
    setCommand(int index, String value)
    Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem.
    setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
     
    setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
     
    setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

    getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • clear

      public V1.ExecAction.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • getDefaultInstanceForType

      public V1.ExecAction getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public V1.ExecAction build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1.ExecAction buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public V1.ExecAction.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • setField

      public V1.ExecAction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • clearField

      public V1.ExecAction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • clearOneof

      public V1.ExecAction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • setRepeatedField

      public V1.ExecAction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • addRepeatedField

      public V1.ExecAction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • mergeFrom

      public V1.ExecAction.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.ExecAction.Builder>
    • mergeFrom

      public V1.ExecAction.Builder mergeFrom(V1.ExecAction other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • mergeFrom

      public V1.ExecAction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.ExecAction.Builder>
      Throws:
      IOException
    • getCommandList

      public com.google.protobuf.ProtocolStringList getCommandList()
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
      Specified by:
      getCommandList in interface V1.ExecActionOrBuilder
    • getCommandCount

      public int getCommandCount()
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
      Specified by:
      getCommandCount in interface V1.ExecActionOrBuilder
    • getCommand

      public String getCommand(int index)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
      Specified by:
      getCommand in interface V1.ExecActionOrBuilder
    • getCommandBytes

      public com.google.protobuf.ByteString getCommandBytes(int index)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
      Specified by:
      getCommandBytes in interface V1.ExecActionOrBuilder
    • setCommand

      public V1.ExecAction.Builder setCommand(int index, String value)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
    • addCommand

      public V1.ExecAction.Builder addCommand(String value)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
    • addAllCommand

      public V1.ExecAction.Builder addAllCommand(Iterable<String> values)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
    • clearCommand

      public V1.ExecAction.Builder clearCommand()
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
    • addCommandBytes

      public V1.ExecAction.Builder addCommandBytes(com.google.protobuf.ByteString value)
       Command is the command line to execute inside the container, the working directory for the
       command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
       not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
       a shell, you need to explicitly call out to that shell.
       Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
       +optional
       
      repeated string command = 1;
    • setUnknownFields

      public final V1.ExecAction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>
    • mergeUnknownFields

      public final V1.ExecAction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ExecAction.Builder>