public sealed class LookupEntityRequest : IMessage<LookupEntityRequest>, IEquatable<LookupEntityRequest>, IDeepCloneable<LookupEntityRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Product Registry v1 API class LookupEntityRequest.
Request message for LookupEntity.
Implements
IMessageLookupEntityRequest, IEquatableLookupEntityRequest, IDeepCloneableLookupEntityRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ProductRegistry.V1Assembly
Google.Cloud.ProductRegistry.V1.dll
Constructors
LookupEntityRequest()
public LookupEntityRequest()LookupEntityRequest(LookupEntityRequest)
public LookupEntityRequest(LookupEntityRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupEntityRequest |
Properties
LookupUri
public string LookupUri { get; set; }Required. Entity uri to look up. Supported Formats: logicalProducts/{logical_product} logicalProducts/{logical_product}/variants/{variant} productSuites/{product_suite}
| Property Value | |
|---|---|
| Type | Description |
string |
|