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

io.temporal.api.common.v1.HeaderOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25.1
Show newest version
// 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:HeaderOrBuilder.java.pb.meta")
public interface HeaderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.common.v1.Header)
    com.google.protobuf.MessageOrBuilder {

  /**
   * map<string, .temporal.api.common.v1.Payload> fields = 1;
   */
  int getFieldsCount();
  /**
   * map<string, .temporal.api.common.v1.Payload> fields = 1;
   */
  boolean containsFields(
      java.lang.String key);
  /**
   * Use {@link #getFieldsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getFields();
  /**
   * map<string, .temporal.api.common.v1.Payload> fields = 1;
   */
  java.util.Map
  getFieldsMap();
  /**
   * map<string, .temporal.api.common.v1.Payload> fields = 1;
   */

  io.temporal.api.common.v1.Payload getFieldsOrDefault(
      java.lang.String key,
      io.temporal.api.common.v1.Payload defaultValue);
  /**
   * map<string, .temporal.api.common.v1.Payload> fields = 1;
   */

  io.temporal.api.common.v1.Payload getFieldsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy