public interface ListEnvironmentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Maximum return size of the list call.
|
String |
getPageToken()
A previous returned page token that can be used to continue listing from
the last result.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A previous returned page token that can be used to continue listing from
the last result.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Format: `projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Format: `projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];int getPageSize()
Maximum return size of the list call.
int32 page_size = 2;String getPageToken()
A previous returned page token that can be used to continue listing from the last result.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A previous returned page token that can be used to continue listing from the last result.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.