Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateSchemaBundleRequest.
The request for CreateSchemaBundle.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource where this schema bundle will be created.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.
#schema_bundle
def schema_bundle() -> ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
Returns
- (::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — Required. The schema bundle to create.
#schema_bundle=
def schema_bundle=(value) -> ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — Required. The schema bundle to create.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — Required. The schema bundle to create.
#schema_bundle_id
def schema_bundle_id() -> ::String
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.
#schema_bundle_id=
def schema_bundle_id=(value) -> ::String
Parameter
- value (::String) — 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.