Class ProjectsResource
The "projects" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Locations
Gets the Locations resource.
Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.OperationsResource |
Methods
GetAlertConfig(string)
Get the AlertConfig of the requested project.
Declaration
public virtual ProjectsResource.GetAlertConfigRequest GetAlertConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig |
Returns
Type | Description |
---|---|
ProjectsResource.GetAlertConfigRequest |
UpdateAlertConfig(GoogleCloudRetailV2betaAlertConfig, string)
Update the alert config of the requested project.
Declaration
public virtual ProjectsResource.UpdateAlertConfigRequest UpdateAlertConfig(GoogleCloudRetailV2betaAlertConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRetailV2betaAlertConfig | body | The body of the request. |
string | name | Required. Immutable. The name of the AlertConfig singleton resource. Format: projects/*/alertConfig |
Returns
Type | Description |
---|---|
ProjectsResource.UpdateAlertConfigRequest |