addCustomDomain method
ResponseFuture<AddCustomDomainResponse>
addCustomDomain(
- AddCustomDomainRequest request, {
- CallOptions? options,
Add Custom Domain
Adds a custom domain to the instance. The custom domain must be unique across all instances. Once the domain is added, it will be used to route requests to this instance. This method requires system level permissions and cannot be called from an instance context.
Required permissions:
system.domain.write
Implementation
$grpc.ResponseFuture<$0.AddCustomDomainResponse> addCustomDomain(
$0.AddCustomDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addCustomDomain, request, options: options);
}