Interface Messages.StreamingInputCallRequestOrBuilder

    • Method Detail

      • hasPayload

        boolean hasPayload()
         Optional input payload sent along with the request.
         
        .grpc.testing.Payload payload = 1;
        Returns:
        Whether the payload field is set.
      • getPayload

        Messages.Payload getPayload()
         Optional input payload sent along with the request.
         
        .grpc.testing.Payload payload = 1;
        Returns:
        The payload.
      • getPayloadOrBuilder

        Messages.PayloadOrBuilder getPayloadOrBuilder()
         Optional input payload sent along with the request.
         
        .grpc.testing.Payload payload = 1;
      • hasExpectCompressed

        boolean hasExpectCompressed()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
        Returns:
        Whether the expectCompressed field is set.
      • getExpectCompressed

        Messages.BoolValue getExpectCompressed()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;
        Returns:
        The expectCompressed.
      • getExpectCompressedOrBuilder

        Messages.BoolValueOrBuilder getExpectCompressedOrBuilder()
         Whether the server should expect this request to be compressed. This field
         is "nullable" in order to interoperate seamlessly with servers not able to
         implement the full compression tests by introspecting the call to verify
         the request's compression status.
         
        .grpc.testing.BoolValue expect_compressed = 2;