Interface PayloadsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Payloads, Payloads.Builder

    @Generated(value="protoc",
               comments="annotations:PayloadsOrBuilder.java.pb.meta")
    public interface PayloadsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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<Payload> getPayloadsList()
      repeated .temporal.api.common.v1.Payload payloads = 1;
      PayloadOrBuilder getPayloadsOrBuilder​(int index)
      repeated .temporal.api.common.v1.Payload payloads = 1;
      java.util.List<? extends PayloadOrBuilder> getPayloadsOrBuilderList()
      repeated .temporal.api.common.v1.Payload payloads = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPayloadsList

        java.util.List<Payload> getPayloadsList()
        repeated .temporal.api.common.v1.Payload payloads = 1;
      • getPayloads

        Payload getPayloads​(int index)
        repeated .temporal.api.common.v1.Payload payloads = 1;
      • getPayloadsCount

        int getPayloadsCount()
        repeated .temporal.api.common.v1.Payload payloads = 1;
      • getPayloadsOrBuilderList

        java.util.List<? extends PayloadOrBuilder> getPayloadsOrBuilderList()
        repeated .temporal.api.common.v1.Payload payloads = 1;
      • getPayloadsOrBuilder

        PayloadOrBuilder getPayloadsOrBuilder​(int index)
        repeated .temporal.api.common.v1.Payload payloads = 1;