public interface ListNodePoolsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Only resources matching this filter will be listed.
|
com.google.protobuf.ByteString |
getFilterBytes()
Only resources matching this filter will be listed.
|
String |
getOrderBy()
Specifies the order in which resources will be listed.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Specifies the order in which resources will be listed.
|
int |
getPageSize()
The maximum number of resources to list.
|
String |
getPageToken()
A page token received from previous list request.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token received from previous list request.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent cluster, which owns this collection of node pools.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent cluster, which owns this collection of node pools.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
The maximum number of resources to list.
int32 page_size = 2;String getPageToken()
A page token received from previous list request.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A page token received from previous list request.
string page_token = 3;String getFilter()
Only resources matching this filter will be listed.
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
Only resources matching this filter will be listed.
string filter = 4;String getOrderBy()
Specifies the order in which resources will be listed.
string order_by = 5;com.google.protobuf.ByteString getOrderByBytes()
Specifies the order in which resources will be listed.
string order_by = 5;Copyright © 2024 Google LLC. All rights reserved.