io.temporal.api.common.v1.HeaderOrBuilder 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: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 - 2025 Weber Informatics LLC | Privacy Policy