removeMachineSecret method
ResponseFuture<RemoveMachineSecretResponse>
removeMachineSecret(
- RemoveMachineSecretRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveMachineSecretResponse> removeMachineSecret($0.RemoveMachineSecretRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeMachineSecret, request, options: options);
}