Package com.google.cloud.datacatalog.v1
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 String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.Taxonomy
getTaxonomy()
The taxonomy to create.TaxonomyOrBuilder
getTaxonomyOrBuilder()
The taxonomy to create.boolean
hasTaxonomy()
The taxonomy to create.-
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 create.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 2;
- Returns:
- Whether the taxonomy field is set.
-
getTaxonomy
Taxonomy getTaxonomy()
The taxonomy to create.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 2;
- Returns:
- The taxonomy.
-
getTaxonomyOrBuilder
TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to create.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 2;
-
-