Interface UpdateDeploymentMetadataOrBuilder

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

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

    • getUpsertEntriesCount

      int getUpsertEntriesCount()
      map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;
    • containsUpsertEntries

      boolean containsUpsertEntries(String key)
      map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;
    • getUpsertEntries

      @Deprecated Map<String,Payload> getUpsertEntries()
      Deprecated.
    • getUpsertEntriesMap

      Map<String,Payload> getUpsertEntriesMap()
      map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;
    • getUpsertEntriesOrDefault

      Payload getUpsertEntriesOrDefault(String key, Payload defaultValue)
      map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;
    • getUpsertEntriesOrThrow

      Payload getUpsertEntriesOrThrow(String key)
      map<string, .temporal.api.common.v1.Payload> upsert_entries = 1;
    • getRemoveEntriesList

      List<String> getRemoveEntriesList()
       List of keys to remove from the metadata.
       
      repeated string remove_entries = 2;
      Returns:
      A list containing the removeEntries.
    • getRemoveEntriesCount

      int getRemoveEntriesCount()
       List of keys to remove from the metadata.
       
      repeated string remove_entries = 2;
      Returns:
      The count of removeEntries.
    • getRemoveEntries

      String getRemoveEntries(int index)
       List of keys to remove from the metadata.
       
      repeated string remove_entries = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The removeEntries at the given index.
    • getRemoveEntriesBytes

      com.google.protobuf.ByteString getRemoveEntriesBytes(int index)
       List of keys to remove from the metadata.
       
      repeated string remove_entries = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the removeEntries at the given index.