Class: Google::Cloud::Bigtable::Admin::V2::CreateSchemaBundleMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CreateSchemaBundleMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The metadata for the Operation returned by CreateSchemaBundle.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
If set, the time at which this operation finished or was canceled.
-
#name ⇒ ::String
The unique name identifying this schema bundle.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time at which this operation started.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns If set, the time at which this operation finished or was canceled.
1051 1052 1053 1054 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1051 class CreateSchemaBundleMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
.
1051 1052 1053 1054 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1051 class CreateSchemaBundleMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this operation started.
1051 1052 1053 1054 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1051 class CreateSchemaBundleMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |