Class BillingAccountsResource.LocationsResource.InsightTypesResource
The "insightTypes" collection of methods.
Inherited Members
Namespace: Google.Apis.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class BillingAccountsResource.LocationsResource.InsightTypesResource
Constructors
InsightTypesResource(IClientService)
Constructs a new resource.
Declaration
public InsightTypesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Insights
Gets the Insights resource.
Declaration
public virtual BillingAccountsResource.LocationsResource.InsightTypesResource.InsightsResource Insights { get; }
Property Value
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.InsightTypesResource.InsightsResource |
Methods
GetConfig(string)
Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
Declaration
public virtual BillingAccountsResource.LocationsResource.InsightTypesResource.GetConfigRequest GetConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the InsightTypeConfig to get. Acceptable formats: *
|
Returns
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.InsightTypesResource.GetConfigRequest |
UpdateConfig(GoogleCloudRecommenderV1InsightTypeConfig, string)
Updates an InsightTypeConfig change. This will create a new revision of the config.
Declaration
public virtual BillingAccountsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest UpdateConfig(GoogleCloudRecommenderV1InsightTypeConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRecommenderV1InsightTypeConfig | body | The body of the request. |
string | name | Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config |
Returns
Type | Description |
---|---|
BillingAccountsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest |