Interface CreateTaxonomyRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateTaxonomyRequest, CreateTaxonomyRequest.Builder

@Generated public interface CreateTaxonomyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    The taxonomy to be created.
    The taxonomy to be created.
    boolean
    The taxonomy to be created.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;