Package Arp.Type.Grpc

Interface ArpTypes.ObjectTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ArpTypes.ObjectType, ArpTypes.ObjectType.Builder
Enclosing class:
ArpTypes

public static interface ArpTypes.ObjectTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTypeCodeValue

      int getTypeCodeValue()
      .Arp.Type.Grpc.CoreType TypeCode = 1;
    • getTypeCode

      ArpTypes.CoreType getTypeCode()
      .Arp.Type.Grpc.CoreType TypeCode = 1;
    • getBoolValue

      boolean getBoolValue()
      bool BoolValue = 2;
    • getCharValue

      int getCharValue()
      sint32 CharValue = 3;
    • getInt8Value

      int getInt8Value()
      sint32 Int8Value = 4;
    • getUint8Value

      int getUint8Value()
      uint32 Uint8Value = 5;
    • getInt16Value

      int getInt16Value()
      sint32 Int16Value = 6;
    • getUint16Value

      int getUint16Value()
      uint32 Uint16Value = 7;
    • getInt32Value

      int getInt32Value()
      sint32 Int32Value = 8;
    • getUint32Value

      int getUint32Value()
      uint32 Uint32Value = 9;
    • getInt64Value

      long getInt64Value()
      sint64 Int64Value = 10;
    • getUIntValue

      long getUIntValue()
      uint64 UIntValue = 11;
    • getFloatValue

      float getFloatValue()
      float FloatValue = 12;
    • getDoubleValue

      double getDoubleValue()
      double DoubleValue = 13;
    • getStringValue

      String getStringValue()
      string StringValue = 14;
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string StringValue = 14;
    • hasStructValue

      boolean hasStructValue()
      .Arp.Type.Grpc.TypeStruct StructValue = 15;
    • getStructValue

      ArpTypes.TypeStruct getStructValue()
      .Arp.Type.Grpc.TypeStruct StructValue = 15;
    • getStructValueOrBuilder

      ArpTypes.TypeStructOrBuilder getStructValueOrBuilder()
      .Arp.Type.Grpc.TypeStruct StructValue = 15;
    • hasArrayValue

      boolean hasArrayValue()
      .Arp.Type.Grpc.TypeArray ArrayValue = 16;
    • getArrayValue

      ArpTypes.TypeArray getArrayValue()
      .Arp.Type.Grpc.TypeArray ArrayValue = 16;
    • getArrayValueOrBuilder

      ArpTypes.TypeArrayOrBuilder getArrayValueOrBuilder()
      .Arp.Type.Grpc.TypeArray ArrayValue = 16;
    • getEnumValue

      int getEnumValue()
      sint32 EnumValue = 17;
    • getValueCase