Class Ops.ExecOp

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
pb.Ops.ExecOp
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Ops.ExecOpOrBuilder
Enclosing class:
Ops

public static final class Ops.ExecOp extends com.google.protobuf.GeneratedMessage implements Ops.ExecOpOrBuilder
 ExecOp executes a command in a container.
 
Protobuf type pb.ExecOp
See Also:
  • Field Details

  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasMeta

      public boolean hasMeta()
      .pb.Meta meta = 1;
      Specified by:
      hasMeta in interface Ops.ExecOpOrBuilder
      Returns:
      Whether the meta field is set.
    • getMeta

      public Ops.Meta getMeta()
      .pb.Meta meta = 1;
      Specified by:
      getMeta in interface Ops.ExecOpOrBuilder
      Returns:
      The meta.
    • getMetaOrBuilder

      public Ops.MetaOrBuilder getMetaOrBuilder()
      .pb.Meta meta = 1;
      Specified by:
      getMetaOrBuilder in interface Ops.ExecOpOrBuilder
    • getMountsList

      public List<Ops.Mount> getMountsList()
      repeated .pb.Mount mounts = 2;
      Specified by:
      getMountsList in interface Ops.ExecOpOrBuilder
    • getMountsOrBuilderList

      public List<? extends Ops.MountOrBuilder> getMountsOrBuilderList()
      repeated .pb.Mount mounts = 2;
      Specified by:
      getMountsOrBuilderList in interface Ops.ExecOpOrBuilder
    • getMountsCount

      public int getMountsCount()
      repeated .pb.Mount mounts = 2;
      Specified by:
      getMountsCount in interface Ops.ExecOpOrBuilder
    • getMounts

      public Ops.Mount getMounts(int index)
      repeated .pb.Mount mounts = 2;
      Specified by:
      getMounts in interface Ops.ExecOpOrBuilder
    • getMountsOrBuilder

      public Ops.MountOrBuilder getMountsOrBuilder(int index)
      repeated .pb.Mount mounts = 2;
      Specified by:
      getMountsOrBuilder in interface Ops.ExecOpOrBuilder
    • getNetworkValue

      public int getNetworkValue()
      .pb.NetMode network = 3;
      Specified by:
      getNetworkValue in interface Ops.ExecOpOrBuilder
      Returns:
      The enum numeric value on the wire for network.
    • getNetwork

      public Ops.NetMode getNetwork()
      .pb.NetMode network = 3;
      Specified by:
      getNetwork in interface Ops.ExecOpOrBuilder
      Returns:
      The network.
    • getSecurityValue

      public int getSecurityValue()
      .pb.SecurityMode security = 4;
      Specified by:
      getSecurityValue in interface Ops.ExecOpOrBuilder
      Returns:
      The enum numeric value on the wire for security.
    • getSecurity

      public Ops.SecurityMode getSecurity()
      .pb.SecurityMode security = 4;
      Specified by:
      getSecurity in interface Ops.ExecOpOrBuilder
      Returns:
      The security.
    • getSecretenvList

      public List<Ops.SecretEnv> getSecretenvList()
      repeated .pb.SecretEnv secretenv = 5;
      Specified by:
      getSecretenvList in interface Ops.ExecOpOrBuilder
    • getSecretenvOrBuilderList

      public List<? extends Ops.SecretEnvOrBuilder> getSecretenvOrBuilderList()
      repeated .pb.SecretEnv secretenv = 5;
      Specified by:
      getSecretenvOrBuilderList in interface Ops.ExecOpOrBuilder
    • getSecretenvCount

      public int getSecretenvCount()
      repeated .pb.SecretEnv secretenv = 5;
      Specified by:
      getSecretenvCount in interface Ops.ExecOpOrBuilder
    • getSecretenv

      public Ops.SecretEnv getSecretenv(int index)
      repeated .pb.SecretEnv secretenv = 5;
      Specified by:
      getSecretenv in interface Ops.ExecOpOrBuilder
    • getSecretenvOrBuilder

      public Ops.SecretEnvOrBuilder getSecretenvOrBuilder(int index)
      repeated .pb.SecretEnv secretenv = 5;
      Specified by:
      getSecretenvOrBuilder in interface Ops.ExecOpOrBuilder
    • getCdiDevicesList

      public List<Ops.CDIDevice> getCdiDevicesList()
      repeated .pb.CDIDevice cdiDevices = 6;
      Specified by:
      getCdiDevicesList in interface Ops.ExecOpOrBuilder
    • getCdiDevicesOrBuilderList

      public List<? extends Ops.CDIDeviceOrBuilder> getCdiDevicesOrBuilderList()
      repeated .pb.CDIDevice cdiDevices = 6;
      Specified by:
      getCdiDevicesOrBuilderList in interface Ops.ExecOpOrBuilder
    • getCdiDevicesCount

      public int getCdiDevicesCount()
      repeated .pb.CDIDevice cdiDevices = 6;
      Specified by:
      getCdiDevicesCount in interface Ops.ExecOpOrBuilder
    • getCdiDevices

      public Ops.CDIDevice getCdiDevices(int index)
      repeated .pb.CDIDevice cdiDevices = 6;
      Specified by:
      getCdiDevices in interface Ops.ExecOpOrBuilder
    • getCdiDevicesOrBuilder

      public Ops.CDIDeviceOrBuilder getCdiDevicesOrBuilder(int index)
      repeated .pb.CDIDevice cdiDevices = 6;
      Specified by:
      getCdiDevicesOrBuilder in interface Ops.ExecOpOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ops.ExecOp parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.ExecOp parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.ExecOp parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.ExecOp parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.ExecOp parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.ExecOp parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.ExecOp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Ops.ExecOp.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Ops.ExecOp.Builder newBuilder()
    • newBuilder

      public static Ops.ExecOp.Builder newBuilder(Ops.ExecOp prototype)
    • toBuilder

      public Ops.ExecOp.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Ops.ExecOp.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Ops.ExecOp getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ops.ExecOp> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ops.ExecOp> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Ops.ExecOp getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder