Package Arp.Plc.Gds.Services.Grpc
Interface VariableInfoOuterClass.VariableInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VariableInfoOuterClass.VariableInfo,VariableInfoOuterClass.VariableInfo.Builder
- Enclosing class:
VariableInfoOuterClass
public static interface VariableInfoOuterClass.VariableInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getName
String getName()string Name = 1; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()string Name = 1; -
getTypeValue
int getTypeValue().Arp.Plc.Grpc.DataType Type = 2; -
getType
DataTypeOuterClass.DataType getType().Arp.Plc.Grpc.DataType Type = 2;
-