Class ProjectsResource.LocationsResource.ScopesResource
The "scopes" collection of methods.
Inherited Members
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 |
---|---|---|
IClient |
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 |
Returns
Type | Description |
---|---|
Projects |
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 |
Returns
Type | Description |
---|---|
Projects |