Class ProjectsResource.LocationsResource.ApiHubInstancesResource.LookupRequest
Looks up an Api Hub instance in a given GCP project. There will always be only one Api Hub instance for a GCP project across all locations.
Inheritance
ProjectsResource.LocationsResource.ApiHubInstancesResource.LookupRequest
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApiHubInstancesResource.LookupRequest : APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>, IClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>, IClientServiceRequest
Constructors
LookupRequest(IClientService, string)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. There will always be only one Api Hub instance for a GCP project across all locations.
The parent resource for the Api Hub instance resource. Format:
projects/{project}/locations/{location}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()