addDomain method
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);
}