addDomain method

ResponseFuture<AddDomainResponse> addDomain(
  1. AddDomainRequest request, {
  2. CallOptions? options,
})

Adds a domain to an instance

Deprecated: Use AddCustomDomain instead to add a custom domain to the instance in context

Implementation

$grpc.ResponseFuture<$0.AddDomainResponse> addDomain(
  $0.AddDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addDomain, request, options: options);
}