public interface ListBackupOperationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
`next_page_token` can be sent in a subsequent
[ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations]
call to fetch more of the matching metadata.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent
[ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations]
call to fetch more of the matching metadata.
|
com.google.longrunning.Operation |
getOperations(int index)
The list of matching backup [long-running
operations][google.longrunning.Operation].
|
int |
getOperationsCount()
The list of matching backup [long-running
operations][google.longrunning.Operation].
|
List<com.google.longrunning.Operation> |
getOperationsList()
The list of matching backup [long-running
operations][google.longrunning.Operation].
|
com.google.longrunning.OperationOrBuilder |
getOperationsOrBuilder(int index)
The list of matching backup [long-running
operations][google.longrunning.Operation].
|
List<? extends com.google.longrunning.OperationOrBuilder> |
getOperationsOrBuilderList()
The list of matching backup [long-running
operations][google.longrunning.Operation].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.longrunning.Operation> getOperationsList()
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name and the operation's [metadata][google.longrunning.Operation.metadata] will be of type [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by `operation.metadata.value.progress.start_time` in descending order starting from the most recently started operation.
repeated .google.longrunning.Operation operations = 1;com.google.longrunning.Operation getOperations(int index)
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name and the operation's [metadata][google.longrunning.Operation.metadata] will be of type [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by `operation.metadata.value.progress.start_time` in descending order starting from the most recently started operation.
repeated .google.longrunning.Operation operations = 1;int getOperationsCount()
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name and the operation's [metadata][google.longrunning.Operation.metadata] will be of type [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by `operation.metadata.value.progress.start_time` in descending order starting from the most recently started operation.
repeated .google.longrunning.Operation operations = 1;List<? extends com.google.longrunning.OperationOrBuilder> getOperationsOrBuilderList()
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name and the operation's [metadata][google.longrunning.Operation.metadata] will be of type [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by `operation.metadata.value.progress.start_time` in descending order starting from the most recently started operation.
repeated .google.longrunning.Operation operations = 1;com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int index)
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name and the operation's [metadata][google.longrunning.Operation.metadata] will be of type [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by `operation.metadata.value.progress.start_time` in descending order starting from the most recently started operation.
repeated .google.longrunning.Operation operations = 1;String getNextPageToken()
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
string next_page_token = 2;Copyright © 2020 Google LLC. All rights reserved.