Interface UpdateTaxonomyRequestOrBuilder (1.51.0)

public interface UpdateTaxonomyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

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

Returns
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.

.google.protobuf.FieldMask update_mask = 2;

Returns
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.

.google.protobuf.FieldMask update_mask = 2;

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

Returns
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.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.