Interface VersionMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Arbitrary key-values.
    Deprecated.
    int
    Arbitrary key-values.
    Arbitrary key-values.
    getEntriesOrDefault(String key, Payload defaultValue)
    Arbitrary key-values.
    Arbitrary key-values.

    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

    • getEntriesCount

      int getEntriesCount()
       Arbitrary key-values.
       
      map<string, .temporal.api.common.v1.Payload> entries = 1;
    • containsEntries

      boolean containsEntries(String key)
       Arbitrary key-values.
       
      map<string, .temporal.api.common.v1.Payload> entries = 1;
    • getEntries

      @Deprecated Map<String,Payload> getEntries()
      Deprecated.
      Use getEntriesMap() instead.
    • getEntriesMap

      Map<String,Payload> getEntriesMap()
       Arbitrary key-values.
       
      map<string, .temporal.api.common.v1.Payload> entries = 1;
    • getEntriesOrDefault

      Payload getEntriesOrDefault(String key, Payload defaultValue)
       Arbitrary key-values.
       
      map<string, .temporal.api.common.v1.Payload> entries = 1;
    • getEntriesOrThrow

      Payload getEntriesOrThrow(String key)
       Arbitrary key-values.
       
      map<string, .temporal.api.common.v1.Payload> entries = 1;