Package Arp.Plc.Gds.Services.Grpc
Interface IForceServiceOuterClass.IForceServiceGetVariablesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IForceServiceOuterClass.IForceServiceGetVariablesResponse,IForceServiceOuterClass.IForceServiceGetVariablesResponse.Builder
- Enclosing class:
IForceServiceOuterClass
public static interface IForceServiceOuterClass.IForceServiceGetVariablesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetReturnValue(int index) repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1;intrepeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1;repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1;getReturnValueOrBuilder(int index) repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1;List<? extends ForceItemOuterClass.ForceItemOrBuilder> repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _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<ForceItemOuterClass.ForceItem> getReturnValueList()repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1; -
getReturnValue
repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1; -
getReturnValueCount
int getReturnValueCount()repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1; -
getReturnValueOrBuilderList
List<? extends ForceItemOuterClass.ForceItemOrBuilder> getReturnValueOrBuilderList()repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1; -
getReturnValueOrBuilder
repeated .Arp.Plc.Gds.Services.Grpc.ForceItem _ReturnValue = 1;
-