Google Cloud Recommender v1 API - Class GetInsightTypeConfigRequest (3.6.0)

public sealed class GetInsightTypeConfigRequest : IMessage<GetInsightTypeConfigRequest>, IEquatable<GetInsightTypeConfigRequest>, IDeepCloneable<GetInsightTypeConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Recommender v1 API class GetInsightTypeConfigRequest.

Request for the GetInsightTypeConfig` method.

Inheritance

object > GetInsightTypeConfigRequest

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

GetInsightTypeConfigRequest()

public GetInsightTypeConfigRequest()

GetInsightTypeConfigRequest(GetInsightTypeConfigRequest)

public GetInsightTypeConfigRequest(GetInsightTypeConfigRequest other)
Parameter
NameDescription
otherGetInsightTypeConfigRequest

Properties

InsightTypeConfigName

public InsightTypeConfigName InsightTypeConfigName { get; set; }

InsightTypeConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
InsightTypeConfigName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string