public interface ListInstancesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageToken()
public abstract String getPageToken()
DEPRECATED: This field is unused and ignored.
string page_token = 2;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string page_token = 2;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public abstract String getParent()
Required. The unique name of the project for which a list of instances is requested.
Values are of the form projects/{project}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The unique name of the project for which a list of instances is requested.
Values are of the form projects/{project}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |