Class GoogleCloudRecommenderV1beta1InsightTypeConfig
Configuration for an InsightType.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1InsightTypeConfig : IDirectResponseSchema
Properties
Annotations
Allows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
DisplayName
A user-settable field to provide a human-readable name to be used in user interfaces.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsightTypeGenerationConfig
InsightTypeGenerationConfig which configures the generation of insights for this insight type.
Declaration
[JsonProperty("insightTypeGenerationConfig")]
public virtual GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig InsightTypeGenerationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig |
Name
Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RevisionId
Output only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal string.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Last time when the config was updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |