Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>
ProjectsResource.LocationsResource.ApiHubInstancesResource.LookupRequest
Implements
IClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>
IClientServiceRequest
Inherited Members
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Xgafv
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.AccessToken
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Alt
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Callback
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Fields
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Key
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.OauthToken
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.PrettyPrint
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.QuotaUser
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.UploadType
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Execute()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.GetBody()
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ETagAction
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.ApiVersion
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.RequestParameters
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.MethodName

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
ClientServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.RestPath

Methods

InitParameters()

Initializes Lookup parameter list.

Declaration
protected override void InitParameters()
Overrides
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupApiHubInstanceResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX