Class ProjectsResource.LocationsResource.EntitlementsResource
The "entitlements" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntitlementsResource
Constructors
EntitlementsResource(IClientService)
Constructs a new resource.
Declaration
public EntitlementsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the entitlements in a given project.
Declaration
public virtual ProjectsResource.LocationsResource.EntitlementsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for the entitlement in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EntitlementsResource.ListRequest |