Uses of Class
tech.justen.concord.goodwill.grpc.SecretsProto.CreateSecretValueRequest
Packages that use SecretsProto.CreateSecretValueRequest
-
Uses of SecretsProto.CreateSecretValueRequest in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return SecretsProto.CreateSecretValueRequestModifier and TypeMethodDescriptionSecretsProto.CreateSecretValueRequest.Builder.build()SecretsProto.CreateSecretValueRequest.Builder.buildPartial()SecretsProto.CreateSecretValueRequest.getDefaultInstance()SecretsProto.CreateSecretValueRequest.Builder.getDefaultInstanceForType()SecretsProto.CreateSecretValueRequest.getDefaultInstanceForType()SecretsProto.CreateSecretValueRequest.parseDelimitedFrom(InputStream input) SecretsProto.CreateSecretValueRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateSecretValueRequest.parseFrom(byte[] data) SecretsProto.CreateSecretValueRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateSecretValueRequest.parseFrom(com.google.protobuf.ByteString data) SecretsProto.CreateSecretValueRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateSecretValueRequest.parseFrom(com.google.protobuf.CodedInputStream input) SecretsProto.CreateSecretValueRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateSecretValueRequest.parseFrom(InputStream input) SecretsProto.CreateSecretValueRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateSecretValueRequest.parseFrom(ByteBuffer data) SecretsProto.CreateSecretValueRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type SecretsProto.CreateSecretValueRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<SecretsProto.CreateSecretValueRequest, SecretsProto.CreateSecretResponse> SecretServiceGrpc.getCreateSecretValueMethod()com.google.protobuf.Parser<SecretsProto.CreateSecretValueRequest> SecretsProto.CreateSecretValueRequest.getParserForType()static com.google.protobuf.Parser<SecretsProto.CreateSecretValueRequest> SecretsProto.CreateSecretValueRequest.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type SecretsProto.CreateSecretValueRequestModifier and TypeMethodDescriptiondefault voidSecretServiceGrpc.AsyncService.createSecretValue(SecretsProto.CreateSecretValueRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateSecretResponse> responseObserver) SecretServiceGrpc.SecretServiceBlockingStub.createSecretValue(SecretsProto.CreateSecretValueRequest request) com.google.common.util.concurrent.ListenableFuture<SecretsProto.CreateSecretResponse> SecretServiceGrpc.SecretServiceFutureStub.createSecretValue(SecretsProto.CreateSecretValueRequest request) voidSecretServiceGrpc.SecretServiceStub.createSecretValue(SecretsProto.CreateSecretValueRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateSecretResponse> responseObserver) SecretsProto.CreateSecretValueRequest.Builder.mergeFrom(SecretsProto.CreateSecretValueRequest other) SecretsProto.CreateSecretValueRequest.newBuilder(SecretsProto.CreateSecretValueRequest prototype) -
Uses of SecretsProto.CreateSecretValueRequest in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service with parameters of type SecretsProto.CreateSecretValueRequestModifier and TypeMethodDescriptionvoidGrpcSecretService.createSecretValue(SecretsProto.CreateSecretValueRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateSecretResponse> responseObserver)