public interface UpdateTaxonomyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTaxonomy()
public abstract Taxonomy getTaxonomy()The taxonomy to update. You can update only its description, display name,
and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
| Type | Description |
| Taxonomy | The taxonomy. |
getTaxonomyOrBuilder()
public abstract TaxonomyOrBuilder getTaxonomyOrBuilder()The taxonomy to update. You can update only its description, display name,
and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
| Type | Description |
| TaxonomyOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Specifies fields to update. If not set, defaults to all fields you can
update.
For more information, see [FieldMask]
(https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Specifies fields to update. If not set, defaults to all fields you can
update.
For more information, see [FieldMask]
(https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasTaxonomy()
public abstract boolean hasTaxonomy()The taxonomy to update. You can update only its description, display name,
and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
| Type | Description |
| boolean | Whether the taxonomy field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Specifies fields to update. If not set, defaults to all fields you can
update.
For more information, see [FieldMask]
(https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |