Interface UpdateTaxonomyRequestOrBuilder

public interface UpdateTaxonomyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.