Class: Google::Cloud::Bigtable::Admin::V2::CreateSchemaBundleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

The request for CreateSchemaBundle.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where this schema bundle will be created. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Returns:

  • (::String)

    Required. The parent resource where this schema bundle will be created. Values are of the form projects/{project}/instances/{instance}/tables/{table}.



1033
1034
1035
1036
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1033

class CreateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema_bundle::Google::Cloud::Bigtable::Admin::V2::SchemaBundle

Returns Required. The schema bundle to create.

Returns:



1033
1034
1035
1036
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1033

class CreateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema_bundle_id::String

Returns Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.

Returns:

  • (::String)

    Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.



1033
1034
1035
1036
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1033

class CreateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end