public interface CreateTaxonomyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getTaxonomy()
public abstract Taxonomy getTaxonomy()The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;
| Type | Description |
| Taxonomy | The taxonomy. |
getTaxonomyOrBuilder()
public abstract TaxonomyOrBuilder getTaxonomyOrBuilder()The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;
| Type | Description |
| TaxonomyOrBuilder |
hasTaxonomy()
public abstract boolean hasTaxonomy()The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;
| Type | Description |
| boolean | Whether the taxonomy field is set. |