Package Arp.Plc.Gds.Services.Grpc
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 Summary
Modifier and TypeMethodDescriptiongetRecords(int index) repeated .Arp.Type.Grpc.ObjectType records = 2;intrepeated .Arp.Type.Grpc.ObjectType records = 2;repeated .Arp.Type.Grpc.ObjectType records = 2;getRecordsOrBuilder(int index) repeated .Arp.Type.Grpc.ObjectType records = 2;List<? extends ArpTypes.ObjectTypeOrBuilder> repeated .Arp.Type.Grpc.ObjectType records = 2;.Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;int.Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReturnValueValue
int getReturnValueValue().Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getReturnValue
DataAccessErrorOuterClass.DataAccessError getReturnValue().Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getRecordsList
List<ArpTypes.ObjectType> getRecordsList()repeated .Arp.Type.Grpc.ObjectType records = 2; -
getRecords
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
repeated .Arp.Type.Grpc.ObjectType records = 2;
-