public final class UpdateTagRequest extends GeneratedMessageV3 implements UpdateTagRequestOrBuilder
Request message for
UpdateTag.
Protobuf type google.cloud.datacatalog.v1beta1.UpdateTagRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateTagRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdateTagRequest.Builder newBuilder()
newBuilder(UpdateTagRequest prototype)
public static UpdateTagRequest.Builder newBuilder(UpdateTagRequest prototype)
public static UpdateTagRequest parseDelimitedFrom(InputStream input)
public static UpdateTagRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdateTagRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdateTagRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagRequest parseFrom(CodedInputStream input)
public static UpdateTagRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTagRequest parseFrom(InputStream input)
public static UpdateTagRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdateTagRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateTagRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdateTagRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public UpdateTagRequest getDefaultInstanceForType()
getParserForType()
public Parser<UpdateTagRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Tag |
The tag.
|
getTagOrBuilder()
public TagOrBuilder getTagOrBuilder()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Note: Currently, this parameter can only take "fields"
as value.
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Note: Currently, this parameter can only take "fields"
as value.
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
hasTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the tag field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Note: Currently, this parameter can only take "fields"
as value.
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields
.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UpdateTagRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateTagRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UpdateTagRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides