Class LogicalProductsResource.LookupEntityRequest
Look up entities.
Inheritance
LogicalProductsResource.LookupEntityRequest
Inherited Members
Namespace: Google.Apis.CloudProductRegistry.v1
Assembly: Google.Apis.CloudProductRegistry.v1.dll
Syntax
public class LogicalProductsResource.LookupEntityRequest : CloudProductRegistryBaseServiceRequest<LookupEntityResponse>, IClientServiceRequest<LookupEntityResponse>, IClientServiceRequest
Constructors
LookupEntityRequest(IClientService, string)
Constructs a new LookupEntity request.
Declaration
public LookupEntityRequest(IClientService service, string lookupUri)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | lookupUri |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
LookupUri
Required. Entity uri to look up. Supported Formats: logicalProducts/{logical_product} logicalProducts/{logical_product}/variants/{variant} productSuites/{product_suite}
Declaration
[RequestParameter("lookupUri", RequestParameterType.Path)]
public virtual string LookupUri { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes LookupEntity parameter list.
Declaration
protected override void InitParameters()