public sealed class MarkRecommendationFailedRequest : IMessage<MarkRecommendationFailedRequest>, IEquatable<MarkRecommendationFailedRequest>, IDeepCloneable<MarkRecommendationFailedRequest>, IBufferMessage, IMessage
Request for the MarkRecommendationFailed
Method.
Implements
IMessage<MarkRecommendationFailedRequest>, IEquatable<MarkRecommendationFailedRequest>, IDeepCloneable<MarkRecommendationFailedRequest>, 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 |
MapField<String, String> |