Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource

The "scopes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ScopesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudObservability.v1
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ScopesResource

Constructors

ScopesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single Scope.

Declaration
public virtual ProjectsResource.LocationsResource.ScopesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource. The format is: projects/{project}/locations/{location}/scopes/{scope} The {location} field must be set to global. The {scope} field must be set to _Default.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.GetRequest

Patch(Scope, string)

Updates the parameters of a single Scope.

Declaration
public virtual ProjectsResource.LocationsResource.ScopesResource.PatchRequest Patch(Scope body, string name)
Parameters
Type Name Description
Scope body

The body of the request.

string name

Identifier. Name of the resource. The format is: projects/{project}/locations/{location}/scopes/{scope} The {location} field must be set to global. The {scope} field must be set to _Default.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.PatchRequest
In this article
Back to top Generated by DocFX