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 String
getFilter()
An expression that filters the results listed in the response.com.google.protobuf.ByteString
getFilterBytes()
An expression that filters the results listed in the response.String
getOrderBy()
Sort the results by a certain order.com.google.protobuf.ByteString
getOrderByBytes()
Sort the results by a certain order.int
getPageSize()
The maximum number of results per page that should be returned.String
getPageToken()
The page token.com.google.protobuf.ByteString
getPageTokenBytes()
The page token.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
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()
An expression that filters the results listed in the response.
string filter = 4;
- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
An 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.
-
-