public final class UpdateAppProfileRequest extends GeneratedMessageV3 implements UpdateAppProfileRequestOrBuilder
Request message for BigtableInstanceAdmin.UpdateAppProfile.
Protobuf type google.bigtable.admin.v2.UpdateAppProfileRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateAppProfileRequestImplements
UpdateAppProfileRequestOrBuilderStatic Fields
APP_PROFILE_FIELD_NUMBER
public static final int APP_PROFILE_FIELD_NUMBER
Type | Description |
int |
IGNORE_WARNINGS_FIELD_NUMBER
public static final int IGNORE_WARNINGS_FIELD_NUMBER
Type | Description |
int |
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static UpdateAppProfileRequest getDefaultInstance()
Type | Description |
UpdateAppProfileRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static UpdateAppProfileRequest.Builder newBuilder()
Type | Description |
UpdateAppProfileRequest.Builder |
newBuilder(UpdateAppProfileRequest prototype)
public static UpdateAppProfileRequest.Builder newBuilder(UpdateAppProfileRequest prototype)
Name | Description |
prototype | UpdateAppProfileRequest |
Type | Description |
UpdateAppProfileRequest.Builder |
parseDelimitedFrom(InputStream input)
public static UpdateAppProfileRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdateAppProfileRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdateAppProfileRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdateAppProfileRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdateAppProfileRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdateAppProfileRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateAppProfileRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdateAppProfileRequest> parser()
Type | Description |
Parser<UpdateAppProfileRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAppProfile()
public AppProfile getAppProfile()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
AppProfile | The appProfile. |
getAppProfileOrBuilder()
public AppProfileOrBuilder getAppProfileOrBuilder()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
AppProfileOrBuilder |
getDefaultInstanceForType()
public UpdateAppProfileRequest getDefaultInstanceForType()
Type | Description |
UpdateAppProfileRequest |
getIgnoreWarnings()
public boolean getIgnoreWarnings()
If true, ignore safety checks when updating the app profile.
bool ignore_warnings = 3;
Type | Description |
boolean | The ignoreWarnings. |
getParserForType()
public Parser<UpdateAppProfileRequest> getParserForType()
Type | Description |
Parser<UpdateAppProfileRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUpdateMask()
public FieldMask getUpdateMask()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMaskOrBuilder |
hasAppProfile()
public boolean hasAppProfile()
Required. The app profile which will (partially) replace the current value.
.google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the appProfile field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the updateMask field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public UpdateAppProfileRequest.Builder newBuilderForType()
Type | Description |
UpdateAppProfileRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateAppProfileRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdateAppProfileRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public UpdateAppProfileRequest.Builder toBuilder()
Type | Description |
UpdateAppProfileRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |