io.temporal.api.common.v1.SearchAttributesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/common/v1/message.proto
package io.temporal.api.common.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:SearchAttributesOrBuilder.java.pb.meta")
public interface SearchAttributesOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.common.v1.SearchAttributes)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
*/
int getIndexedFieldsCount();
/**
* map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
*/
boolean containsIndexedFields(
java.lang.String key);
/**
* Use {@link #getIndexedFieldsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getIndexedFields();
/**
* map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
*/
java.util.Map
getIndexedFieldsMap();
/**
* map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
*/
io.temporal.api.common.v1.Payload getIndexedFieldsOrDefault(
java.lang.String key,
io.temporal.api.common.v1.Payload defaultValue);
/**
* map<string, .temporal.api.common.v1.Payload> indexed_fields = 1;
*/
io.temporal.api.common.v1.Payload getIndexedFieldsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy