Package Arp.Plc.Gds.Services.Grpc
Interface ISubscriptionServiceOuterClass.ISubscriptionServiceGetTimeStampedVariableInfosResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceGetTimeStampedVariableInfosResponse,ISubscriptionServiceOuterClass.ISubscriptionServiceGetTimeStampedVariableInfosResponse.Builder
- Enclosing class:
ISubscriptionServiceOuterClass
public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceGetTimeStampedVariableInfosResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;int.Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;getVariableInfo(int index) repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;intrepeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;getVariableInfoOrBuilder(int index) repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;List<? extends VariableInfoOuterClass.VariableInfoOrBuilder> repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;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; -
getVariableInfoList
List<VariableInfoOuterClass.VariableInfo> getVariableInfoList()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2; -
getVariableInfo
repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2; -
getVariableInfoCount
int getVariableInfoCount()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2; -
getVariableInfoOrBuilderList
List<? extends VariableInfoOuterClass.VariableInfoOrBuilder> getVariableInfoOrBuilderList()repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2; -
getVariableInfoOrBuilder
repeated .Arp.Plc.Gds.Services.Grpc.VariableInfo variableInfo = 2;
-