Interface ISubscriptionServiceOuterClass.ISubscriptionServiceReadRecordsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceReadRecordsResponse, ISubscriptionServiceOuterClass.ISubscriptionServiceReadRecordsResponse.Builder
Enclosing class:
ISubscriptionServiceOuterClass

public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceReadRecordsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getReturnValueValue

      int getReturnValueValue()
      .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;
    • getReturnValue

      .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;
    • getRecordsList

      List<ArpTypes.ObjectType> getRecordsList()
      repeated .Arp.Type.Grpc.ObjectType records = 2;
    • getRecords

      ArpTypes.ObjectType getRecords(int index)
      repeated .Arp.Type.Grpc.ObjectType records = 2;
    • getRecordsCount

      int getRecordsCount()
      repeated .Arp.Type.Grpc.ObjectType records = 2;
    • getRecordsOrBuilderList

      List<? extends ArpTypes.ObjectTypeOrBuilder> getRecordsOrBuilderList()
      repeated .Arp.Type.Grpc.ObjectType records = 2;
    • getRecordsOrBuilder

      ArpTypes.ObjectTypeOrBuilder getRecordsOrBuilder(int index)
      repeated .Arp.Type.Grpc.ObjectType records = 2;