Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizeddomainsResource

The "authorizeddomains" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.AuthorizeddomainsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class AuthorizeddomainsResource

Constructors

AuthorizeddomainsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

RPC to 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