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

io.temporal.api.common.v1.PayloadsOrBuilder 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/common/v1/message.proto

package io.temporal.api.common.v1;

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

  /**
   * repeated .temporal.api.common.v1.Payload payloads = 1;
   */
  java.util.List 
      getPayloadsList();
  /**
   * repeated .temporal.api.common.v1.Payload payloads = 1;
   */
  io.temporal.api.common.v1.Payload getPayloads(int index);
  /**
   * repeated .temporal.api.common.v1.Payload payloads = 1;
   */
  int getPayloadsCount();
  /**
   * repeated .temporal.api.common.v1.Payload payloads = 1;
   */
  java.util.List 
      getPayloadsOrBuilderList();
  /**
   * repeated .temporal.api.common.v1.Payload payloads = 1;
   */
  io.temporal.api.common.v1.PayloadOrBuilder getPayloadsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy