public interface ListGameServerConfigsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
Optional.
|
ByteString |
getFilterBytes()
Optional.
|
String |
getOrderBy()
Optional.
|
ByteString |
getOrderByBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's [next_page_token][google.cloud.gaming.v1alpha.ListGameServerConfigsResponse.next_page_token] to determine if there are more GameServerConfigs left to be queried.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
String getPageToken()
Optional. The next_page_token value returned from a previous List request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
ByteString getPageTokenBytes()
Optional. The next_page_token value returned from a previous List request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
String getFilter()
Optional. The filter to apply to list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
ByteString getFilterBytes()
Optional. The filter to apply to list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
String getOrderBy()
Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
ByteString getOrderByBytes()
Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2020 Google LLC. All rights reserved.