Interface CreateTaxonomyRequestOrBuilder (1.8.4)

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

The bytes for parent.

getTaxonomy()

public abstract Taxonomy getTaxonomy()

The taxonomy to be created.

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

Returns
TypeDescription
Taxonomy

The taxonomy.

getTaxonomyOrBuilder()

public abstract TaxonomyOrBuilder getTaxonomyOrBuilder()

The taxonomy to be created.

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

Returns
TypeDescription
TaxonomyOrBuilder

hasTaxonomy()

public abstract boolean hasTaxonomy()

The taxonomy to be created.

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

Returns
TypeDescription
boolean

Whether the taxonomy field is set.