public interface ListInstancesRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
java.lang.String |
getParent()
The unique name of the project for which a list of instances is requested.
|
ByteString |
getParentBytes()
The unique name of the project for which a list of instances is requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
The unique name of the project for which a list of instances is requested. Values are of the form `projects/<project>`.
string parent = 1;ByteString getParentBytes()
The unique name of the project for which a list of instances is requested. Values are of the form `projects/<project>`.
string parent = 1;java.lang.String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 2;ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 2;