public interface ListDatabaseOperationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
`next_page_token` can be sent in a subsequent
[ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]
call to fetch more of the matching metadata.
|
ByteString |
getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent
[ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]
call to fetch more of the matching metadata.
|
Operation |
getOperations(int index)
The list of matching database [long-running
operations][google.longrunning.Operation].
|
int |
getOperationsCount()
The list of matching database [long-running
operations][google.longrunning.Operation].
|
List<Operation> |
getOperationsList()
The list of matching database [long-running
operations][google.longrunning.Operation].
|
OperationOrBuilder |
getOperationsOrBuilder(int index)
The list of matching database [long-running
operations][google.longrunning.Operation].
|
List<? extends OperationOrBuilder> |
getOperationsOrBuilderList()
The list of matching database [long-running
operations][google.longrunning.Operation].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Operation> getOperationsList()
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database's name. The operation's [metadata][google.longrunning.Operation.metadata] field type `metadata.type_url` describes the type of the metadata.
repeated .google.longrunning.Operation operations = 1;
Operation getOperations(int index)
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database's name. The operation's [metadata][google.longrunning.Operation.metadata] field type `metadata.type_url` describes the type of the metadata.
repeated .google.longrunning.Operation operations = 1;
int getOperationsCount()
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database's name. The operation's [metadata][google.longrunning.Operation.metadata] field type `metadata.type_url` describes the type of the metadata.
repeated .google.longrunning.Operation operations = 1;
List<? extends OperationOrBuilder> getOperationsOrBuilderList()
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database's name. The operation's [metadata][google.longrunning.Operation.metadata] field type `metadata.type_url` describes the type of the metadata.
repeated .google.longrunning.Operation operations = 1;
OperationOrBuilder getOperationsOrBuilder(int index)
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database's name. The operation's [metadata][google.longrunning.Operation.metadata] field type `metadata.type_url` describes the type of the metadata.
repeated .google.longrunning.Operation operations = 1;
String getNextPageToken()
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.