Class MarkRecommendationFailedRequest (2.7.0)

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

Request for the MarkRecommendationFailed Method.

Inheritance

Object > MarkRecommendationFailedRequest

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

MarkRecommendationFailedRequest()

public MarkRecommendationFailedRequest()

MarkRecommendationFailedRequest(MarkRecommendationFailedRequest)

public MarkRecommendationFailedRequest(MarkRecommendationFailedRequest other)
Parameter
NameDescription
otherMarkRecommendationFailedRequest

Properties

Etag

public string Etag { get; set; }

Required. Fingerprint of the Recommendation. Provides optimistic locking.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. Name of the recommendation.

Property Value
TypeDescription
String

RecommendationName

public RecommendationName RecommendationName { get; set; }

RecommendationName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
MapField<String, String>