Interface ImportTaxonomiesRequestOrBuilder

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

    public interface ImportTaxonomiesRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. Resource name of project that the imported taxonomies 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 project that the imported taxonomies will belong
         to.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasInlineSource

        boolean hasInlineSource()
         Inline source used for taxonomies to be imported.
         
        .google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
        Returns:
        Whether the inlineSource field is set.
      • getInlineSource

        InlineSource getInlineSource()
         Inline source used for taxonomies to be imported.
         
        .google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
        Returns:
        The inlineSource.
      • getInlineSourceOrBuilder

        InlineSourceOrBuilder getInlineSourceOrBuilder()
         Inline source used for taxonomies to be imported.
         
        .google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;