public interface UpdateTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tag |
getTag()
Required.
|
TagOrBuilder |
getTagOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Names of fields whose values to overwrite on a tag.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Names of fields whose values to overwrite on a tag.
|
boolean |
hasTag()
Required.
|
boolean |
hasUpdateMask()
Names of fields whose values to overwrite on a tag.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
Tag getTag()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
TagOrBuilder getTagOrBuilder()
Required. The updated tag. The "name" field must be set.
.google.cloud.datacatalog.v1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
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;com.google.protobuf.FieldMask getUpdateMask()
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;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
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;Copyright © 2023 Google LLC. All rights reserved.