Interface ListHubsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListHubsRequest,ListHubsRequest.Builder
public interface ListHubsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilter()A filter expression that filters the results listed in the response.com.google.protobuf.ByteStringgetFilterBytes()A filter expression that filters the results listed in the response.StringgetOrderBy()Sort the results by a certain order.com.google.protobuf.ByteStringgetOrderByBytes()Sort the results by a certain order.intgetPageSize()The maximum number of results per page that should be returned.StringgetPageToken()The page token.com.google.protobuf.ByteStringgetPageTokenBytes()The page token.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent resource's name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource's name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getPageSize
int getPageSize()
The maximum number of results per page that should be returned.
int32 page_size = 2;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
The page token.
string page_token = 3;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
The page token.
string page_token = 3;- Returns:
- The bytes for pageToken.
-
getFilter
String getFilter()
A filter expression that filters the results listed in the response.
string filter = 4;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
A filter expression that filters the results listed in the response.
string filter = 4;- Returns:
- The bytes for filter.
-
getOrderBy
String getOrderBy()
Sort the results by a certain order.
string order_by = 5;- Returns:
- The orderBy.
-
getOrderByBytes
com.google.protobuf.ByteString getOrderByBytes()
Sort the results by a certain order.
string order_by = 5;- Returns:
- The bytes for orderBy.
-
-