public static final class BuildOptions.PoolOption.Builder extends GeneratedMessage.Builder<BuildOptions.PoolOption.Builder> implements BuildOptions.PoolOptionOrBuilder Details about how a build should be executed on a WorkerPool.
See running builds in a private pool for more information.
Protobuf type google.devtools.cloudbuild.v1.BuildOptions.PoolOption
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BuildOptions.PoolOption.BuilderImplements
BuildOptions.PoolOptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BuildOptions.PoolOption build()| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption |
|
buildPartial()
public BuildOptions.PoolOption buildPartial()| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption |
|
clear()
public BuildOptions.PoolOption.Builder clear()| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
|
clearName()
public BuildOptions.PoolOption.Builder clearName() The WorkerPool resource to execute the build on.
You must have cloudbuild.workerpools.use on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BuildOptions.PoolOption getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() The WorkerPool resource to execute the build on.
You must have cloudbuild.workerpools.use on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() The WorkerPool resource to execute the build on.
You must have cloudbuild.workerpools.use on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BuildOptions.PoolOption other)
public BuildOptions.PoolOption.Builder mergeFrom(BuildOptions.PoolOption other)| Parameter | |
|---|---|
| Name | Description |
other |
BuildOptions.PoolOption |
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BuildOptions.PoolOption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BuildOptions.PoolOption.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
|
setName(String value)
public BuildOptions.PoolOption.Builder setName(String value) The WorkerPool resource to execute the build on.
You must have cloudbuild.workerpools.use on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
string name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public BuildOptions.PoolOption.Builder setNameBytes(ByteString value) The WorkerPool resource to execute the build on.
You must have cloudbuild.workerpools.use on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
string name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
BuildOptions.PoolOption.Builder |
This builder for chaining. |