Interface Payloads.PayloadConfigOrBuilder

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

    public static interface Payloads.PayloadConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBytebufParams

        boolean hasBytebufParams()
        .grpc.testing.ByteBufferParams bytebuf_params = 1;
        Returns:
        Whether the bytebufParams field is set.
      • getBytebufParams

        Payloads.ByteBufferParams getBytebufParams()
        .grpc.testing.ByteBufferParams bytebuf_params = 1;
        Returns:
        The bytebufParams.
      • hasSimpleParams

        boolean hasSimpleParams()
        .grpc.testing.SimpleProtoParams simple_params = 2;
        Returns:
        Whether the simpleParams field is set.
      • getSimpleParams

        Payloads.SimpleProtoParams getSimpleParams()
        .grpc.testing.SimpleProtoParams simple_params = 2;
        Returns:
        The simpleParams.
      • hasComplexParams

        boolean hasComplexParams()
        .grpc.testing.ComplexProtoParams complex_params = 3;
        Returns:
        Whether the complexParams field is set.
      • getComplexParams

        Payloads.ComplexProtoParams getComplexParams()
        .grpc.testing.ComplexProtoParams complex_params = 3;
        Returns:
        The complexParams.