Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizeddomainsResource

The "authorizeddomains" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.AuthorizeddomainsResource
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class AuthorizeddomainsResource : object

Constructors

AuthorizeddomainsResource(IClientService)

Constructs a new resource.

Declaration
public AuthorizeddomainsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

List authorized domains.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizeddomainsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizeddomainsResource.ListRequest
Back to top