public static final class UpdateSchemaBundleRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateSchemaBundleRequest.Builder> implements UpdateSchemaBundleRequestOrBuilder
The request for [UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].Protobuf type
google.bigtable.admin.v2.UpdateSchemaBundleRequestaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<UpdateSchemaBundleRequest.Builder>public UpdateSchemaBundleRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<UpdateSchemaBundleRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<UpdateSchemaBundleRequest.Builder>public UpdateSchemaBundleRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateSchemaBundleRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateSchemaBundleRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateSchemaBundleRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateSchemaBundleRequest.Builder>public UpdateSchemaBundleRequest.Builder mergeFrom(UpdateSchemaBundleRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateSchemaBundleRequest.Builder>public UpdateSchemaBundleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateSchemaBundleRequest.Builder>IOExceptionpublic boolean hasSchemaBundle()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
hasSchemaBundle in interface UpdateSchemaBundleRequestOrBuilderpublic SchemaBundle 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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
getSchemaBundle in interface UpdateSchemaBundleRequestOrBuilderpublic UpdateSchemaBundleRequest.Builder setSchemaBundle(SchemaBundle value)
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateSchemaBundleRequest.Builder setSchemaBundle(SchemaBundle.Builder builderForValue)
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateSchemaBundleRequest.Builder mergeSchemaBundle(SchemaBundle value)
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateSchemaBundleRequest.Builder clearSchemaBundle()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
public SchemaBundle.Builder getSchemaBundleBuilder()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
public SchemaBundleOrBuilder getSchemaBundleOrBuilder()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
getSchemaBundleOrBuilder in interface UpdateSchemaBundleRequestOrBuilderpublic boolean hasUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
hasUpdateMask in interface UpdateSchemaBundleRequestOrBuilderpublic com.google.protobuf.FieldMask getUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMask in interface UpdateSchemaBundleRequestOrBuilderpublic UpdateSchemaBundleRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateSchemaBundleRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateSchemaBundleRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateSchemaBundleRequest.Builder clearUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder in interface UpdateSchemaBundleRequestOrBuilderpublic boolean 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.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];getIgnoreWarnings in interface UpdateSchemaBundleRequestOrBuilderpublic UpdateSchemaBundleRequest.Builder setIgnoreWarnings(boolean value)
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.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];value - The ignoreWarnings to set.public UpdateSchemaBundleRequest.Builder clearIgnoreWarnings()
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.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2026 Google LLC. All rights reserved.