Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DependenciesResource.GetRequest

Get details about a dependency resource in the API hub.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudApihubV1Dependency>
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>
ProjectsResource.LocationsResource.DependenciesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudApihubV1Dependency>
IClientServiceRequest
Inherited Members
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.Xgafv
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.AccessToken
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.Alt
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.Callback
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.Fields
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.Key
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.OauthToken
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.PrettyPrint
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.QuotaUser
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.UploadType
APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>.UploadProtocol
ClientServiceRequest<GoogleCloudApihubV1Dependency>.Execute()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ExecuteAsync()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1Dependency>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudApihubV1Dependency>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.GetBody()
ClientServiceRequest<GoogleCloudApihubV1Dependency>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ETagAction
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ModifyRequest
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ValidateParameters
ClientServiceRequest<GoogleCloudApihubV1Dependency>.ApiVersion
ClientServiceRequest<GoogleCloudApihubV1Dependency>.RequestParameters
ClientServiceRequest<GoogleCloudApihubV1Dependency>.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.DependenciesResource.GetRequest : APIhubBaseServiceRequest<GoogleCloudApihubV1Dependency>, IClientServiceRequest<GoogleCloudApihubV1Dependency>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the dependency resource to retrieve. Format: projects/{project}/locations/{location}/dependencies/{dependency}

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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