Interface AddSearchAttributesRequestOrBuilder

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

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

      • getSearchAttributesCount

        int getSearchAttributesCount()
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • containsSearchAttributes

        boolean containsSearchAttributes​(java.lang.String key)
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesMap

        java.util.Map<java.lang.String,​IndexedValueType> getSearchAttributesMap()
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesOrDefault

        IndexedValueType getSearchAttributesOrDefault​(java.lang.String key,
                                                      IndexedValueType defaultValue)
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesOrThrow

        IndexedValueType getSearchAttributesOrThrow​(java.lang.String key)
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesValue

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getSearchAttributesValue()
        Deprecated.
      • getSearchAttributesValueMap

        java.util.Map<java.lang.String,​java.lang.Integer> getSearchAttributesValueMap()
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesValueOrDefault

        int getSearchAttributesValueOrDefault​(java.lang.String key,
                                              int defaultValue)
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getSearchAttributesValueOrThrow

        int getSearchAttributesValueOrThrow​(java.lang.String key)
         Mapping between search attribute name and its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
      • getNamespace

        java.lang.String getNamespace()
        string namespace = 2;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 2;
        Returns:
        The bytes for namespace.