
io.vertx.tp.ipc.eon.IpcResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zero.envelop.proto
package io.vertx.tp.ipc.eon;
public interface IpcResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.vertx.tp.ipc.eon.IpcResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Response content
*
*
* .io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;
* @return Whether the envelop field is set.
*/
boolean hasEnvelop();
/**
*
* Response content
*
*
* .io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;
* @return The envelop.
*/
io.vertx.tp.ipc.eon.IpcEnvelop getEnvelop();
/**
*
* Response content
*
*
* .io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1;
*/
io.vertx.tp.ipc.eon.IpcEnvelopOrBuilder getEnvelopOrBuilder();
/**
*
* Passed client id
*
*
* string client_id = 2;
* @return The clientId.
*/
java.lang.String getClientId();
/**
*
* Passed client id
*
*
* string client_id = 2;
* @return The bytes for clientId.
*/
com.google.protobuf.ByteString
getClientIdBytes();
/**
*
* Passed scope
*
*
* string oauth_scope = 3;
* @return The oauthScope.
*/
java.lang.String getOauthScope();
/**
*
* Passed scope
*
*
* string oauth_scope = 3;
* @return The bytes for oauthScope.
*/
com.google.protobuf.ByteString
getOauthScopeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy