public static interface IntStr.IntOrStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getIntVal()
optional int32 intVal = 2; |
String |
getStrVal()
optional string strVal = 3; |
com.google.protobuf.ByteString |
getStrValBytes()
optional string strVal = 3; |
long |
getType()
optional int64 type = 1; |
boolean |
hasIntVal()
optional int32 intVal = 2; |
boolean |
hasStrVal()
optional string strVal = 3; |
boolean |
hasType()
optional int64 type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional int64 type = 1;
long getType()
optional int64 type = 1;
boolean hasIntVal()
optional int32 intVal = 2;
int getIntVal()
optional int32 intVal = 2;
boolean hasStrVal()
optional string strVal = 3;
String getStrVal()
optional string strVal = 3;
com.google.protobuf.ByteString getStrValBytes()
optional string strVal = 3;
Copyright © 2022. All rights reserved.