public interface ExecutionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultPool()
public abstract DefaultPool getDefaultPool()Optional. Use default Cloud Build pool.
.google.cloud.deploy.v1.DefaultPool default_pool = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| DefaultPool | The defaultPool. |
getDefaultPoolOrBuilder()
public abstract DefaultPoolOrBuilder getDefaultPoolOrBuilder()Optional. Use default Cloud Build pool.
.google.cloud.deploy.v1.DefaultPool default_pool = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| DefaultPoolOrBuilder |
getExecutionEnvironmentCase()
public abstract ExecutionConfig.ExecutionEnvironmentCase getExecutionEnvironmentCase()| Type | Description |
| ExecutionConfig.ExecutionEnvironmentCase |
getPrivatePool()
public abstract PrivatePool getPrivatePool()Optional. Use private Cloud Build pool.
.google.cloud.deploy.v1.PrivatePool private_pool = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| PrivatePool | The privatePool. |
getPrivatePoolOrBuilder()
public abstract PrivatePoolOrBuilder getPrivatePoolOrBuilder()Optional. Use private Cloud Build pool.
.google.cloud.deploy.v1.PrivatePool private_pool = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| PrivatePoolOrBuilder |
getUsages(int index)
public abstract ExecutionConfig.ExecutionEnvironmentUsage getUsages(int index)Required. Usages when this configuration should be applied.
repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the element to return. |
| 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.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The count of usages. |
getUsagesList()
public abstract List<ExecutionConfig.ExecutionEnvironmentUsage> getUsagesList()Required. Usages when this configuration should be applied.
repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
| 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.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the value to return. |
| 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.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for usages. |
hasDefaultPool()
public abstract boolean hasDefaultPool()Optional. Use default Cloud Build pool.
.google.cloud.deploy.v1.DefaultPool default_pool = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the defaultPool field is set. |
hasPrivatePool()
public abstract boolean hasPrivatePool()Optional. Use private Cloud Build pool.
.google.cloud.deploy.v1.PrivatePool private_pool = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the privatePool field is set. |