Class ListSearchAttributesResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • getDefaultInstanceForType

        public ListSearchAttributesResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListSearchAttributesResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListSearchAttributesResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public ListSearchAttributesResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     int index,
                                                                     java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • addRepeatedField

        public ListSearchAttributesResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListSearchAttributesResponse.Builder>
      • mergeFrom

        public ListSearchAttributesResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSearchAttributesResponse.Builder>
        Throws:
        java.io.IOException
      • containsCustomAttributes

        public 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;
        Specified by:
        containsCustomAttributes in interface ListSearchAttributesResponseOrBuilder
      • getCustomAttributesValueMap

        public 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;
        Specified by:
        getCustomAttributesValueMap in interface ListSearchAttributesResponseOrBuilder
      • getCustomAttributesValueOrDefault

        public 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;
        Specified by:
        getCustomAttributesValueOrDefault in interface ListSearchAttributesResponseOrBuilder
      • getCustomAttributesValueOrThrow

        public 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;
        Specified by:
        getCustomAttributesValueOrThrow in interface ListSearchAttributesResponseOrBuilder
      • removeCustomAttributes

        public ListSearchAttributesResponse.Builder removeCustomAttributes​(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;
      • getMutableCustomAttributes

        @Deprecated
        public java.util.Map<java.lang.String,​IndexedValueType> getMutableCustomAttributes()
        Deprecated.
        Use alternate mutation accessors instead.
      • putCustomAttributes

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

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

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.Integer> getMutableCustomAttributesValue()
        Deprecated.
        Use alternate mutation accessors instead.
      • putCustomAttributesValue

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

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

        public 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;
        Specified by:
        containsSystemAttributes in interface ListSearchAttributesResponseOrBuilder
      • getSystemAttributesValueMap

        public 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;
        Specified by:
        getSystemAttributesValueMap in interface ListSearchAttributesResponseOrBuilder
      • getSystemAttributesValueOrDefault

        public 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;
        Specified by:
        getSystemAttributesValueOrDefault in interface ListSearchAttributesResponseOrBuilder
      • getSystemAttributesValueOrThrow

        public 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;
        Specified by:
        getSystemAttributesValueOrThrow in interface ListSearchAttributesResponseOrBuilder
      • removeSystemAttributes

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

        @Deprecated
        public java.util.Map<java.lang.String,​IndexedValueType> getMutableSystemAttributes()
        Deprecated.
        Use alternate mutation accessors instead.
      • putSystemAttributes

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

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

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.Integer> getMutableSystemAttributesValue()
        Deprecated.
        Use alternate mutation accessors instead.
      • putSystemAttributesValue

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

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

        public 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;
        Specified by:
        getStorageSchemaMap in interface ListSearchAttributesResponseOrBuilder
      • getStorageSchemaOrDefault

        public 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;
        Specified by:
        getStorageSchemaOrDefault in interface ListSearchAttributesResponseOrBuilder
      • getStorageSchemaOrThrow

        public 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;
        Specified by:
        getStorageSchemaOrThrow in interface ListSearchAttributesResponseOrBuilder
      • removeStorageSchema

        public ListSearchAttributesResponse.Builder removeStorageSchema​(java.lang.String key)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • getMutableStorageSchema

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.String> getMutableStorageSchema()
        Deprecated.
        Use alternate mutation accessors instead.
      • putStorageSchema

        public ListSearchAttributesResponse.Builder putStorageSchema​(java.lang.String key,
                                                                     java.lang.String value)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;
      • putAllStorageSchema

        public ListSearchAttributesResponse.Builder putAllStorageSchema​(java.util.Map<java.lang.String,​java.lang.String> values)
         Mapping from the attribute name to the visibility storage native type.
         
        map<string, string> storage_schema = 3;