Show / Hide Table of Contents

Class ProjectViewsResource

The "projectViews" collection of methods.

Inheritance
object
ProjectViewsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ProjectViewsResource

Constructors

ProjectViewsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Returns the specified global ProjectViews resource, with a regional context.

Declaration
public virtual ProjectViewsResource.GetRequest Get(string project, string region)
Parameters
Type Name Description
string project

Required. Project ID for this request. This is part of the URL path.

string region

Required. Name of the region for this request. This is part of the URL path.

Returns
Type Description
ProjectViewsResource.GetRequest
In this article
Back to top Generated by DocFX