public interface UpdateTagTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TagTemplate |
getTagTemplate()
Required.
|
TagTemplateOrBuilder |
getTagTemplateOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Names of fields whose values to overwrite on a tag template.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Names of fields whose values to overwrite on a tag template.
|
boolean |
hasTagTemplate()
Required.
|
boolean |
hasUpdateMask()
Names of fields whose values to overwrite on a tag template.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTagTemplate()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
TagTemplate getTagTemplate()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
TagTemplateOrBuilder getTagTemplateOrBuilder()
Required. The template to update. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Names of fields whose values to overwrite on a tag template. Currently, only `display_name` can be overwritten. 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 template. Currently, only `display_name` can be overwritten. 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 template. Currently, only `display_name` can be overwritten. 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 © 2025 Google LLC. All rights reserved.