Interface ListSearchAttributesResponseOrBuilder

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

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

      • getCustomAttributesCount

        int getCustomAttributesCount()
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • containsCustomAttributes

        boolean containsCustomAttributes​(java.lang.String key)
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesMap

        java.util.Map<java.lang.String,​IndexedValueType> getCustomAttributesMap()
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesOrDefault

        IndexedValueType getCustomAttributesOrDefault​(java.lang.String key,
                                                      IndexedValueType defaultValue)
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesOrThrow

        IndexedValueType getCustomAttributesOrThrow​(java.lang.String key)
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesValue

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

        java.util.Map<java.lang.String,​java.lang.Integer> getCustomAttributesValueMap()
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesValueOrDefault

        int getCustomAttributesValueOrDefault​(java.lang.String key,
                                              int defaultValue)
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getCustomAttributesValueOrThrow

        int getCustomAttributesValueOrThrow​(java.lang.String key)
         Mapping between custom (user-registered) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
      • getSystemAttributesCount

        int getSystemAttributesCount()
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • containsSystemAttributes

        boolean containsSystemAttributes​(java.lang.String key)
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesMap

        java.util.Map<java.lang.String,​IndexedValueType> getSystemAttributesMap()
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesOrDefault

        IndexedValueType getSystemAttributesOrDefault​(java.lang.String key,
                                                      IndexedValueType defaultValue)
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesOrThrow

        IndexedValueType getSystemAttributesOrThrow​(java.lang.String key)
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesValue

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

        java.util.Map<java.lang.String,​java.lang.Integer> getSystemAttributesValueMap()
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesValueOrDefault

        int getSystemAttributesValueOrDefault​(java.lang.String key,
                                              int defaultValue)
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getSystemAttributesValueOrThrow

        int getSystemAttributesValueOrThrow​(java.lang.String key)
         Mapping between system (predefined) search attribute name to its IndexedValueType.
         
        map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
      • getStorageSchemaCount

        int getStorageSchemaCount()
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • containsStorageSchema

        boolean containsStorageSchema​(java.lang.String key)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • getStorageSchema

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getStorageSchema()
        Deprecated.
      • getStorageSchemaMap

        java.util.Map<java.lang.String,​java.lang.String> getStorageSchemaMap()
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • getStorageSchemaOrDefault

        java.lang.String getStorageSchemaOrDefault​(java.lang.String key,
                                                   java.lang.String defaultValue)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • getStorageSchemaOrThrow

        java.lang.String getStorageSchemaOrThrow​(java.lang.String key)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;