Package Arp.Plc.Gds.Services.Grpc
Interface ISubscriptionServiceOuterClass.ISubscriptionServiceGetRecordInfosResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceGetRecordInfosResponse,ISubscriptionServiceOuterClass.ISubscriptionServiceGetRecordInfosResponse.Builder
- Enclosing class:
ISubscriptionServiceOuterClass
public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceGetRecordInfosResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRecordInfos(int index) repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2;intrepeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2;repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2;getRecordInfosOrBuilder(int index) repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2;List<? extends VariableInfoOuterClass.VariableInfoOrBuilder> repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 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; -
getRecordInfosList
List<VariableInfoOuterClass.VariableInfo> getRecordInfosList()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2; -
getRecordInfos
repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2; -
getRecordInfosCount
int getRecordInfosCount()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2; -
getRecordInfosOrBuilderList
List<? extends VariableInfoOuterClass.VariableInfoOrBuilder> getRecordInfosOrBuilderList()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2; -
getRecordInfosOrBuilder
repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo recordInfos = 2;
-