Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::CreateBackupMetadata (v0.10.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateBackupMetadata.

Metadata type for the operation returned by CreateBackup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — The name of the backup being created.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the backup being created.
Returns
  • (::String) — The name of the backup being created.

#source_table

def source_table() -> ::String
Returns
  • (::String) — The name of the table the backup is created from.

#source_table=

def source_table=(value) -> ::String
Parameter
  • value (::String) — The name of the table the backup is created from.
Returns
  • (::String) — The name of the table the backup is created from.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns