- 3.80.0 (latest)
 - 3.78.0
 - 3.77.0
 - 3.76.0
 - 3.75.0
 - 3.74.0
 - 3.72.0
 - 3.70.0
 - 3.69.0
 - 3.66.0
 - 3.65.0
 - 3.64.0
 - 3.62.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.6
 - 3.4.1
 - 3.3.12
 
public interface WorkerPoolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsAnnotations(String key)
public abstract boolean containsAnnotations(String key)User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
 map<string, string> annotations = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAnnotations() (deprecated)
public abstract Map<String,String> getAnnotations()Use #getAnnotationsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getAnnotationsCount()
public abstract int getAnnotationsCount()User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
 map<string, string> annotations = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAnnotationsMap()
public abstract Map<String,String> getAnnotationsMap()User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
 map<string, string> annotations = 4;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getAnnotationsOrDefault(String key, String defaultValue)
public abstract String getAnnotationsOrDefault(String key, String defaultValue)User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
 map<string, string> annotations = 4;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getAnnotationsOrThrow(String key)
public abstract String getAnnotationsOrThrow(String key)User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
 map<string, string> annotations = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getConfigCase()
public abstract WorkerPool.ConfigCase getConfigCase()| Returns | |
|---|---|
| Type | Description | 
WorkerPool.ConfigCase | 
        |
getCreateTime()
public abstract Timestamp getCreateTime() Output only. Time at which the request to create the WorkerPool was
 received.
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder() Output only. Time at which the request to create the WorkerPool was
 received.
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDeleteTime()
public abstract Timestamp getDeleteTime() Output only. Time at which the request to delete the WorkerPool was
 received.
 .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The deleteTime.  | 
      
getDeleteTimeOrBuilder()
public abstract TimestampOrBuilder getDeleteTimeOrBuilder() Output only. Time at which the request to delete the WorkerPool was
 received.
 .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDisplayName()
public abstract String getDisplayName() A user-specified, human-readable name for the WorkerPool. If provided,
 this value must be 1-63 characters.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes() A user-specified, human-readable name for the WorkerPool. If provided,
 this value must be 1-63 characters.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getEtag()
public abstract String getEtag()Output only. Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
 string etag = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The etag.  | 
      
getEtagBytes()
public abstract ByteString getEtagBytes()Output only. Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
 string etag = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for etag.  | 
      
getName()
public abstract String getName() Output only. The resource name of the WorkerPool, with format
 projects/{project}/locations/{location}/workerPools/{worker_pool}.
 The value of {worker_pool} is provided by worker_pool_id in
 CreateWorkerPool request and the value of {location} is determined by
 the endpoint accessed.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Output only. The resource name of the WorkerPool, with format
 projects/{project}/locations/{location}/workerPools/{worker_pool}.
 The value of {worker_pool} is provided by worker_pool_id in
 CreateWorkerPool request and the value of {location} is determined by
 the endpoint accessed.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getPrivatePoolV1Config()
public abstract PrivatePoolV1Config getPrivatePoolV1Config()Legacy Private Pool configuration.
 .google.devtools.cloudbuild.v1.PrivatePoolV1Config private_pool_v1_config = 12;
| Returns | |
|---|---|
| Type | Description | 
PrivatePoolV1Config | 
        The privatePoolV1Config.  | 
      
getPrivatePoolV1ConfigOrBuilder()
public abstract PrivatePoolV1ConfigOrBuilder getPrivatePoolV1ConfigOrBuilder()Legacy Private Pool configuration.
 .google.devtools.cloudbuild.v1.PrivatePoolV1Config private_pool_v1_config = 12;
| Returns | |
|---|---|
| Type | Description | 
PrivatePoolV1ConfigOrBuilder | 
        |
getState()
public abstract WorkerPool.State getState() Output only. WorkerPool state.
 
 .google.devtools.cloudbuild.v1.WorkerPool.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkerPool.State | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue() Output only. WorkerPool state.
 
 .google.devtools.cloudbuild.v1.WorkerPool.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUid()
public abstract String getUid() Output only. A unique identifier for the WorkerPool.
 string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The uid.  | 
      
getUidBytes()
public abstract ByteString getUidBytes() Output only. A unique identifier for the WorkerPool.
 string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for uid.  | 
      
getUpdateTime()
public abstract Timestamp getUpdateTime() Output only. Time at which the request to update the WorkerPool was
 received.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder() Output only. Time at which the request to update the WorkerPool was
 received.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasCreateTime()
public abstract boolean hasCreateTime() Output only. Time at which the request to create the WorkerPool was
 received.
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasDeleteTime()
public abstract boolean hasDeleteTime() Output only. Time at which the request to delete the WorkerPool was
 received.
 .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the deleteTime field is set.  | 
      
hasPrivatePoolV1Config()
public abstract boolean hasPrivatePoolV1Config()Legacy Private Pool configuration.
 .google.devtools.cloudbuild.v1.PrivatePoolV1Config private_pool_v1_config = 12;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the privatePoolV1Config field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime() Output only. Time at which the request to update the WorkerPool was
 received.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  |