Package com.google.cloud.gkebackup.v1
Interface ListVolumeRestoresRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListVolumeRestoresRequest,ListVolumeRestoresRequest.Builder
public interface ListVolumeRestoresRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilter()Field match expression used to filter the results.com.google.protobuf.ByteStringgetFilterBytes()Field match expression used to filter the results.StringgetOrderBy()Field by which to sort the results.com.google.protobuf.ByteStringgetOrderByBytes()Field by which to sort the results.intgetPageSize()The target number of results to return in a single response.StringgetPageToken()The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] received from a previous `ListVolumeRestores` call.com.google.protobuf.ByteStringgetPageTokenBytes()The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] received from a previous `ListVolumeRestores` call.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 Restore that contains the VolumeRestores to list. Format: `projects/*/locations/*/restorePlans/*/restores/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The Restore that contains the VolumeRestores to list. Format: `projects/*/locations/*/restorePlans/*/restores/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getPageSize
int getPageSize()
The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may inclue a partial list and a caller should only rely on the response's [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] to determine if there are more instances left to be queried.
int32 page_size = 2;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] received from a previous `ListVolumeRestores` call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to `ListVolumeRestores` must match the call that provided the page token.
string page_token = 3;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] received from a previous `ListVolumeRestores` call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to `ListVolumeRestores` must match the call that provided the page token.
string page_token = 3;- Returns:
- The bytes for pageToken.
-
getFilter
String getFilter()
Field match expression used to filter the results.
string filter = 4;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
Field match expression used to filter the results.
string filter = 4;- Returns:
- The bytes for filter.
-
getOrderBy
String getOrderBy()
Field by which to sort the results.
string order_by = 5;- Returns:
- The orderBy.
-
getOrderByBytes
com.google.protobuf.ByteString getOrderByBytes()
Field by which to sort the results.
string order_by = 5;- Returns:
- The bytes for orderBy.
-
-