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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsIndexedFields​(java.lang.String key)
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
      java.util.Map<java.lang.String,​Payload> getIndexedFields()
      Deprecated.
      int getIndexedFieldsCount()
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
      java.util.Map<java.lang.String,​Payload> getIndexedFieldsMap()
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
      Payload getIndexedFieldsOrDefault​(java.lang.String key, Payload defaultValue)
      map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
      Payload getIndexedFieldsOrThrow​(java.lang.String key)
      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 Detail

      • getIndexedFieldsCount

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

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

        @Deprecated
        java.util.Map<java.lang.String,​Payload> getIndexedFields()
        Deprecated.
      • getIndexedFieldsMap

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

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

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