Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.InsightTypesResource

The "insightTypes" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.InsightTypesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1beta1
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class OrganizationsResource.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 OrganizationsResource.LocationsResource.InsightTypesResource.InsightsResource Insights { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.InsightTypesResource.InsightsResource

Methods

GetConfig(string)

Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.

Declaration
public virtual OrganizationsResource.LocationsResource.InsightTypesResource.GetConfigRequest GetConfig(string name)
Parameters
Type Name Description
string name

Required. Name of the InsightTypeConfig to get. Acceptable formats: * projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config * projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config * billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config

Returns
Type Description
OrganizationsResource.LocationsResource.InsightTypesResource.GetConfigRequest

UpdateConfig(GoogleCloudRecommenderV1beta1InsightTypeConfig, string)

Updates an InsightTypeConfig change. This will create a new revision of the config.

Declaration
public virtual OrganizationsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest UpdateConfig(GoogleCloudRecommenderV1beta1InsightTypeConfig body, string name)
Parameters
Type Name Description
GoogleCloudRecommenderV1beta1InsightTypeConfig 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
OrganizationsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest
In this article
Back to top Generated by DocFX