Index

A B C D E G H I M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
apply(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in interface org.pipservices4.grpc.controllers.InterceptorFunc
 
apply(T, R) - Method in interface org.pipservices4.grpc.controllers.GrpcFunc
 
ARGS_EMPTY_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeRequest
 
ARGS_JSON_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeRequest
 

B

bindService() - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableImplBase
 
build() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
build() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
build() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
build(Channel, CallOptions) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableBlockingStub
 
build(Channel, CallOptions) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableFutureStub
 
build(Channel, CallOptions) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableStub
 
buildPartial() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
buildPartial() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
buildPartial() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 

C

call(String, IContext, TRequest) - Method in class org.pipservices4.grpc.clients.GrpcClient
Calls a remote method via GRPC protocol.
call(String, IContext, TRequest) - Method in class org.pipservices4.grpc.test.TestGrpcClient
Calls a remote method via GRPC protocol.
callCommand(Class<T>, String, IContext, Object) - Method in class org.pipservices4.grpc.clients.CommandableGrpcClient
Calls a remote method via GRPC commadable protocol.
callCommand(Class<T>, String, IContext, Object) - Method in class org.pipservices4.grpc.test.TestCommandableGrpcClient
Calls a remote method via GRPC commadable protocol.
CATEGORY_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
CAUSE_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
clear() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
clear() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
clear() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
clearArgsEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
bool args_empty = 3;
clearArgsJson() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string args_json = 4;
clearCategory() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string category = 1;
clearCause() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string cause = 6;
clearCode() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string code = 2;
clearDetails() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
clearError() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
clearField(Descriptors.FieldDescriptor) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
clearMessage() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string message = 5;
clearMethod() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string method = 1;
clearOneof(Descriptors.OneofDescriptor) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
clearResultEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
bool result_empty = 2;
clearResultJson() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
string result_json = 3;
clearStackTrace() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string stack_trace = 7;
clearStatus() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
int32 status = 4;
clearTraceId() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string trace_id = 3;
clearTraceId() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string trace_id = 2;
clone() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
clone() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
clone() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
close(IContext) - Method in class org.pipservices4.grpc.clients.GrpcClient
Closes component and frees used resources.
close(IContext) - Method in class org.pipservices4.grpc.controllers.GrpcController
Closes component and frees used resources.
close(IContext) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Closes this endpoint and the GRPC server (service) that was opened earlier.
CODE_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
CommandableGrpc - Class in org.pipservices4.grpc.commandable
The commandable service definition.
CommandableGrpc.CommandableBlockingStub - Class in org.pipservices4.grpc.commandable
The commandable service definition.
CommandableGrpc.CommandableFutureStub - Class in org.pipservices4.grpc.commandable
The commandable service definition.
CommandableGrpc.CommandableImplBase - Class in org.pipservices4.grpc.commandable
The commandable service definition.
CommandableGrpc.CommandableStub - Class in org.pipservices4.grpc.commandable
The commandable service definition.
CommandableGrpcClient - Class in org.pipservices4.grpc.clients
Abstract client that calls commandable GRPC service.
CommandableGrpcClient(String) - Constructor for class org.pipservices4.grpc.clients.CommandableGrpcClient
Create new instance of the commandable client
CommandableGrpcController - Class in org.pipservices4.grpc.controllers
Abstract service that receives commands via GRPC protocol to operations automatically generated for commands defined in ICommandable.
CommandableGrpcController(String) - Constructor for class org.pipservices4.grpc.controllers.CommandableGrpcController
Creates a new instance of the service.
CommandableImplBase() - Constructor for class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableImplBase
 
CommandableProto - Class in org.pipservices4.grpc.commandable
 
configure(ConfigParams) - Method in class org.pipservices4.grpc.clients.GrpcClient
Configures component by passing configuration parameters.
configure(ConfigParams) - Method in class org.pipservices4.grpc.controllers.GrpcController
Configures component by passing configuration parameters.
configure(ConfigParams) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Configures this HttpEndpoint using the given configuration parameters.
containsDetails(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
containsDetails(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
map<string, string> details = 8;
containsDetails(String) - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
map<string, string> details = 8;

D

DefaultGrpcFactory - Class in org.pipservices4.grpc.build
Creates GRPC components by their descriptors.
DefaultGrpcFactory() - Constructor for class org.pipservices4.grpc.build.DefaultGrpcFactory
 
DETAILS_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 

E

equals(Object) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
equals(Object) - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
equals(Object) - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
ERROR_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeReply
 
ErrorDescription - Class in org.pipservices4.grpc.commandable
Protobuf type commandable.ErrorDescription
ErrorDescription.Builder - Class in org.pipservices4.grpc.commandable
Protobuf type commandable.ErrorDescription
ErrorDescriptionOrBuilder - Interface in org.pipservices4.grpc.commandable
 

G

getArgsEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
bool args_empty = 3;
getArgsEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
bool args_empty = 3;
getArgsEmpty() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
bool args_empty = 3;
getArgsJson() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string args_json = 4;
getArgsJson() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string args_json = 4;
getArgsJson() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string args_json = 4;
getArgsJsonBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string args_json = 4;
getArgsJsonBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string args_json = 4;
getArgsJsonBytes() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string args_json = 4;
getCategory() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string category = 1;
getCategory() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string category = 1;
getCategory() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string category = 1;
getCategoryBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string category = 1;
getCategoryBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string category = 1;
getCategoryBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string category = 1;
getCause() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string cause = 6;
getCause() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string cause = 6;
getCause() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string cause = 6;
getCauseBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string cause = 6;
getCauseBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string cause = 6;
getCauseBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string cause = 6;
getCode() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string code = 2;
getCode() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string code = 2;
getCode() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string code = 2;
getCodeBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string code = 2;
getCodeBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string code = 2;
getCodeBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string code = 2;
getDefaultInstance() - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getDefaultInstance() - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
getDefaultInstance() - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
getDefaultInstanceForType() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.CommandableProto
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
getDescriptor() - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
getDescriptorForType() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
getDescriptorForType() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
getDescriptorForType() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
getDetails() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
Deprecated.
getDetails() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
Deprecated.
getDetails() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
Deprecated.
getDetailsCount() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
getDetailsCount() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getDetailsCount() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
map<string, string> details = 8;
getDetailsMap() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
getDetailsMap() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
map<string, string> details = 8;
getDetailsMap() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
map<string, string> details = 8;
getDetailsOrDefault(String, String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
getDetailsOrDefault(String, String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
map<string, string> details = 8;
getDetailsOrDefault(String, String) - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
map<string, string> details = 8;
getDetailsOrThrow(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
getDetailsOrThrow(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
map<string, string> details = 8;
getDetailsOrThrow(String) - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
map<string, string> details = 8;
getError() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
getError() - Method in class org.pipservices4.grpc.commandable.InvokeReply
.commandable.ErrorDescription error = 1;
getError() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
.commandable.ErrorDescription error = 1;
getErrorBuilder() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
getErrorOrBuilder() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
getErrorOrBuilder() - Method in class org.pipservices4.grpc.commandable.InvokeReply
.commandable.ErrorDescription error = 1;
getErrorOrBuilder() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
.commandable.ErrorDescription error = 1;
getMessage() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string message = 5;
getMessage() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string message = 5;
getMessage() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string message = 5;
getMessageBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string message = 5;
getMessageBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string message = 5;
getMessageBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string message = 5;
getMethod() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string method = 1;
getMethod() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string method = 1;
getMethod() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string method = 1;
getMethodBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string method = 1;
getMethodBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string method = 1;
getMethodBytes() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string method = 1;
getMutableDetails() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
Deprecated.
getParserForType() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getParserForType() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
getParserForType() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
getResultEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
bool result_empty = 2;
getResultEmpty() - Method in class org.pipservices4.grpc.commandable.InvokeReply
bool result_empty = 2;
getResultEmpty() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
bool result_empty = 2;
getResultJson() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
string result_json = 3;
getResultJson() - Method in class org.pipservices4.grpc.commandable.InvokeReply
string result_json = 3;
getResultJson() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
string result_json = 3;
getResultJsonBytes() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
string result_json = 3;
getResultJsonBytes() - Method in class org.pipservices4.grpc.commandable.InvokeReply
string result_json = 3;
getResultJsonBytes() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
string result_json = 3;
getSerializedSize() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getSerializedSize() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
getSerializedSize() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
getServiceDescriptor() - Static method in class org.pipservices4.grpc.commandable.CommandableGrpc
 
getStackTrace() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string stack_trace = 7;
getStackTrace() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string stack_trace = 7;
getStackTrace() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string stack_trace = 7;
getStackTraceBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string stack_trace = 7;
getStackTraceBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string stack_trace = 7;
getStackTraceBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string stack_trace = 7;
getStatus() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
int32 status = 4;
getStatus() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
int32 status = 4;
getStatus() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
int32 status = 4;
getTraceId() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string trace_id = 3;
getTraceId() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string trace_id = 3;
getTraceId() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string trace_id = 3;
getTraceId() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string trace_id = 2;
getTraceId() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string trace_id = 2;
getTraceId() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string trace_id = 2;
getTraceIdBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string trace_id = 3;
getTraceIdBytes() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
string trace_id = 3;
getTraceIdBytes() - Method in interface org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder
string trace_id = 3;
getTraceIdBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string trace_id = 2;
getTraceIdBytes() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
string trace_id = 2;
getTraceIdBytes() - Method in interface org.pipservices4.grpc.commandable.InvokeRequestOrBuilder
string trace_id = 2;
getUnknownFields() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
getUnknownFields() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
getUnknownFields() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
GrpcClient - Class in org.pipservices4.grpc.clients
Abstract client that calls remove endpoints using GRPC protocol.
GrpcClient(ServiceDescriptor) - Constructor for class org.pipservices4.grpc.clients.GrpcClient
 
GrpcController - Class in org.pipservices4.grpc.controllers
Used for creating GRPC endpoints.
GrpcController(ServiceDescriptor) - Constructor for class org.pipservices4.grpc.controllers.GrpcController
 
GrpcEndpoint - Class in org.pipservices4.grpc.controllers
Used for creating GRPC endpoints.
GrpcEndpoint() - Constructor for class org.pipservices4.grpc.controllers.GrpcEndpoint
 
GrpcFunc<T,R> - Interface in org.pipservices4.grpc.controllers
 

H

hasError() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
hasError() - Method in class org.pipservices4.grpc.commandable.InvokeReply
.commandable.ErrorDescription error = 1;
hasError() - Method in interface org.pipservices4.grpc.commandable.InvokeReplyOrBuilder
.commandable.ErrorDescription error = 1;
hashCode() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
hashCode() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
hashCode() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 

I

instrument(IContext, String) - Method in class org.pipservices4.grpc.clients.GrpcClient
Adds instrumentation to log calls and measure call time.
instrument(IContext, String) - Method in class org.pipservices4.grpc.controllers.GrpcController
Adds instrumentation to log calls and measure call time.
InterceptorFunc - Interface in org.pipservices4.grpc.controllers
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
internalGetMapField(int) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
internalGetMapField(int) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
internalGetMutableMapField(int) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
invoke(InvokeRequest) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableBlockingStub
 
invoke(InvokeRequest) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableFutureStub
 
invoke(InvokeRequest, StreamObserver<InvokeReply>) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableImplBase
 
invoke(InvokeRequest, StreamObserver<InvokeReply>) - Method in class org.pipservices4.grpc.commandable.CommandableGrpc.CommandableStub
 
InvokeReply - Class in org.pipservices4.grpc.commandable
The response message containing the invocation response
InvokeReply.Builder - Class in org.pipservices4.grpc.commandable
The response message containing the invocation response
InvokeReplyOrBuilder - Interface in org.pipservices4.grpc.commandable
 
InvokeRequest - Class in org.pipservices4.grpc.commandable
The request message containing the invocation request.
InvokeRequest.Builder - Class in org.pipservices4.grpc.commandable
The request message containing the invocation request.
InvokeRequestOrBuilder - Interface in org.pipservices4.grpc.commandable
 
IRegisterable - Interface in org.pipservices4.grpc.controllers
Interface to perform on-demand registrations.
isInitialized() - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
isInitialized() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
isInitialized() - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
isInitialized() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
isInitialized() - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
isInitialized() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
isOpen() - Method in class org.pipservices4.grpc.clients.GrpcClient
Checks if the component is opened.
isOpen() - Method in class org.pipservices4.grpc.controllers.GrpcController
Checks if the component is opened.
isOpen() - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
 

M

mergeError(ErrorDescription) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
mergeFrom(Message) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
mergeFrom(Message) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
mergeFrom(Message) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
mergeFrom(ErrorDescription) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
mergeFrom(InvokeReply) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
mergeFrom(InvokeRequest) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
MESSAGE_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
METHOD_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeRequest
 
METHOD_INVOKE - Static variable in class org.pipservices4.grpc.commandable.CommandableGrpc
 

N

newBlockingStub(Channel) - Static method in class org.pipservices4.grpc.commandable.CommandableGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
newBuilder() - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
newBuilder() - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
newBuilder(ErrorDescription) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
newBuilder(InvokeReply) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
newBuilder(InvokeRequest) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
newBuilderForType() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
newBuilderForType() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
newBuilderForType() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
newFutureStub(Channel) - Static method in class org.pipservices4.grpc.commandable.CommandableGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class org.pipservices4.grpc.commandable.CommandableGrpc
Creates a new async stub that supports all call types for the service

O

open(IContext) - Method in class org.pipservices4.grpc.clients.GrpcClient
Opens the component.
open(IContext) - Method in class org.pipservices4.grpc.controllers.GrpcController
Opens the component.
open(IContext) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Opens a connection using the parameters resolved by the referenced connection resolver and creates a GRPC server (service) using the set options and parameters.
org.pipservices4.grpc.build - package org.pipservices4.grpc.build
 
org.pipservices4.grpc.clients - package org.pipservices4.grpc.clients
 
org.pipservices4.grpc.commandable - package org.pipservices4.grpc.commandable
 
org.pipservices4.grpc.controllers - package org.pipservices4.grpc.controllers
 
org.pipservices4.grpc.test - package org.pipservices4.grpc.test
 

P

parseDelimitedFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseDelimitedFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseDelimitedFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(byte[]) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(byte[]) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(byte[]) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(ByteString) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(ByteString) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(ByteString) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(CodedInputStream) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(CodedInputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(CodedInputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(InputStream) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(ByteBuffer) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(ByteBuffer) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(ByteBuffer) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
parser() - Static method in class org.pipservices4.grpc.commandable.ErrorDescription
 
parser() - Static method in class org.pipservices4.grpc.commandable.InvokeReply
 
parser() - Static method in class org.pipservices4.grpc.commandable.InvokeRequest
 
putAllDetails(Map<String, String>) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
putDetails(String, String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;

R

register() - Method in class org.pipservices4.grpc.controllers.CommandableGrpcController
Registers all service routes in HTTP endpoint.
register() - Method in class org.pipservices4.grpc.controllers.GrpcController
Registers all service routes in Grpc endpoint.
register() - Method in interface org.pipservices4.grpc.controllers.IRegisterable
Perform required registration steps.
register(IRegisterable) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Registers a registerable object for dynamic endpoint discovery.
registerAllExtensions(ExtensionRegistry) - Static method in class org.pipservices4.grpc.commandable.CommandableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.pipservices4.grpc.commandable.CommandableProto
 
registerCommadableMethod(String, CommandFunction) - Method in class org.pipservices4.grpc.controllers.CommandableGrpcController
Registers a commandable method in this objects GRPC server (service) by the given name.,
registerInterceptor(InterceptorFunc) - Method in class org.pipservices4.grpc.controllers.GrpcController
Registers a middleware for methods in GRPC endpoint.
registerMethod(String, Schema, GrpcFunc<TRequest, StreamObserver<TResponse>>) - Method in class org.pipservices4.grpc.controllers.GrpcController
Registers a method in GRPC service.
registerService(ServerServiceDefinition) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Registers a service with related implementation
removeDetails(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
map<string, string> details = 8;
RESULT_EMPTY_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeReply
 
RESULT_JSON_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeReply
 

S

SERVICE_NAME - Static variable in class org.pipservices4.grpc.commandable.CommandableGrpc
 
setArgsEmpty(boolean) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
bool args_empty = 3;
setArgsJson(String) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string args_json = 4;
setArgsJsonBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string args_json = 4;
setCategory(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string category = 1;
setCategoryBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string category = 1;
setCause(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string cause = 6;
setCauseBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string cause = 6;
setCode(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string code = 2;
setCodeBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string code = 2;
setError(ErrorDescription) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
setError(ErrorDescription.Builder) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
.commandable.ErrorDescription error = 1;
setField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
setMessage(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string message = 5;
setMessageBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string message = 5;
setMethod(String) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string method = 1;
setMethodBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string method = 1;
setReferences(IReferences) - Method in class org.pipservices4.grpc.clients.GrpcClient
Sets references to dependent components.
setReferences(IReferences) - Method in class org.pipservices4.grpc.controllers.GrpcController
Sets references to dependent components.
setReferences(IReferences) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Sets references to this endpoint's logger, counters, and connection resolver.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
setResultEmpty(boolean) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
bool result_empty = 2;
setResultJson(String) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
string result_json = 3;
setResultJsonBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
string result_json = 3;
setStackTrace(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string stack_trace = 7;
setStackTraceBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string stack_trace = 7;
setStatus(int) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
int32 status = 4;
setTraceId(String) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string trace_id = 3;
setTraceId(String) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string trace_id = 2;
setTraceIdBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
string trace_id = 3;
setTraceIdBytes(ByteString) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
string trace_id = 2;
setUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.ErrorDescription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.InvokeReply.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.pipservices4.grpc.commandable.InvokeRequest.Builder
 
STACK_TRACE_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
STATUS_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 

T

TestCommandableGrpcClient - Class in org.pipservices4.grpc.test
 
TestCommandableGrpcClient(String) - Constructor for class org.pipservices4.grpc.test.TestCommandableGrpcClient
Creates a new instance of the client.
TestGrpcClient - Class in org.pipservices4.grpc.test
GRPC client used for automated testing.
TestGrpcClient(ServiceDescriptor) - Constructor for class org.pipservices4.grpc.test.TestGrpcClient
 
toBuilder() - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
toBuilder() - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
toBuilder() - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 
TRACE_ID_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.ErrorDescription
 
TRACE_ID_FIELD_NUMBER - Static variable in class org.pipservices4.grpc.commandable.InvokeRequest
 

U

unregister(IRegisterable) - Method in class org.pipservices4.grpc.controllers.GrpcEndpoint
Unregisters a registerable object, so that it is no longer used in dynamic endpoint discovery.
unsetReferences() - Method in class org.pipservices4.grpc.controllers.GrpcController
Unsets (clears) previously set references to dependent components.

W

writeTo(CodedOutputStream) - Method in class org.pipservices4.grpc.commandable.ErrorDescription
 
writeTo(CodedOutputStream) - Method in class org.pipservices4.grpc.commandable.InvokeReply
 
writeTo(CodedOutputStream) - Method in class org.pipservices4.grpc.commandable.InvokeRequest
 

_

_channel - Variable in class org.pipservices4.grpc.clients.GrpcClient
 
_connectionResolver - Variable in class org.pipservices4.grpc.clients.GrpcClient
The connection resolver.
_connectTimeout - Variable in class org.pipservices4.grpc.clients.GrpcClient
The connection timeout in milliseconds.
_counters - Variable in class org.pipservices4.grpc.clients.GrpcClient
The performance counters.
_counters - Variable in class org.pipservices4.grpc.controllers.GrpcController
The performance counters.
_dependencyResolver - Variable in class org.pipservices4.grpc.controllers.GrpcController
The dependency resolver.
_endpoint - Variable in class org.pipservices4.grpc.controllers.GrpcController
The GRPC endpoint that exposes this service.
_interceptors - Variable in class org.pipservices4.grpc.controllers.GrpcEndpoint
 
_logger - Variable in class org.pipservices4.grpc.clients.GrpcClient
The logger.
_logger - Variable in class org.pipservices4.grpc.controllers.GrpcController
The logger.
_name - Variable in class org.pipservices4.grpc.clients.CommandableGrpcClient
The service name
_options - Variable in class org.pipservices4.grpc.clients.GrpcClient
The configuration options.
_timeout - Variable in class org.pipservices4.grpc.clients.GrpcClient
The invocation timeout in milliseconds.
_tracer - Variable in class org.pipservices4.grpc.clients.GrpcClient
The tracer.
_tracer - Variable in class org.pipservices4.grpc.controllers.GrpcController
The tracer.
_uri - Variable in class org.pipservices4.grpc.clients.GrpcClient
The remote service uri which is calculated on open.
A B C D E G H I M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form