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

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

    Modifier and Type
    Method
    Description
    int
    int32 a = 1;
    int
    int32 b = 2;
    int
    int32 c = 3;
    string d = 4;
    com.google.protobuf.ByteString
    string d = 4;
    int
    int32 e = 5;
    .Rsp.F f = 6;
    .Rsp.F f = 6;
    string g = 7;
    com.google.protobuf.ByteString
    string g = 7;
    long
    uint64 h = 10;
    long
    uint64 i = 11;
    long
    uint64 j = 13;
    boolean
    .Rsp.F f = 6;

    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 Details

    • getA

      int getA()
      int32 a = 1;
      Returns:
      The a.
    • getB

      int getB()
      int32 b = 2;
      Returns:
      The b.
    • getC

      int getC()
      int32 c = 3;
      Returns:
      The c.
    • getD

      String getD()
      string d = 4;
      Returns:
      The d.
    • getDBytes

      com.google.protobuf.ByteString getDBytes()
      string d = 4;
      Returns:
      The bytes for d.
    • getE

      int getE()
      int32 e = 5;
      Returns:
      The e.
    • hasF

      boolean hasF()
      .Rsp.F f = 6;
      Returns:
      Whether the f field is set.
    • getF

      Rsp.F getF()
      .Rsp.F f = 6;
      Returns:
      The f.
    • getFOrBuilder

      Rsp.FOrBuilder getFOrBuilder()
      .Rsp.F f = 6;
    • getG

      String getG()
      string g = 7;
      Returns:
      The g.
    • getGBytes

      com.google.protobuf.ByteString getGBytes()
      string g = 7;
      Returns:
      The bytes for g.
    • getH

      long getH()
      uint64 h = 10;
      Returns:
      The h.
    • getI

      long getI()
      uint64 i = 11;
      Returns:
      The i.
    • getJ

      long getJ()
      uint64 j = 13;
      Returns:
      The j.