public static interface TypeBeanOuterClass.TypeBeanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
bool boolean = 3; |
int |
getByte()
int32 byte = 4; |
String |
getChar()
string char = 5; |
com.google.protobuf.ByteString |
getCharBytes()
string char = 5; |
double |
getDouble()
double double = 8; |
float |
getFloat()
float float = 7; |
int |
getInt()
int32 int = 1; |
long |
getLong()
int64 long = 2; |
int |
getShort()
int32 short = 6; |
String |
getString()
string string = 9; |
com.google.protobuf.ByteString |
getStringBytes()
string string = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getInt()
int32 int = 1;
long getLong()
int64 long = 2;
boolean getBoolean()
bool boolean = 3;
int getByte()
int32 byte = 4;
String getChar()
string char = 5;
com.google.protobuf.ByteString getCharBytes()
string char = 5;
int getShort()
int32 short = 6;
float getFloat()
float float = 7;
double getDouble()
double double = 8;
String getString()
string string = 9;
com.google.protobuf.ByteString getStringBytes()
string string = 9;
Copyright © 2009–2023 Oracle Corporation. All rights reserved.