Reference documentation and code samples for the Cloud Bigtable V2 Client class UpdateSchemaBundleRequest.
The request for UpdateSchemaBundle.
Generated from protobuf message google.bigtable.admin.v2.UpdateSchemaBundleRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schema_bundle |
SchemaBundle
Required. The schema bundle to update. The schema bundle's |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
↳ ignore_warnings |
bool
Optional. If set, ignore the safety checks when updating the Schema Bundle. The safety checks are: - The new Schema Bundle is backwards compatible with the existing Schema Bundle. |
getSchemaBundle
Required. The schema bundle to update.
The schema bundle's name
field is used to identify the schema bundle to
update. Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Returns | |
---|---|
Type | Description |
SchemaBundle|null |
hasSchemaBundle
clearSchemaBundle
setSchemaBundle
Required. The schema bundle to update.
The schema bundle's name
field is used to identify the schema bundle to
update. Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Parameter | |
---|---|
Name | Description |
var |
SchemaBundle
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. The list of fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
getIgnoreWarnings
Optional. If set, ignore the safety checks when updating the Schema Bundle.
The safety checks are:
- The new Schema Bundle is backwards compatible with the existing Schema Bundle.
Returns | |
---|---|
Type | Description |
bool |
setIgnoreWarnings
Optional. If set, ignore the safety checks when updating the Schema Bundle.
The safety checks are:
- The new Schema Bundle is backwards compatible with the existing Schema Bundle.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
schemaBundle |
SchemaBundle
Required. The schema bundle to update. The schema bundle's |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
Returns | |
---|---|
Type | Description |
UpdateSchemaBundleRequest |