public interface ExecutionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArtifactStorage()
public abstract String getArtifactStorage()
Optional. Cloud Storage location in which to store execution outputs. 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 = 6;
Returns | |
---|---|
Type | Description |
String |
The artifactStorage. |
getArtifactStorageBytes()
public abstract ByteString getArtifactStorageBytes()
Optional. Cloud Storage location in which to store execution outputs. 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 = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for artifactStorage. |
getDefaultPool()
public abstract DefaultPool getDefaultPool()
Optional. Use default Cloud Build pool.
.google.events.cloud.deploy.v1.DefaultPool default_pool = 2;
Returns | |
---|---|
Type | Description |
DefaultPool |
The defaultPool. |
getDefaultPoolOrBuilder()
public abstract DefaultPoolOrBuilder getDefaultPoolOrBuilder()
Optional. Use default Cloud Build pool.
.google.events.cloud.deploy.v1.DefaultPool default_pool = 2;
Returns | |
---|---|
Type | Description |
DefaultPoolOrBuilder |
getExecutionEnvironmentCase()
public abstract ExecutionConfig.ExecutionEnvironmentCase getExecutionEnvironmentCase()
Returns | |
---|---|
Type | Description |
ExecutionConfig.ExecutionEnvironmentCase |
getExecutionTimeout()
public abstract Duration getExecutionTimeout()
Optional. Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used.
.google.protobuf.Duration execution_timeout = 7;
Returns | |
---|---|
Type | Description |
Duration |
The executionTimeout. |
getExecutionTimeoutOrBuilder()
public abstract DurationOrBuilder getExecutionTimeoutOrBuilder()
Optional. Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used.
.google.protobuf.Duration execution_timeout = 7;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getPrivatePool()
public abstract PrivatePool getPrivatePool()
Optional. Use private Cloud Build pool.
.google.events.cloud.deploy.v1.PrivatePool private_pool = 3;
Returns | |
---|---|
Type | Description |
PrivatePool |
The privatePool. |
getPrivatePoolOrBuilder()
public abstract PrivatePoolOrBuilder getPrivatePoolOrBuilder()
Optional. Use private Cloud Build pool.
.google.events.cloud.deploy.v1.PrivatePool private_pool = 3;
Returns | |
---|---|
Type | Description |
PrivatePoolOrBuilder |
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) is used.
string service_account = 5;
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) is used.
string service_account = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAccount. |
getUsages(int index)
public abstract ExecutionConfig.ExecutionEnvironmentUsage getUsages(int index)
Required. Usages when this configuration should be applied.
repeated .google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
ExecutionConfig.ExecutionEnvironmentUsage |
The usages at the given index. |
getUsagesCount()
public abstract int getUsagesCount()
Required. Usages when this configuration should be applied.
repeated .google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1;
Returns | |
---|---|
Type | Description |
int |
The count of usages. |
getUsagesList()
public abstract List<ExecutionConfig.ExecutionEnvironmentUsage> getUsagesList()
Required. Usages when this configuration should be applied.
repeated .google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1;
Returns | |
---|---|
Type | Description |
List<ExecutionEnvironmentUsage> |
A list containing the usages. |
getUsagesValue(int index)
public abstract int getUsagesValue(int index)
Required. Usages when this configuration should be applied.
repeated .google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of usages at the given index. |
getUsagesValueList()
public abstract List<Integer> getUsagesValueList()
Required. Usages when this configuration should be applied.
repeated .google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1;
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for usages. |
getWorkerPool()
public abstract String getWorkerPool()
Optional. The resource name of the WorkerPool
, with the format
projects/{project}/locations/{location}/workerPools/{worker_pool}
.
If this optional field is unspecified, the default Cloud Build pool will be
used.
string worker_pool = 4;
Returns | |
---|---|
Type | Description |
String |
The workerPool. |
getWorkerPoolBytes()
public abstract ByteString getWorkerPoolBytes()
Optional. The resource name of the WorkerPool
, with the format
projects/{project}/locations/{location}/workerPools/{worker_pool}
.
If this optional field is unspecified, the default Cloud Build pool will be
used.
string worker_pool = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for workerPool. |
hasDefaultPool()
public abstract boolean hasDefaultPool()
Optional. Use default Cloud Build pool.
.google.events.cloud.deploy.v1.DefaultPool default_pool = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the defaultPool field is set. |
hasExecutionTimeout()
public abstract boolean hasExecutionTimeout()
Optional. Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used.
.google.protobuf.Duration execution_timeout = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the executionTimeout field is set. |
hasPrivatePool()
public abstract boolean hasPrivatePool()
Optional. Use private Cloud Build pool.
.google.events.cloud.deploy.v1.PrivatePool private_pool = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the privatePool field is set. |