Package s2.v1alpha

Interface ReadResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReadOutput getOutput()
      Response details for a read.
      ReadOutputOrBuilder getOutputOrBuilder()
      Response details for a read.
      boolean hasOutput()
      Response details for a read.
      • 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

      • hasOutput

        boolean hasOutput()
         Response details for a read.
         
        .s2.v1alpha.ReadOutput output = 1;
        Returns:
        Whether the output field is set.
      • getOutput

        ReadOutput getOutput()
         Response details for a read.
         
        .s2.v1alpha.ReadOutput output = 1;
        Returns:
        The output.
      • getOutputOrBuilder

        ReadOutputOrBuilder getOutputOrBuilder()
         Response details for a read.
         
        .s2.v1alpha.ReadOutput output = 1;