Interface Messages.StreamingOutputCallRequestOrBuilder

    • Method Detail

      • getResponseTypeValue

        int getResponseTypeValue()
         Desired payload type in the response from the server.
         If response_type is RANDOM, the payload from each response in the stream
         might be of different types. This is to simulate a mixed type of payload
         stream.
         
        .grpc.testing.PayloadType response_type = 1;
        Returns:
        The enum numeric value on the wire for responseType.
      • getResponseType

        Messages.PayloadType getResponseType()
         Desired payload type in the response from the server.
         If response_type is RANDOM, the payload from each response in the stream
         might be of different types. This is to simulate a mixed type of payload
         stream.
         
        .grpc.testing.PayloadType response_type = 1;
        Returns:
        The responseType.
      • getResponseParametersList

        java.util.List<Messages.ResponseParameters> getResponseParametersList()
         Configuration for each expected response message.
         
        repeated .grpc.testing.ResponseParameters response_parameters = 2;
      • getResponseParameters

        Messages.ResponseParameters getResponseParameters​(int index)
         Configuration for each expected response message.
         
        repeated .grpc.testing.ResponseParameters response_parameters = 2;
      • getResponseParametersCount

        int getResponseParametersCount()
         Configuration for each expected response message.
         
        repeated .grpc.testing.ResponseParameters response_parameters = 2;
      • getResponseParametersOrBuilderList

        java.util.List<? extends Messages.ResponseParametersOrBuilder> getResponseParametersOrBuilderList()
         Configuration for each expected response message.
         
        repeated .grpc.testing.ResponseParameters response_parameters = 2;
      • getResponseParametersOrBuilder

        Messages.ResponseParametersOrBuilder getResponseParametersOrBuilder​(int index)
         Configuration for each expected response message.
         
        repeated .grpc.testing.ResponseParameters response_parameters = 2;
      • hasPayload

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

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

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

        boolean hasResponseStatus()
         Whether server should return a given status
         
        .grpc.testing.EchoStatus response_status = 7;
        Returns:
        Whether the responseStatus field is set.
      • getResponseStatus

        Messages.EchoStatus getResponseStatus()
         Whether server should return a given status
         
        .grpc.testing.EchoStatus response_status = 7;
        Returns:
        The responseStatus.
      • getResponseStatusOrBuilder

        Messages.EchoStatusOrBuilder getResponseStatusOrBuilder()
         Whether server should return a given status
         
        .grpc.testing.EchoStatus response_status = 7;
      • hasOrcaOobReport

        boolean hasOrcaOobReport()
         If set the server should update this metrics report data at the OOB server.
         
        .grpc.testing.TestOrcaReport orca_oob_report = 8;
        Returns:
        Whether the orcaOobReport field is set.
      • getOrcaOobReport

        Messages.TestOrcaReport getOrcaOobReport()
         If set the server should update this metrics report data at the OOB server.
         
        .grpc.testing.TestOrcaReport orca_oob_report = 8;
        Returns:
        The orcaOobReport.
      • getOrcaOobReportOrBuilder

        Messages.TestOrcaReportOrBuilder getOrcaOobReportOrBuilder()
         If set the server should update this metrics report data at the OOB server.
         
        .grpc.testing.TestOrcaReport orca_oob_report = 8;