public interface UpdateTaxonomyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Taxonomy |
getTaxonomy()
The taxonomy to update.
|
TaxonomyOrBuilder |
getTaxonomyOrBuilder()
The taxonomy to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The update mask applies to the resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The update mask applies to the resource.
|
boolean |
hasTaxonomy()
The taxonomy to update.
|
boolean |
hasUpdateMask()
The update mask applies to the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTaxonomy()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;Taxonomy getTaxonomy()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;boolean hasUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2025 Google LLC. All rights reserved.