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 Summary
Modifier and TypeMethodDescription.Arp.Type.Grpc.TypeArray ArrayValue = 16;.Arp.Type.Grpc.TypeArray ArrayValue = 16;booleanbool BoolValue = 2;intsint32 CharValue = 3;doubledouble DoubleValue = 13;intsint32 EnumValue = 17;floatfloat FloatValue = 12;intsint32 Int16Value = 6;intsint32 Int32Value = 8;longsint64 Int64Value = 10;intsint32 Int8Value = 4;string StringValue = 14;com.google.protobuf.ByteStringstring StringValue = 14;.Arp.Type.Grpc.TypeStruct StructValue = 15;.Arp.Type.Grpc.TypeStruct StructValue = 15;.Arp.Type.Grpc.CoreType TypeCode = 1;int.Arp.Type.Grpc.CoreType TypeCode = 1;intuint32 Uint16Value = 7;intuint32 Uint32Value = 9;intuint32 Uint8Value = 5;longuint64 UIntValue = 11;boolean.Arp.Type.Grpc.TypeArray ArrayValue = 16;boolean.Arp.Type.Grpc.TypeStruct StructValue = 15;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
-
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
ArpTypes.ObjectType.ValueCase getValueCase()
-