getCustomDomainPolicy method
ResponseFuture<GetCustomDomainPolicyResponse>
getCustomDomainPolicy(
- GetCustomDomainPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetCustomDomainPolicyResponse> getCustomDomainPolicy($1.GetCustomDomainPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getCustomDomainPolicy, request, options: options);
}