Package Arp.Plc.Gds.Services.Grpc
Interface ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariablesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariablesResponse,ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariablesResponse.Builder
- Enclosing class:
ISubscriptionServiceOuterClass
public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariablesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetReturnValue(int index) repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;intrepeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;intgetReturnValueValue(int index) repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;repeated .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
-
getReturnValueList
List<DataAccessErrorOuterClass.DataAccessError> getReturnValueList()repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getReturnValueCount
int getReturnValueCount()repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getReturnValue
repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getReturnValueValueList
repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1; -
getReturnValueValue
int getReturnValueValue(int index) repeated .Arp.Plc.Gds.Services.Grpc.DataAccessError _ReturnValue = 1;
-