existsDomain method
ResponseFuture<ExistsDomainResponse>
existsDomain(
- ExistsDomainRequest request, {
- CallOptions? options,
Checks if a domain exists
Deprecated: Use ListCustomDomains instead to check existence of an instance
Implementation
$grpc.ResponseFuture<$0.ExistsDomainResponse> existsDomain(
$0.ExistsDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$existsDomain, request, options: options);
}