public static interface TransferProto.ListAgentPoolsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
An optional list of query parameters specified as JSON text in the
form of:
`{"agentPoolNames":["agentpool1","agentpool2",...]}`
Since `agentPoolNames` support multiple values, its values must be
specified with array notation.
|
com.google.protobuf.ByteString |
getFilterBytes()
An optional list of query parameters specified as JSON text in the
form of:
`{"agentPoolNames":["agentpool1","agentpool2",...]}`
Since `agentPoolNames` support multiple values, its values must be
specified with array notation.
|
int |
getPageSize()
The list page size.
|
String |
getPageToken()
The list page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The list page token.
|
String |
getProjectId()
Required.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
Required. The ID of the Google Cloud project that owns the job.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the Google Cloud project that owns the job.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];String getFilter()
An optional list of query parameters specified as JSON text in the
form of:
`{"agentPoolNames":["agentpool1","agentpool2",...]}`
Since `agentPoolNames` support multiple values, its values must be
specified with array notation. When the filter is either empty or not
provided, the list returns all agent pools for the project.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
An optional list of query parameters specified as JSON text in the
form of:
`{"agentPoolNames":["agentpool1","agentpool2",...]}`
Since `agentPoolNames` support multiple values, its values must be
specified with array notation. When the filter is either empty or not
provided, the list returns all agent pools for the project.
string filter = 2;int getPageSize()
The list page size. The max allowed value is `256`.
int32 page_size = 3;String getPageToken()
The list page token.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
The list page token.
string page_token = 4;Copyright © 2022 Google LLC. All rights reserved.