com.google.spanner.admin.database.v1
ListBackupOperationsResponse
Companion object ListBackupOperationsResponse
final case class ListBackupOperationsResponse(operations: Seq[Operation] = _root_.scala.Seq.empty, nextPageToken: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ListBackupOperationsResponse] with Product with Serializable
The response for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
- operations
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_timein descending order starting from the most recently started operation.- nextPageToken
next_page_tokencan be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ListBackupOperationsResponse
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ListBackupOperationsResponse(operations: Seq[Operation] = _root_.scala.Seq.empty, nextPageToken: String = "", unknownFields: UnknownFieldSet = ...)
- operations
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_timein descending order starting from the most recently started operation.- nextPageToken
next_page_tokencan be sent in a subsequent [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations] call to fetch more of the matching metadata.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllOperations(__vs: Iterable[Operation]): ListBackupOperationsResponse
- def addOperations(__vs: Operation*): ListBackupOperationsResponse
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOperations: ListBackupOperationsResponse
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: ListBackupOperationsResponse.type
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
- def discardUnknownFields: ListBackupOperationsResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextPageToken: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operations: Seq[Operation]
-
def
serializedSize: Int
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ListBackupOperationsResponse, ListBackupOperationsResponse]) ⇒ Mutation[ListBackupOperationsResponse]*): ListBackupOperationsResponse
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withNextPageToken(__v: String): ListBackupOperationsResponse
- def withOperations(__v: Seq[Operation]): ListBackupOperationsResponse
- def withUnknownFields(__v: UnknownFieldSet): ListBackupOperationsResponse
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListBackupOperationsResponse → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage