public interface PrivatePoolOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArtifactStorage()
public abstract String getArtifactStorage()
Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
string artifact_storage = 3;
Returns | |
---|---|
Type | Description |
String |
The artifactStorage. |
getArtifactStorageBytes()
public abstract ByteString getArtifactStorageBytes()
Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
string artifact_storage = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for artifactStorage. |
getServiceAccount()
public abstract String getServiceAccount()
Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
string service_account = 2;
Returns | |
---|---|
Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()
Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
string service_account = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAccount. |
getWorkerPool()
public abstract String getWorkerPool()
Required. Resource name of the Cloud Build worker pool to use. The format
is projects/{project}/locations/{location}/workerPools/{pool}
.
string worker_pool = 1;
Returns | |
---|---|
Type | Description |
String |
The workerPool. |
getWorkerPoolBytes()
public abstract ByteString getWorkerPoolBytes()
Required. Resource name of the Cloud Build worker pool to use. The format
is projects/{project}/locations/{location}/workerPools/{pool}
.
string worker_pool = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for workerPool. |