Interface Gateway.NewContainerRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.NewContainerRequest
,Gateway.NewContainerRequest.Builder
- Enclosing class:
Gateway
public static interface Gateway.NewContainerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.pb.WorkerConstraints constraints = 5;
.pb.WorkerConstraints constraints = 5;
string ContainerID = 1;
com.google.protobuf.ByteString
string ContainerID = 1;
getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
int
repeated .pb.HostIP extraHosts = 6;
repeated .pb.HostIP extraHosts = 6;
getExtraHostsOrBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
List
<? extends Ops.HostIPOrBuilder> repeated .pb.HostIP extraHosts = 6;
string hostname = 7;
com.google.protobuf.ByteString
string hostname = 7;
getMounts
(int index) For mount input values we can use random identifiers passed with refint
For mount input values we can use random identifiers passed with refFor mount input values we can use random identifiers passed with refgetMountsOrBuilder
(int index) For mount input values we can use random identifiers passed with refList
<? extends Ops.MountOrBuilder> For mount input values we can use random identifiers passed with ref.pb.NetMode Network = 3;
int
.pb.NetMode Network = 3;
.pb.Platform platform = 4;
.pb.Platform platform = 4;
boolean
.pb.WorkerConstraints constraints = 5;
boolean
.pb.Platform platform = 4;
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
-
getContainerID
-
getContainerIDBytes
com.google.protobuf.ByteString getContainerIDBytes()string ContainerID = 1;
- Returns:
- The bytes for containerID.
-
getMountsList
-
getMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getMountsCount
int getMountsCount()For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getMountsOrBuilderList
List<? extends Ops.MountOrBuilder> getMountsOrBuilderList()For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getMountsOrBuilder
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getNetworkValue
int getNetworkValue().pb.NetMode Network = 3;
- Returns:
- The enum numeric value on the wire for network.
-
getNetwork
-
hasPlatform
boolean hasPlatform().pb.Platform platform = 4;
- Returns:
- Whether the platform field is set.
-
getPlatform
-
getPlatformOrBuilder
Ops.PlatformOrBuilder getPlatformOrBuilder().pb.Platform platform = 4;
-
hasConstraints
boolean hasConstraints().pb.WorkerConstraints constraints = 5;
- Returns:
- Whether the constraints field is set.
-
getConstraints
Ops.WorkerConstraints getConstraints().pb.WorkerConstraints constraints = 5;
- Returns:
- The constraints.
-
getConstraintsOrBuilder
Ops.WorkerConstraintsOrBuilder getConstraintsOrBuilder().pb.WorkerConstraints constraints = 5;
-
getExtraHostsList
List<Ops.HostIP> getExtraHostsList()repeated .pb.HostIP extraHosts = 6;
-
getExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsCount
int getExtraHostsCount()repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilderList
List<? extends Ops.HostIPOrBuilder> getExtraHostsOrBuilderList()repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilder
repeated .pb.HostIP extraHosts = 6;
-
getHostname
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()string hostname = 7;
- Returns:
- The bytes for hostname.
-