public sealed class LookupEntityResponse : IMessage<LookupEntityResponse>, IEquatable<LookupEntityResponse>, IDeepCloneable<LookupEntityResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Product Registry v1 API class LookupEntityResponse.
Response message for LookupEntity.
Implements
IMessageLookupEntityResponse, IEquatableLookupEntityResponse, IDeepCloneableLookupEntityResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ProductRegistry.V1Assembly
Google.Cloud.ProductRegistry.V1.dll
Constructors
LookupEntityResponse()
public LookupEntityResponse()LookupEntityResponse(LookupEntityResponse)
public LookupEntityResponse(LookupEntityResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupEntityResponse |
Properties
EntityCase
public LookupEntityResponse.EntityOneofCase EntityCase { get; }| Property Value | |
|---|---|
| Type | Description |
LookupEntityResponseEntityOneofCase |
|
LogicalProduct
public LogicalProduct LogicalProduct { get; set; }Matched LogicalProduct.
| Property Value | |
|---|---|
| Type | Description |
LogicalProduct |
|
LogicalProductVariant
public LogicalProductVariant LogicalProductVariant { get; set; }Matched LogicalProductVariant.
| Property Value | |
|---|---|
| Type | Description |
LogicalProductVariant |
|
ProductSuite
public ProductSuite ProductSuite { get; set; }Matched ProductSuite.
| Property Value | |
|---|---|
| Type | Description |
ProductSuite |
|