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