public interface CreateTaxonomyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Taxonomy |
getTaxonomy()
The taxonomy to be created.
|
TaxonomyOrBuilder |
getTaxonomyOrBuilder()
The taxonomy to be created.
|
boolean |
hasTaxonomy()
The taxonomy to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasTaxonomy()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;Taxonomy getTaxonomy()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;Copyright © 2025 Google LLC. All rights reserved.