Interface CreateTaxonomyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateTaxonomyRequest,CreateTaxonomyRequest.Builder
public interface CreateTaxonomyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.TaxonomygetTaxonomy()The taxonomy to be created.TaxonomyOrBuildergetTaxonomyOrBuilder()The taxonomy to be created.booleanhasTaxonomy()The taxonomy to be created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
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) = { ... }- Returns:
- The bytes for parent.
-
hasTaxonomy
boolean hasTaxonomy()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;- Returns:
- Whether the taxonomy field is set.
-
getTaxonomy
Taxonomy getTaxonomy()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;- Returns:
- The taxonomy.
-
getTaxonomyOrBuilder
TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to be created.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 2;
-
-