Interface RpcResponseOrBuilder

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

    public interface RpcResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Value getResponse()
      .google.protobuf.Value response = 1;
      ValueOrBuilder getResponseOrBuilder()
      .google.protobuf.Value response = 1;
      boolean hasResponse()
      .google.protobuf.Value response = 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

      • hasResponse

        boolean hasResponse()
        .google.protobuf.Value response = 1;
        Returns:
        Whether the response field is set.
      • getResponse

        Value getResponse()
        .google.protobuf.Value response = 1;
        Returns:
        The response.
      • getResponseOrBuilder

        ValueOrBuilder getResponseOrBuilder()
        .google.protobuf.Value response = 1;