listCustomDomains method

ResponseFuture<ListCustomDomainsResponse> listCustomDomains(
  1. ListCustomDomainsRequest request, {
  2. CallOptions? options,
})

List Custom Domains

Lists custom domains of the instance.

By default the instance will be determined by the context of the request, e.g. the host header. You can optionally pass an InstanceID to list the domains of a specific instance. This requires additional permissions.

Required permissions:

  • iam.read
  • system.instance.read (if InstanceID is set)

Implementation

$grpc.ResponseFuture<$0.ListCustomDomainsResponse> listCustomDomains(
  $0.ListCustomDomainsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listCustomDomains, request, options: options);
}