public static final class CreateAppProfileRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder> implements CreateAppProfileRequestOrBuilder
Request message for BigtableInstanceAdmin.CreateAppProfile.Protobuf type
google.bigtable.admin.v2.CreateAppProfileRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.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.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateAppProfileRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateAppProfileRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateAppProfileRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.Builder mergeFrom(CreateAppProfileRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public CreateAppProfileRequest.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<CreateAppProfileRequest.Builder>IOExceptionpublic String getParent()
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface CreateAppProfileRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface CreateAppProfileRequestOrBuilderpublic CreateAppProfileRequest.Builder setParent(String value)
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public CreateAppProfileRequest.Builder clearParent()
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateAppProfileRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public String getAppProfileId()
Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];getAppProfileId in interface CreateAppProfileRequestOrBuilderpublic com.google.protobuf.ByteString getAppProfileIdBytes()
Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];getAppProfileIdBytes in interface CreateAppProfileRequestOrBuilderpublic CreateAppProfileRequest.Builder setAppProfileId(String value)
Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];value - The appProfileId to set.public CreateAppProfileRequest.Builder clearAppProfileId()
Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];public CreateAppProfileRequest.Builder setAppProfileIdBytes(com.google.protobuf.ByteString value)
Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];value - The bytes for appProfileId to set.public boolean hasAppProfile()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
hasAppProfile in interface CreateAppProfileRequestOrBuilderpublic AppProfile getAppProfile()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
getAppProfile in interface CreateAppProfileRequestOrBuilderpublic CreateAppProfileRequest.Builder setAppProfile(AppProfile value)
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAppProfileRequest.Builder setAppProfile(AppProfile.Builder builderForValue)
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAppProfileRequest.Builder mergeAppProfile(AppProfile value)
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateAppProfileRequest.Builder clearAppProfile()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
public AppProfile.Builder getAppProfileBuilder()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
public AppProfileOrBuilder getAppProfileOrBuilder()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
getAppProfileOrBuilder in interface CreateAppProfileRequestOrBuilderpublic boolean getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;getIgnoreWarnings in interface CreateAppProfileRequestOrBuilderpublic CreateAppProfileRequest.Builder setIgnoreWarnings(boolean value)
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;value - The ignoreWarnings to set.public CreateAppProfileRequest.Builder clearIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;public final CreateAppProfileRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>public final CreateAppProfileRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateAppProfileRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.