public interface ListBackupPlanRevisionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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
 BackupPlanRevisions information. Format:
 projects/{project}/locations/{location}/backupPlans/{backup_plan}. In
 Cloud BackupDR, locations map to GCP regions, for e.g. us-central1.
 
 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
 BackupPlanRevisions information. Format:
 projects/{project}/locations/{location}/backupPlans/{backup_plan}. In
 Cloud BackupDR, locations map to GCP regions, for e.g. us-central1.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. |