public static interface Rpc.RpcMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBuffer()
optional bytes buffer = 4; |
int |
getId()
optional uint32 id = 2; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
Rpc.Type |
getType()
required .ola.rpc.Type type = 1; |
boolean |
hasBuffer()
optional bytes buffer = 4; |
boolean |
hasId()
optional uint32 id = 2; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasType()
required .ola.rpc.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
required .ola.rpc.Type type = 1;
Rpc.Type getType()
required .ola.rpc.Type type = 1;
boolean hasId()
optional uint32 id = 2;
int getId()
optional uint32 id = 2;
boolean hasName()
optional string name = 3;
String getName()
optional string name = 3;
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
boolean hasBuffer()
optional bytes buffer = 4;
com.google.protobuf.ByteString getBuffer()
optional bytes buffer = 4;
Copyright © 2016. All rights reserved.