public static final class CreateAuthorizedViewRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<CreateAuthorizedViewRequest.Builder> implements CreateAuthorizedViewRequestOrBuilder
The request for [CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]Protobuf type
google.bigtable.admin.v2.CreateAuthorizedViewRequestaddRepeatedField, 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<CreateAuthorizedViewRequest.Builder>public CreateAuthorizedViewRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<CreateAuthorizedViewRequest.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<CreateAuthorizedViewRequest.Builder>public CreateAuthorizedViewRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateAuthorizedViewRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateAuthorizedViewRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateAuthorizedViewRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateAuthorizedViewRequest.Builder>public CreateAuthorizedViewRequest.Builder mergeFrom(CreateAuthorizedViewRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CreateAuthorizedViewRequest.Builder>public CreateAuthorizedViewRequest.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<CreateAuthorizedViewRequest.Builder>IOExceptionpublic String getParent()
Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface CreateAuthorizedViewRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface CreateAuthorizedViewRequestOrBuilderpublic CreateAuthorizedViewRequest.Builder setParent(String value)
Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public CreateAuthorizedViewRequest.Builder clearParent()
Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateAuthorizedViewRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public String getAuthorizedViewId()
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];getAuthorizedViewId in interface CreateAuthorizedViewRequestOrBuilderpublic com.google.protobuf.ByteString getAuthorizedViewIdBytes()
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];getAuthorizedViewIdBytes in interface CreateAuthorizedViewRequestOrBuilderpublic CreateAuthorizedViewRequest.Builder setAuthorizedViewId(String value)
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];value - The authorizedViewId to set.public CreateAuthorizedViewRequest.Builder clearAuthorizedViewId()
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];public CreateAuthorizedViewRequest.Builder setAuthorizedViewIdBytes(com.google.protobuf.ByteString value)
Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The `authorized_view_id` appended to `parent` forms the
full AuthorizedView name of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];value - The bytes for authorizedViewId to set.public boolean hasAuthorizedView()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
hasAuthorizedView in interface CreateAuthorizedViewRequestOrBuilderpublic AuthorizedView getAuthorizedView()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
getAuthorizedView in interface CreateAuthorizedViewRequestOrBuilderpublic CreateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView value)
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAuthorizedViewRequest.Builder setAuthorizedView(AuthorizedView.Builder builderForValue)
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAuthorizedViewRequest.Builder mergeAuthorizedView(AuthorizedView value)
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAuthorizedViewRequest.Builder clearAuthorizedView()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
public AuthorizedView.Builder getAuthorizedViewBuilder()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
public AuthorizedViewOrBuilder getAuthorizedViewOrBuilder()
Required. The AuthorizedView to create.
.google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
getAuthorizedViewOrBuilder in interface CreateAuthorizedViewRequestOrBuilderCopyright © 2026 Google LLC. All rights reserved.