public interface ListInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPageToken()
DEPRECATED: This field is unused and ignored.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
DEPRECATED: This field is unused and ignored.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
String getPageToken()
DEPRECATED: This field is unused and ignored.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string page_token = 2;Copyright © 2022 Google LLC. All rights reserved.