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

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

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

  /**
   * map<string, bytes> metadata = 1;
   */
  int getMetadataCount();
  /**
   * map<string, bytes> metadata = 1;
   */
  boolean containsMetadata(
      java.lang.String key);
  /**
   * Use {@link #getMetadataMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getMetadata();
  /**
   * map<string, bytes> metadata = 1;
   */
  java.util.Map
  getMetadataMap();
  /**
   * map<string, bytes> metadata = 1;
   */

  com.google.protobuf.ByteString getMetadataOrDefault(
      java.lang.String key,
      com.google.protobuf.ByteString defaultValue);
  /**
   * map<string, bytes> metadata = 1;
   */

  com.google.protobuf.ByteString getMetadataOrThrow(
      java.lang.String key);

  /**
   * bytes data = 2;
   * @return The data.
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy