public interface ListEnvironmentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of environments to return.
|
String |
getPageToken()
The next_page_token value returned from a previous List request, if any.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
|
String |
getParent()
List environments in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
|
com.google.protobuf.ByteString |
getParentBytes()
List environments in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
List environments in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
string parent = 1;com.google.protobuf.ByteString getParentBytes()
List environments in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
string parent = 1;int getPageSize()
The maximum number of environments to return.
int32 page_size = 2;String getPageToken()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.