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 Summary

    Modifier and Type
    Method
    Description
     
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
    getTaxonomies(int index)
    Required.
    com.google.protobuf.ByteString
    getTaxonomiesBytes(int index)
    Required.
    int
    Required.
    Required.
    boolean
    Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

    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 exported taxonomies 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 exported taxonomies belong
       to.
       
      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 export.
       
      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 export.
       
      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 export.
       
      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 export.
       
      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()
       Serialized export taxonomies that contain all the policy
       tags as nested protocol buffers.
       
      bool serialized_taxonomies = 3;
      Returns:
      Whether the serializedTaxonomies field is set.
    • getSerializedTaxonomies

      boolean getSerializedTaxonomies()
       Serialized export taxonomies that contain all the policy
       tags as nested protocol buffers.
       
      bool serialized_taxonomies = 3;
      Returns:
      The serializedTaxonomies.
    • getDestinationCase