Cloud Product Registry v1 API - Class LookupEntityResponse (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud Product Registry v1 API class LookupEntityResponse.

Response message for LookupEntity.

Inheritance

object > LookupEntityResponse

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

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