All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.workflowservice.v1.GetSearchAttributesResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflowservice/v1/request_response.proto

package io.temporal.api.workflowservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:GetSearchAttributesResponseOrBuilder.java.pb.meta")
public interface GetSearchAttributesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.GetSearchAttributesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  int getKeysCount();
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  boolean containsKeys(
      java.lang.String key);
  /**
   * Use {@link #getKeysMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getKeys();
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  java.util.Map
  getKeysMap();
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  io.temporal.api.enums.v1.IndexedValueType getKeysOrDefault(
      java.lang.String key,
      io.temporal.api.enums.v1.IndexedValueType defaultValue);
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  io.temporal.api.enums.v1.IndexedValueType getKeysOrThrow(
      java.lang.String key);
  /**
   * Use {@link #getKeysValueMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getKeysValue();
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */
  java.util.Map
  getKeysValueMap();
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */

  int getKeysValueOrDefault(
      java.lang.String key,
      int defaultValue);
  /**
   * map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
   */

  int getKeysValueOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy