Interface CreateTaxonomyRequestOrBuilder (1.49.0)

public interface CreateTaxonomyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Resource name of the project that the taxonomy will belong to.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Resource name of the project that the taxonomy will belong to.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getTaxonomy()

public abstract Taxonomy getTaxonomy()

The taxonomy to be created.

.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;

Returns
Type Description
Taxonomy

The taxonomy.

getTaxonomyOrBuilder()

public abstract TaxonomyOrBuilder getTaxonomyOrBuilder()

The taxonomy to be created.

.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;

Returns
Type Description
TaxonomyOrBuilder

hasTaxonomy()

public abstract boolean hasTaxonomy()

The taxonomy to be created.

.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;

Returns
Type Description
boolean

Whether the taxonomy field is set.