create method
ResponseFuture<IdentifierResponse>
create(
- InfrastructuresServiceCreateRequest request, {
- CallOptions? options,
Create (and Send for QC)
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> create(
$0.InfrastructuresServiceCreateRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$create, request, options: options);
}