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

    Modifier and Type
    Method
    Description
    string Name = 1;
    com.google.protobuf.ByteString
    string Name = 1;
    .Arp.Plc.Grpc.DataType Type = 2;
    int
    .Arp.Plc.Grpc.DataType Type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .Arp.Plc.Grpc.DataType Type = 2;