Interface UpdateNamespaceTagsRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:UpdateNamespaceTagsRequestOrBuilder.java.pb.meta") public interface UpdateNamespaceTagsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNamespace

      String getNamespace()
       The namespace to set tags for.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to set tags for.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getTagsToUpsertCount

      int getTagsToUpsertCount()
       A list of tags to add or update.
       If a key of an existing tag is added, the tag's value is updated.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      map<string, string> tags_to_upsert = 2;
    • containsTagsToUpsert

      boolean containsTagsToUpsert(String key)
       A list of tags to add or update.
       If a key of an existing tag is added, the tag's value is updated.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      map<string, string> tags_to_upsert = 2;
    • getTagsToUpsert

      @Deprecated Map<String,String> getTagsToUpsert()
      Deprecated.
    • getTagsToUpsertMap

      Map<String,String> getTagsToUpsertMap()
       A list of tags to add or update.
       If a key of an existing tag is added, the tag's value is updated.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      map<string, string> tags_to_upsert = 2;
    • getTagsToUpsertOrDefault

      String getTagsToUpsertOrDefault(String key, String defaultValue)
       A list of tags to add or update.
       If a key of an existing tag is added, the tag's value is updated.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      map<string, string> tags_to_upsert = 2;
    • getTagsToUpsertOrThrow

      String getTagsToUpsertOrThrow(String key)
       A list of tags to add or update.
       If a key of an existing tag is added, the tag's value is updated.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      map<string, string> tags_to_upsert = 2;
    • getTagsToRemoveList

      List<String> getTagsToRemoveList()
       A list of tag keys to remove.
       If a tag key doesn't exist, it is silently ignored.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      repeated string tags_to_remove = 3;
      Returns:
      A list containing the tagsToRemove.
    • getTagsToRemoveCount

      int getTagsToRemoveCount()
       A list of tag keys to remove.
       If a tag key doesn't exist, it is silently ignored.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      repeated string tags_to_remove = 3;
      Returns:
      The count of tagsToRemove.
    • getTagsToRemove

      String getTagsToRemove(int index)
       A list of tag keys to remove.
       If a tag key doesn't exist, it is silently ignored.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      repeated string tags_to_remove = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tagsToRemove at the given index.
    • getTagsToRemoveBytes

      com.google.protobuf.ByteString getTagsToRemoveBytes(int index)
       A list of tag keys to remove.
       If a tag key doesn't exist, it is silently ignored.
       At least one of tags_to_upsert or tags_to_remove must be specified.
       
      repeated string tags_to_remove = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tagsToRemove at the given index.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id to use for this async operation - optional.
       
      string async_operation_id = 4;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id to use for this async operation - optional.
       
      string async_operation_id = 4;
      Returns:
      The bytes for asyncOperationId.