public interface IpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Passed client id
|
com.google.protobuf.ByteString |
getClientIdBytes()
Passed client id
|
IpcEnvelop |
getEnvelop()
Response content
|
IpcEnvelopOrBuilder |
getEnvelopOrBuilder()
Response content
|
String |
getOauthScope()
Passed scope
|
com.google.protobuf.ByteString |
getOauthScopeBytes()
Passed scope
|
boolean |
hasEnvelop()
Response content
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnvelop()
Response content
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;IpcEnvelop getEnvelop()
Response content
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;IpcEnvelopOrBuilder getEnvelopOrBuilder()
Response content
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;String getClientId()
Passed client id
string client_id = 2;com.google.protobuf.ByteString getClientIdBytes()
Passed client id
string client_id = 2;String getOauthScope()
Passed scope
string oauth_scope = 3;com.google.protobuf.ByteString getOauthScopeBytes()
Passed scope
string oauth_scope = 3;Copyright © 2018. All rights reserved.