Class Gateway.NewContainerRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Gateway.NewContainerRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
moby.buildkit.v1.frontend.Gateway.NewContainerRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Gateway.NewContainerRequestOrBuilder
- Enclosing class:
Gateway.NewContainerRequest
public static final class Gateway.NewContainerRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
implements Gateway.NewContainerRequestOrBuilder
Protobuf type
moby.buildkit.v1.frontend.NewContainerRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllExtraHosts
(Iterable<? extends Ops.HostIP> values) repeated .pb.HostIP extraHosts = 6;
addAllMounts
(Iterable<? extends Ops.Mount> values) For mount input values we can use random identifiers passed with refaddExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
addExtraHosts
(Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
repeated .pb.HostIP extraHosts = 6;
addExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
For mount input values we can use random identifiers passed with refaddMounts
(int index, Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with refFor mount input values we can use random identifiers passed with refaddMounts
(Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with refFor mount input values we can use random identifiers passed with refaddMountsBuilder
(int index) For mount input values we can use random identifiers passed with refbuild()
clear()
.pb.WorkerConstraints constraints = 5;
string ContainerID = 1;
repeated .pb.HostIP extraHosts = 6;
string hostname = 7;
For mount input values we can use random identifiers passed with ref.pb.NetMode Network = 3;
.pb.Platform platform = 4;
.pb.WorkerConstraints constraints = 5;
.pb.WorkerConstraints constraints = 5;
.pb.WorkerConstraints constraints = 5;
string ContainerID = 1;
com.google.protobuf.ByteString
string ContainerID = 1;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
getExtraHostsBuilder
(int index) repeated .pb.HostIP extraHosts = 6;
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 refgetMountsBuilder
(int index) For mount input values we can use random identifiers passed with refFor 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;
.pb.Platform platform = 4;
boolean
.pb.WorkerConstraints constraints = 5;
boolean
.pb.Platform platform = 4;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
.pb.WorkerConstraints constraints = 5;
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergePlatform
(Ops.Platform value) .pb.Platform platform = 4;
removeExtraHosts
(int index) repeated .pb.HostIP extraHosts = 6;
removeMounts
(int index) For mount input values we can use random identifiers passed with ref.pb.WorkerConstraints constraints = 5;
setConstraints
(Ops.WorkerConstraints.Builder builderForValue) .pb.WorkerConstraints constraints = 5;
setContainerID
(String value) string ContainerID = 1;
setContainerIDBytes
(com.google.protobuf.ByteString value) string ContainerID = 1;
setExtraHosts
(int index, Ops.HostIP value) repeated .pb.HostIP extraHosts = 6;
setExtraHosts
(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
setHostname
(String value) string hostname = 7;
setHostnameBytes
(com.google.protobuf.ByteString value) string hostname = 7;
For mount input values we can use random identifiers passed with refsetMounts
(int index, Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with refsetNetwork
(Ops.NetMode value) .pb.NetMode Network = 3;
setNetworkValue
(int value) .pb.NetMode Network = 3;
setPlatform
(Ops.Platform value) .pb.Platform platform = 4;
setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform platform = 4;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, 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.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Gateway.NewContainerRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Gateway.NewContainerRequest.Builder>
-
mergeFrom
public Gateway.NewContainerRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Gateway.NewContainerRequest.Builder>
- Throws:
IOException
-
getContainerID
string ContainerID = 1;
- Specified by:
getContainerID
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The containerID.
-
getContainerIDBytes
public com.google.protobuf.ByteString getContainerIDBytes()string ContainerID = 1;
- Specified by:
getContainerIDBytes
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The bytes for containerID.
-
setContainerID
string ContainerID = 1;
- Parameters:
value
- The containerID to set.- Returns:
- This builder for chaining.
-
clearContainerID
string ContainerID = 1;
- Returns:
- This builder for chaining.
-
setContainerIDBytes
public Gateway.NewContainerRequest.Builder setContainerIDBytes(com.google.protobuf.ByteString value) string ContainerID = 1;
- Parameters:
value
- The bytes for containerID to set.- Returns:
- This builder for chaining.
-
getMountsList
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
- Specified by:
getMountsList
in interfaceGateway.NewContainerRequestOrBuilder
-
getMountsCount
public int getMountsCount()For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
- Specified by:
getMountsCount
in interfaceGateway.NewContainerRequestOrBuilder
-
getMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
- Specified by:
getMounts
in interfaceGateway.NewContainerRequestOrBuilder
-
setMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
setMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addAllMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
clearMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
removeMounts
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getMountsBuilder
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;
- Specified by:
getMountsOrBuilder
in interfaceGateway.NewContainerRequestOrBuilder
-
getMountsOrBuilderList
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
- Specified by:
getMountsOrBuilderList
in interfaceGateway.NewContainerRequestOrBuilder
-
addMountsBuilder
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
addMountsBuilder
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getMountsBuilderList
For mount input values we can use random identifiers passed with ref
repeated .pb.Mount Mounts = 2;
-
getNetworkValue
public int getNetworkValue().pb.NetMode Network = 3;
- Specified by:
getNetworkValue
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The enum numeric value on the wire for network.
-
setNetworkValue
.pb.NetMode Network = 3;
- Parameters:
value
- The enum numeric value on the wire for network to set.- Returns:
- This builder for chaining.
-
getNetwork
.pb.NetMode Network = 3;
- Specified by:
getNetwork
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The network.
-
setNetwork
.pb.NetMode Network = 3;
- Parameters:
value
- The network to set.- Returns:
- This builder for chaining.
-
clearNetwork
.pb.NetMode Network = 3;
- Returns:
- This builder for chaining.
-
hasPlatform
public boolean hasPlatform().pb.Platform platform = 4;
- Specified by:
hasPlatform
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- Whether the platform field is set.
-
getPlatform
.pb.Platform platform = 4;
- Specified by:
getPlatform
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The platform.
-
setPlatform
.pb.Platform platform = 4;
-
setPlatform
.pb.Platform platform = 4;
-
mergePlatform
.pb.Platform platform = 4;
-
clearPlatform
.pb.Platform platform = 4;
-
getPlatformBuilder
.pb.Platform platform = 4;
-
getPlatformOrBuilder
.pb.Platform platform = 4;
- Specified by:
getPlatformOrBuilder
in interfaceGateway.NewContainerRequestOrBuilder
-
hasConstraints
public boolean hasConstraints().pb.WorkerConstraints constraints = 5;
- Specified by:
hasConstraints
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- Whether the constraints field is set.
-
getConstraints
.pb.WorkerConstraints constraints = 5;
- Specified by:
getConstraints
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The constraints.
-
setConstraints
.pb.WorkerConstraints constraints = 5;
-
setConstraints
public Gateway.NewContainerRequest.Builder setConstraints(Ops.WorkerConstraints.Builder builderForValue) .pb.WorkerConstraints constraints = 5;
-
mergeConstraints
.pb.WorkerConstraints constraints = 5;
-
clearConstraints
.pb.WorkerConstraints constraints = 5;
-
getConstraintsBuilder
.pb.WorkerConstraints constraints = 5;
-
getConstraintsOrBuilder
.pb.WorkerConstraints constraints = 5;
- Specified by:
getConstraintsOrBuilder
in interfaceGateway.NewContainerRequestOrBuilder
-
getExtraHostsList
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsList
in interfaceGateway.NewContainerRequestOrBuilder
-
getExtraHostsCount
public int getExtraHostsCount()repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsCount
in interfaceGateway.NewContainerRequestOrBuilder
-
getExtraHosts
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHosts
in interfaceGateway.NewContainerRequestOrBuilder
-
setExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
setExtraHosts
public Gateway.NewContainerRequest.Builder setExtraHosts(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
addExtraHosts
public Gateway.NewContainerRequest.Builder addExtraHosts(int index, Ops.HostIP.Builder builderForValue) repeated .pb.HostIP extraHosts = 6;
-
addAllExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
clearExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
removeExtraHosts
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsOrBuilder
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsOrBuilder
in interfaceGateway.NewContainerRequestOrBuilder
-
getExtraHostsOrBuilderList
repeated .pb.HostIP extraHosts = 6;
- Specified by:
getExtraHostsOrBuilderList
in interfaceGateway.NewContainerRequestOrBuilder
-
addExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
addExtraHostsBuilder
repeated .pb.HostIP extraHosts = 6;
-
getExtraHostsBuilderList
repeated .pb.HostIP extraHosts = 6;
-
getHostname
string hostname = 7;
- Specified by:
getHostname
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The hostname.
-
getHostnameBytes
public com.google.protobuf.ByteString getHostnameBytes()string hostname = 7;
- Specified by:
getHostnameBytes
in interfaceGateway.NewContainerRequestOrBuilder
- Returns:
- The bytes for hostname.
-
setHostname
string hostname = 7;
- Parameters:
value
- The hostname to set.- Returns:
- This builder for chaining.
-
clearHostname
string hostname = 7;
- Returns:
- This builder for chaining.
-
setHostnameBytes
string hostname = 7;
- Parameters:
value
- The bytes for hostname to set.- Returns:
- This builder for chaining.
-