Package Arp.Plc.Gds.Services.Grpc
Interface ISubscriptionServiceOuterClass.ISubscriptionServiceReadTimeStampedValuesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceReadTimeStampedValuesResponse,ISubscriptionServiceOuterClass.ISubscriptionServiceReadTimeStampedValuesResponse.Builder
- Enclosing class:
ISubscriptionServiceOuterClass
public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceReadTimeStampedValuesResponseOrBuilder
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;getValues(int index) repeated .Arp.Type.Grpc.ObjectType values = 2;intrepeated .Arp.Type.Grpc.ObjectType values = 2;repeated .Arp.Type.Grpc.ObjectType values = 2;getValuesOrBuilder(int index) repeated .Arp.Type.Grpc.ObjectType values = 2;List<? extends ArpTypes.ObjectTypeOrBuilder> repeated .Arp.Type.Grpc.ObjectType values = 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; -
getValuesList
List<ArpTypes.ObjectType> getValuesList()repeated .Arp.Type.Grpc.ObjectType values = 2; -
getValues
repeated .Arp.Type.Grpc.ObjectType values = 2; -
getValuesCount
int getValuesCount()repeated .Arp.Type.Grpc.ObjectType values = 2; -
getValuesOrBuilderList
List<? extends ArpTypes.ObjectTypeOrBuilder> getValuesOrBuilderList()repeated .Arp.Type.Grpc.ObjectType values = 2; -
getValuesOrBuilder
repeated .Arp.Type.Grpc.ObjectType values = 2;
-