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

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

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

Request message for LookupEntity.

Inheritance

object > LookupEntityRequest

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

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