Interface MemoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, .temporal.api.common.v1.Payload> fields = 1;
    Deprecated.
    int
    map<string, .temporal.api.common.v1.Payload> fields = 1;
    map<string, .temporal.api.common.v1.Payload> fields = 1;
    getFieldsOrDefault(String key, Payload defaultValue)
    map<string, .temporal.api.common.v1.Payload> fields = 1;
    map<string, .temporal.api.common.v1.Payload> fields = 1;

    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

    • getFieldsCount

      int getFieldsCount()
      map<string, .temporal.api.common.v1.Payload> fields = 1;
    • containsFields

      boolean containsFields(String key)
      map<string, .temporal.api.common.v1.Payload> fields = 1;
    • getFields

      Deprecated.
      Use getFieldsMap() instead.
    • getFieldsMap

      Map<String,Payload> getFieldsMap()
      map<string, .temporal.api.common.v1.Payload> fields = 1;
    • getFieldsOrDefault

      Payload getFieldsOrDefault(String key, Payload defaultValue)
      map<string, .temporal.api.common.v1.Payload> fields = 1;
    • getFieldsOrThrow

      Payload getFieldsOrThrow(String key)
      map<string, .temporal.api.common.v1.Payload> fields = 1;