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()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasTagTemplate()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTagTemplate()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1;TagTemplate getTagTemplate()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1;TagTemplateOrBuilder getTagTemplateOrBuilder()
Required. The template to update.
.google.cloud.datacatalog.v1beta1.TagTemplate tag_template = 1;boolean hasUpdateMask()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name If update_mask is omitted, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name If update_mask is omitted, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The field mask specifies the parts of the template to overwrite. Allowed fields: * display_name If update_mask is omitted, all of the allowed fields above will be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2019 Google LLC. All rights reserved.