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.beta
Assembly: Google.Apis.Compute.beta.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. This regional API endpoint reads resource metadata from regional read-only replicas. Because changes are copied to these regional replicas asynchronously, for real-time resource reads or any write operations (creating, updating, or deleting resources), use the global projects.get endpoint.

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