Interface Ops.ExecOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.ExecOp
,Ops.ExecOp.Builder
- Enclosing class:
Ops
public static interface Ops.ExecOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCdiDevices
(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;
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;
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;
boolean
hasMeta()
.pb.Meta meta = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMeta
boolean hasMeta().pb.Meta meta = 1;
- Returns:
- Whether the meta field is set.
-
getMeta
-
getMetaOrBuilder
Ops.MetaOrBuilder getMetaOrBuilder().pb.Meta meta = 1;
-
getMountsList
-
getMounts
repeated .pb.Mount mounts = 2;
-
getMountsCount
int getMountsCount()repeated .pb.Mount mounts = 2;
-
getMountsOrBuilderList
List<? extends Ops.MountOrBuilder> getMountsOrBuilderList()repeated .pb.Mount mounts = 2;
-
getMountsOrBuilder
repeated .pb.Mount mounts = 2;
-
getNetworkValue
int getNetworkValue().pb.NetMode network = 3;
- Returns:
- The enum numeric value on the wire for network.
-
getNetwork
-
getSecurityValue
int getSecurityValue().pb.SecurityMode security = 4;
- Returns:
- The enum numeric value on the wire for security.
-
getSecurity
-
getSecretenvList
List<Ops.SecretEnv> getSecretenvList()repeated .pb.SecretEnv secretenv = 5;
-
getSecretenv
repeated .pb.SecretEnv secretenv = 5;
-
getSecretenvCount
int getSecretenvCount()repeated .pb.SecretEnv secretenv = 5;
-
getSecretenvOrBuilderList
List<? extends Ops.SecretEnvOrBuilder> getSecretenvOrBuilderList()repeated .pb.SecretEnv secretenv = 5;
-
getSecretenvOrBuilder
repeated .pb.SecretEnv secretenv = 5;
-
getCdiDevicesList
List<Ops.CDIDevice> getCdiDevicesList()repeated .pb.CDIDevice cdiDevices = 6;
-
getCdiDevices
repeated .pb.CDIDevice cdiDevices = 6;
-
getCdiDevicesCount
int getCdiDevicesCount()repeated .pb.CDIDevice cdiDevices = 6;
-
getCdiDevicesOrBuilderList
List<? extends Ops.CDIDeviceOrBuilder> getCdiDevicesOrBuilderList()repeated .pb.CDIDevice cdiDevices = 6;
-
getCdiDevicesOrBuilder
repeated .pb.CDIDevice cdiDevices = 6;
-