Interface UpdateTaxonomyRequestOrBuilder (1.6.2)

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.