com.google.spanner.admin.database.v1
ListBackupOperationsRequest
Companion object ListBackupOperationsRequest
final case class ListBackupOperationsRequest(parent: String = "", filter: String = "", pageSize: Int = 0, pageToken: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ListBackupOperationsRequest] with Product with Serializable
The request for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
- parent
Required. The instance of the backup operations. Values are of the form
projects/<project>/instances/<instance>.- filter
An expression that filters the list of returned backup operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of:
<,>,<=,>=,!=,=, or:. Colon:is the contains operator. Filter rules are not case sensitive. The following fields in the [operation][google.longrunning.Operation] are eligible for filtering: *name- The name of the long-running operation *done- False if the operation is in progress, else true. *metadata.@type- the type of metadata. For example, the type string for [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata] istype.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata. *metadata.<field_name>- any field in metadata.value. *error- Error associated with the long-running operation. *response.@type- the type of response. *response.<field_name>- any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: *done:true- The operation is complete. *metadata.database:prod- The database the backup was taken from has a name containing the string "prod". *(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND<br/>(metadata.name:howl) AND<br/>(metadata.progress.start_time < &92;"2018-03-28T14:50:00Z&92;") AND<br/>(error:*)- Returns operations where: * The operation's metadata type is [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. * The backup name contains the string "howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error.- pageSize
Number of operations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
- pageToken
If non-empty,
page_tokenshould contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the sameparentand with the samefilter.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ListBackupOperationsRequest
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ListBackupOperationsRequest(parent: String = "", filter: String = "", pageSize: Int = 0, pageToken: String = "", unknownFields: UnknownFieldSet = ...)
- parent
Required. The instance of the backup operations. Values are of the form
projects/<project>/instances/<instance>.- filter
An expression that filters the list of returned backup operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of:
<,>,<=,>=,!=,=, or:. Colon:is the contains operator. Filter rules are not case sensitive. The following fields in the [operation][google.longrunning.Operation] are eligible for filtering: *name- The name of the long-running operation *done- False if the operation is in progress, else true. *metadata.@type- the type of metadata. For example, the type string for [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata] istype.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata. *metadata.<field_name>- any field in metadata.value. *error- Error associated with the long-running operation. *response.@type- the type of response. *response.<field_name>- any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: *done:true- The operation is complete. *metadata.database:prod- The database the backup was taken from has a name containing the string "prod". *(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND<br/>(metadata.name:howl) AND<br/>(metadata.progress.start_time < &92;"2018-03-28T14:50:00Z&92;") AND<br/>(error:*)- Returns operations where: * The operation's metadata type is [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. * The backup name contains the string "howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error.- pageSize
Number of operations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
- pageToken
If non-empty,
page_tokenshould contain a [next_page_token][google.spanner.admin.database.v1.ListBackupOperationsResponse.next_page_token] from a previous [ListBackupOperationsResponse][google.spanner.admin.database.v1.ListBackupOperationsResponse] to the sameparentand with the samefilter.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: ListBackupOperationsRequest.type
- Definition Classes
- ListBackupOperationsRequest → GeneratedMessage
- def discardUnknownFields: ListBackupOperationsRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: String
-
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
- ListBackupOperationsRequest → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListBackupOperationsRequest → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pageSize: Int
- val pageToken: String
- val parent: String
-
def
serializedSize: Int
- Definition Classes
- ListBackupOperationsRequest → 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
- ListBackupOperationsRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ListBackupOperationsRequest, ListBackupOperationsRequest]) ⇒ Mutation[ListBackupOperationsRequest]*): ListBackupOperationsRequest
- 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 withFilter(__v: String): ListBackupOperationsRequest
- def withPageSize(__v: Int): ListBackupOperationsRequest
- def withPageToken(__v: String): ListBackupOperationsRequest
- def withParent(__v: String): ListBackupOperationsRequest
- def withUnknownFields(__v: UnknownFieldSet): ListBackupOperationsRequest
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListBackupOperationsRequest → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage