public sealed class MarkRecommendationFailedRequest : IMessage<MarkRecommendationFailedRequest>, IEquatable<MarkRecommendationFailedRequest>, IDeepCloneable<MarkRecommendationFailedRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class MarkRecommendationFailedRequest.
Request for the MarkRecommendationFailed
Method.
Implements
IMessageMarkRecommendationFailedRequest, IEquatableMarkRecommendationFailedRequest, IDeepCloneableMarkRecommendationFailedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
MarkRecommendationFailedRequest()
public MarkRecommendationFailedRequest()
MarkRecommendationFailedRequest(MarkRecommendationFailedRequest)
public MarkRecommendationFailedRequest(MarkRecommendationFailedRequest other)
Parameter | |
---|---|
Name | Description |
other | MarkRecommendationFailedRequest |
Properties
Etag
public string Etag { get; set; }
Required. Fingerprint of the Recommendation. Provides optimistic locking.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. Name of the recommendation.
Property Value | |
---|---|
Type | Description |
string |
RecommendationName
public RecommendationName RecommendationName { get; set; }
RecommendationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RecommendationName |
StateMetadata
public MapField<string, string> StateMetadata { get; }
State properties to include with this state. Overwrites any existing
state_metadata
.
Keys must match the regex /^[a-z0-9][a-z0-9_.-]{0,62}$/
.
Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/
.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |