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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
ExecOp executes a command in a container.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCdiDevices
(int index) repeated .pb.CDIDevice cdiDevices = 6;
int
repeated .pb.CDIDevice cdiDevices = 6;
repeated .pb.CDIDevice cdiDevices = 6;
getCdiDevicesOrBuilder
(int index) repeated .pb.CDIDevice cdiDevices = 6;
List
<? extends Ops.CDIDeviceOrBuilder> repeated .pb.CDIDevice cdiDevices = 6;
static Ops.ExecOp
static final com.google.protobuf.Descriptors.Descriptor
getMeta()
.pb.Meta meta = 1;
.pb.Meta meta = 1;
getMounts
(int index) repeated .pb.Mount mounts = 2;
int
repeated .pb.Mount mounts = 2;
repeated .pb.Mount mounts = 2;
getMountsOrBuilder
(int index) repeated .pb.Mount mounts = 2;
List
<? extends Ops.MountOrBuilder> repeated .pb.Mount mounts = 2;
.pb.NetMode network = 3;
int
.pb.NetMode network = 3;
com.google.protobuf.Parser
<Ops.ExecOp> getSecretenv
(int index) repeated .pb.SecretEnv secretenv = 5;
int
repeated .pb.SecretEnv secretenv = 5;
repeated .pb.SecretEnv secretenv = 5;
getSecretenvOrBuilder
(int index) repeated .pb.SecretEnv secretenv = 5;
List
<? extends Ops.SecretEnvOrBuilder> repeated .pb.SecretEnv secretenv = 5;
.pb.SecurityMode security = 4;
int
.pb.SecurityMode security = 4;
int
int
hashCode()
boolean
hasMeta()
.pb.Meta meta = 1;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
static Ops.ExecOp.Builder
static Ops.ExecOp.Builder
newBuilder
(Ops.ExecOp prototype) protected Ops.ExecOp.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static Ops.ExecOp
parseDelimitedFrom
(InputStream input) static Ops.ExecOp
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.ExecOp
parseFrom
(byte[] data) static Ops.ExecOp
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.ExecOp
parseFrom
(com.google.protobuf.ByteString data) static Ops.ExecOp
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.ExecOp
parseFrom
(com.google.protobuf.CodedInputStream input) static Ops.ExecOp
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.ExecOp
parseFrom
(InputStream input) static Ops.ExecOp
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.ExecOp
parseFrom
(ByteBuffer data) static Ops.ExecOp
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser
<Ops.ExecOp> parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
META_FIELD_NUMBER
public static final int META_FIELD_NUMBER- See Also:
-
MOUNTS_FIELD_NUMBER
public static final int MOUNTS_FIELD_NUMBER- See Also:
-
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER- See Also:
-
SECURITY_FIELD_NUMBER
public static final int SECURITY_FIELD_NUMBER- See Also:
-
SECRETENV_FIELD_NUMBER
public static final int SECRETENV_FIELD_NUMBER- See Also:
-
CDIDEVICES_FIELD_NUMBER
public static final int CDIDEVICES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
hasMeta
public boolean hasMeta().pb.Meta meta = 1;
- Specified by:
hasMeta
in interfaceOps.ExecOpOrBuilder
- Returns:
- Whether the meta field is set.
-
getMeta
.pb.Meta meta = 1;
- Specified by:
getMeta
in interfaceOps.ExecOpOrBuilder
- Returns:
- The meta.
-
getMetaOrBuilder
.pb.Meta meta = 1;
- Specified by:
getMetaOrBuilder
in interfaceOps.ExecOpOrBuilder
-
getMountsList
repeated .pb.Mount mounts = 2;
- Specified by:
getMountsList
in interfaceOps.ExecOpOrBuilder
-
getMountsOrBuilderList
repeated .pb.Mount mounts = 2;
- Specified by:
getMountsOrBuilderList
in interfaceOps.ExecOpOrBuilder
-
getMountsCount
public int getMountsCount()repeated .pb.Mount mounts = 2;
- Specified by:
getMountsCount
in interfaceOps.ExecOpOrBuilder
-
getMounts
repeated .pb.Mount mounts = 2;
- Specified by:
getMounts
in interfaceOps.ExecOpOrBuilder
-
getMountsOrBuilder
repeated .pb.Mount mounts = 2;
- Specified by:
getMountsOrBuilder
in interfaceOps.ExecOpOrBuilder
-
getNetworkValue
public int getNetworkValue().pb.NetMode network = 3;
- Specified by:
getNetworkValue
in interfaceOps.ExecOpOrBuilder
- Returns:
- The enum numeric value on the wire for network.
-
getNetwork
.pb.NetMode network = 3;
- Specified by:
getNetwork
in interfaceOps.ExecOpOrBuilder
- Returns:
- The network.
-
getSecurityValue
public int getSecurityValue().pb.SecurityMode security = 4;
- Specified by:
getSecurityValue
in interfaceOps.ExecOpOrBuilder
- Returns:
- The enum numeric value on the wire for security.
-
getSecurity
.pb.SecurityMode security = 4;
- Specified by:
getSecurity
in interfaceOps.ExecOpOrBuilder
- Returns:
- The security.
-
getSecretenvList
repeated .pb.SecretEnv secretenv = 5;
- Specified by:
getSecretenvList
in interfaceOps.ExecOpOrBuilder
-
getSecretenvOrBuilderList
repeated .pb.SecretEnv secretenv = 5;
- Specified by:
getSecretenvOrBuilderList
in interfaceOps.ExecOpOrBuilder
-
getSecretenvCount
public int getSecretenvCount()repeated .pb.SecretEnv secretenv = 5;
- Specified by:
getSecretenvCount
in interfaceOps.ExecOpOrBuilder
-
getSecretenv
repeated .pb.SecretEnv secretenv = 5;
- Specified by:
getSecretenv
in interfaceOps.ExecOpOrBuilder
-
getSecretenvOrBuilder
repeated .pb.SecretEnv secretenv = 5;
- Specified by:
getSecretenvOrBuilder
in interfaceOps.ExecOpOrBuilder
-
getCdiDevicesList
repeated .pb.CDIDevice cdiDevices = 6;
- Specified by:
getCdiDevicesList
in interfaceOps.ExecOpOrBuilder
-
getCdiDevicesOrBuilderList
repeated .pb.CDIDevice cdiDevices = 6;
- Specified by:
getCdiDevicesOrBuilderList
in interfaceOps.ExecOpOrBuilder
-
getCdiDevicesCount
public int getCdiDevicesCount()repeated .pb.CDIDevice cdiDevices = 6;
- Specified by:
getCdiDevicesCount
in interfaceOps.ExecOpOrBuilder
-
getCdiDevices
repeated .pb.CDIDevice cdiDevices = 6;
- Specified by:
getCdiDevices
in interfaceOps.ExecOpOrBuilder
-
getCdiDevicesOrBuilder
repeated .pb.CDIDevice cdiDevices = 6;
- Specified by:
getCdiDevicesOrBuilder
in interfaceOps.ExecOpOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.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
- Throws:
IOException
-
parseFrom
public static Ops.ExecOp parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Ops.ExecOp parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Ops.ExecOp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Ops.ExecOp.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-