|
|
abstract fun getContentCase(): ContentCase! |
|
|
.orbit.shared.ErrorProto error = 1;
abstract fun getError(): ErrorProto! |
|
|
.orbit.shared.ErrorProto error = 1;
abstract fun getErrorOrBuilder(): ErrorProtoOrBuilder! |
|
|
.orbit.shared.ConnectionInfoRequestProto info_request = 2;
abstract fun getInfoRequest(): ConnectionInfoRequestProto! |
|
|
.orbit.shared.ConnectionInfoRequestProto info_request = 2;
abstract fun getInfoRequestOrBuilder(): ConnectionInfoRequestProtoOrBuilder! |
|
|
.orbit.shared.ConnectionInfoResponseProto info_response = 3;
abstract fun getInfoResponse(): ConnectionInfoResponseProto! |
|
|
.orbit.shared.ConnectionInfoResponseProto info_response = 3;
abstract fun getInfoResponseOrBuilder(): ConnectionInfoResponseProtoOrBuilder! |
|
|
.orbit.shared.InvocationRequestProto invocation_request = 4;
abstract fun getInvocationRequest(): InvocationRequestProto! |
|
|
.orbit.shared.InvocationRequestProto invocation_request = 4;
abstract fun getInvocationRequestOrBuilder(): InvocationRequestProtoOrBuilder! |
|
|
.orbit.shared.InvocationResponseProto invocation_response = 5;
abstract fun getInvocationResponse(): InvocationResponseProto! |
|
|
.orbit.shared.InvocationResponseProto invocation_response = 5;
abstract fun getInvocationResponseOrBuilder(): InvocationResponseProtoOrBuilder! |
|
|
.orbit.shared.ErrorProto error = 1;
abstract fun hasError(): Boolean |
|
|
.orbit.shared.ConnectionInfoRequestProto info_request = 2;
abstract fun hasInfoRequest(): Boolean |
|
|
.orbit.shared.ConnectionInfoResponseProto info_response = 3;
abstract fun hasInfoResponse(): Boolean |
|
|
.orbit.shared.InvocationRequestProto invocation_request = 4;
abstract fun hasInvocationRequest(): Boolean |
|
|
.orbit.shared.InvocationResponseProto invocation_response = 5;
abstract fun hasInvocationResponse(): Boolean |