public static final class UpdateAppProfileRequest.Builder extends GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder> implements UpdateAppProfileRequestOrBuilder
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Request message for BigtableInstanceAdmin.UpdateAppProfile.Protobuf type
google.bigtable.admin.v2.UpdateAppProfileRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateAppProfileRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateAppProfileRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateAppProfileRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder mergeFrom(UpdateAppProfileRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public UpdateAppProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateAppProfileRequest.Builder>
java.io.IOException
public boolean hasAppProfile()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
hasAppProfile
in interface UpdateAppProfileRequestOrBuilder
public AppProfile getAppProfile()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
getAppProfile
in interface UpdateAppProfileRequestOrBuilder
public UpdateAppProfileRequest.Builder setAppProfile(AppProfile value)
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
public UpdateAppProfileRequest.Builder setAppProfile(AppProfile.Builder builderForValue)
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
public UpdateAppProfileRequest.Builder mergeAppProfile(AppProfile value)
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
public UpdateAppProfileRequest.Builder clearAppProfile()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
public AppProfile.Builder getAppProfileBuilder()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
public AppProfileOrBuilder getAppProfileOrBuilder()
The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1;
getAppProfileOrBuilder
in interface UpdateAppProfileRequestOrBuilder
public boolean hasUpdateMask()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
hasUpdateMask
in interface UpdateAppProfileRequestOrBuilder
public FieldMask getUpdateMask()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMask
in interface UpdateAppProfileRequestOrBuilder
public UpdateAppProfileRequest.Builder setUpdateMask(FieldMask value)
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
public UpdateAppProfileRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
public UpdateAppProfileRequest.Builder mergeUpdateMask(FieldMask value)
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
public UpdateAppProfileRequest.Builder clearUpdateMask()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
public FieldMask.Builder getUpdateMaskBuilder()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder
in interface UpdateAppProfileRequestOrBuilder
public boolean getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;
getIgnoreWarnings
in interface UpdateAppProfileRequestOrBuilder
public UpdateAppProfileRequest.Builder setIgnoreWarnings(boolean value)
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;
public UpdateAppProfileRequest.Builder clearIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;
public final UpdateAppProfileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
public final UpdateAppProfileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>