Interface ExportTaxonomiesRequestOrBuilder

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

@Generated public interface ExportTaxonomiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

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

      List<String> getTaxonomiesList()
       Required. Resource names of the taxonomies to be exported.
       
      repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      A list containing the taxonomies.
    • getTaxonomiesCount

      int getTaxonomiesCount()
       Required. Resource names of the taxonomies to be exported.
       
      repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The count of taxonomies.
    • getTaxonomies

      String getTaxonomies(int index)
       Required. Resource names of the taxonomies to be exported.
       
      repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The taxonomies at the given index.
    • getTaxonomiesBytes

      com.google.protobuf.ByteString getTaxonomiesBytes(int index)
       Required. Resource names of the taxonomies to be exported.
       
      repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the taxonomies at the given index.
    • hasSerializedTaxonomies

      boolean hasSerializedTaxonomies()
       Export taxonomies as serialized taxonomies.
       
      bool serialized_taxonomies = 3;
      Returns:
      Whether the serializedTaxonomies field is set.
    • getSerializedTaxonomies

      boolean getSerializedTaxonomies()
       Export taxonomies as serialized taxonomies.
       
      bool serialized_taxonomies = 3;
      Returns:
      The serializedTaxonomies.
    • getDestinationCase