public interface UpdateTaxonomyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTaxonomy()
public abstract Taxonomy getTaxonomy()The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
| Type | Description |
| Taxonomy | The taxonomy. |
getTaxonomyOrBuilder()
public abstract TaxonomyOrBuilder getTaxonomyOrBuilder()The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
| Type | Description |
| TaxonomyOrBuilder |
getUpdateMask()
public abstract 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;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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;
| Type | Description |
| FieldMaskOrBuilder |
hasTaxonomy()
public abstract boolean hasTaxonomy()The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
| Type | Description |
| boolean | Whether the taxonomy field is set. |
hasUpdateMask()
public abstract 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |