Interface SearchAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    Deprecated.
    int
    map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    map<string, .temporal.api.common.v1.Payload> indexed_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

    • getIndexedFieldsCount

      int getIndexedFieldsCount()
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    • containsIndexedFields

      boolean containsIndexedFields(String key)
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    • getIndexedFields

      @Deprecated Map<String,Payload> getIndexedFields()
      Deprecated.
    • getIndexedFieldsMap

      Map<String,Payload> getIndexedFieldsMap()
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    • getIndexedFieldsOrDefault

      Payload getIndexedFieldsOrDefault(String key, Payload defaultValue)
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
    • getIndexedFieldsOrThrow

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