existsDomain method

ResponseFuture<ExistsDomainResponse> existsDomain(
  1. ExistsDomainRequest request, {
  2. 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);
}