Package Arp.Plc.Gds.Services.Grpc
Interface ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariableRequest,ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariableRequest.Builder
- Enclosing class:
ISubscriptionServiceOuterClass
public static interface ISubscriptionServiceOuterClass.ISubscriptionServiceAddVariableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 subscriptionId = 1;string variableName = 2;com.google.protobuf.ByteStringstring variableName = 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
-
getSubscriptionId
int getSubscriptionId()uint32 subscriptionId = 1; -
getVariableName
String getVariableName()string variableName = 2; -
getVariableNameBytes
com.google.protobuf.ByteString getVariableNameBytes()string variableName = 2;
-