Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.VariableNameList
Packages that use ContextProto.VariableNameList
-
Uses of ContextProto.VariableNameList in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.VariableNameListModifier and TypeMethodDescriptionContextProto.VariableNameList.Builder.build()ContextProto.VariableNameList.Builder.buildPartial()ContextProto.VariableNameList.getDefaultInstance()ContextProto.VariableNameList.Builder.getDefaultInstanceForType()ContextProto.VariableNameList.getDefaultInstanceForType()ContextServiceGrpc.ContextServiceBlockingStub.getVariableNames(ContextProto.GetVariableNameParams request) ContextProto.VariableNameList.parseDelimitedFrom(InputStream input) ContextProto.VariableNameList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.VariableNameList.parseFrom(byte[] data) ContextProto.VariableNameList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.VariableNameList.parseFrom(com.google.protobuf.ByteString data) ContextProto.VariableNameList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.VariableNameList.parseFrom(com.google.protobuf.CodedInputStream input) ContextProto.VariableNameList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.VariableNameList.parseFrom(InputStream input) ContextProto.VariableNameList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.VariableNameList.parseFrom(ByteBuffer data) ContextProto.VariableNameList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.VariableNameListModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ContextProto.GetVariableNameParams, ContextProto.VariableNameList> ContextServiceGrpc.getGetVariableNamesMethod()com.google.protobuf.Parser<ContextProto.VariableNameList> ContextProto.VariableNameList.getParserForType()com.google.common.util.concurrent.ListenableFuture<ContextProto.VariableNameList> ContextServiceGrpc.ContextServiceFutureStub.getVariableNames(ContextProto.GetVariableNameParams request) static com.google.protobuf.Parser<ContextProto.VariableNameList> ContextProto.VariableNameList.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.VariableNameListModifier and TypeMethodDescriptionContextProto.VariableNameList.Builder.mergeFrom(ContextProto.VariableNameList other) ContextProto.VariableNameList.newBuilder(ContextProto.VariableNameList prototype) Method parameters in tech.justen.concord.goodwill.grpc with type arguments of type ContextProto.VariableNameListModifier and TypeMethodDescriptiondefault voidContextServiceGrpc.AsyncService.getVariableNames(ContextProto.GetVariableNameParams request, io.grpc.stub.StreamObserver<ContextProto.VariableNameList> responseObserver) voidContextServiceGrpc.ContextServiceStub.getVariableNames(ContextProto.GetVariableNameParams request, io.grpc.stub.StreamObserver<ContextProto.VariableNameList> responseObserver) -
Uses of ContextProto.VariableNameList in tech.justen.concord.goodwill.service
Method parameters in tech.justen.concord.goodwill.service with type arguments of type ContextProto.VariableNameListModifier and TypeMethodDescriptionvoidGrpcContextService.getVariableNames(ContextProto.GetVariableNameParams request, io.grpc.stub.StreamObserver<ContextProto.VariableNameList> responseObserver)