public interface ListBackupPlansRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()Optional. Field match expression used to filter the results.
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The filter. | 
getFilterBytes()
public abstract ByteString getFilterBytes()Optional. Field match expression used to filter the results.
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for filter. | 
getOrderBy()
public abstract String getOrderBy()Optional. Field by which to sort the results.
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The orderBy. | 
getOrderByBytes()
public abstract ByteString getOrderByBytes()Optional. Field by which to sort the results.
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for orderBy. | 
getPageSize()
public abstract int getPageSize() Optional. The maximum number of BackupPlans to return in a single
 response. If not specified, a default value will be chosen by the service.
 Note that the response may include a partial list and a caller should
 only rely on the response's
 next_page_token
 to determine if there are more instances left to be queried.
 int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public abstract String getPageToken() Optional. The value of
 next_page_token
 received from a previous ListBackupPlans call.
 Provide this to retrieve the subsequent page in a multi-page list of
 results. When paginating, all other parameters provided to
 ListBackupPlans must match the call that provided the page token.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() Optional. The value of
 next_page_token
 received from a previous ListBackupPlans call.
 Provide this to retrieve the subsequent page in a multi-page list of
 results. When paginating, all other parameters provided to
 ListBackupPlans must match the call that provided the page token.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getParent()
public abstract String getParent() Required. The project and location for which to retrieve BackupPlans
 information. Format: projects/{project}/locations/{location}. In Cloud
 BackupDR, locations map to GCP regions, for e.g. us-central1. To
 retrieve backup plans for all locations, use "-" for the
 {location} value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes() Required. The project and location for which to retrieve BackupPlans
 information. Format: projects/{project}/locations/{location}. In Cloud
 BackupDR, locations map to GCP regions, for e.g. us-central1. To
 retrieve backup plans for all locations, use "-" for the
 {location} value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. |