public static interface TestProtos.OneOfMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBar()
int64 bar = 2; |
float |
getBaz()
float baz = 3; |
java.lang.String |
getFoo()
string foo = 1; |
com.google.protobuf.ByteString |
getFooBytes()
string foo = 1; |
TestProtos.OneOfMessage.PayloadCase |
getPayloadCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getFoo()
string foo = 1;
com.google.protobuf.ByteString getFooBytes()
string foo = 1;
long getBar()
int64 bar = 2;
float getBaz()
float baz = 3;
TestProtos.OneOfMessage.PayloadCase getPayloadCase()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.