Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.GetRequest

Gets details of a single Api.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApigatewayApi>
ApigatewayBaseServiceRequest<ApigatewayApi>
ProjectsResource.LocationsResource.ApisResource.GetRequest
Implements
IClientServiceRequest<ApigatewayApi>
IClientServiceRequest
Inherited Members
ApigatewayBaseServiceRequest<ApigatewayApi>.Xgafv
ApigatewayBaseServiceRequest<ApigatewayApi>.AccessToken
ApigatewayBaseServiceRequest<ApigatewayApi>.Alt
ApigatewayBaseServiceRequest<ApigatewayApi>.Callback
ApigatewayBaseServiceRequest<ApigatewayApi>.Fields
ApigatewayBaseServiceRequest<ApigatewayApi>.Key
ApigatewayBaseServiceRequest<ApigatewayApi>.OauthToken
ApigatewayBaseServiceRequest<ApigatewayApi>.PrettyPrint
ApigatewayBaseServiceRequest<ApigatewayApi>.QuotaUser
ApigatewayBaseServiceRequest<ApigatewayApi>.UploadType
ApigatewayBaseServiceRequest<ApigatewayApi>.UploadProtocol
ClientServiceRequest<ApigatewayApi>.Execute()
ClientServiceRequest<ApigatewayApi>.ExecuteAsStream()
ClientServiceRequest<ApigatewayApi>.ExecuteAsync()
ClientServiceRequest<ApigatewayApi>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApigatewayApi>.ExecuteAsStreamAsync()
ClientServiceRequest<ApigatewayApi>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApigatewayApi>.CreateRequest(bool?)
ClientServiceRequest<ApigatewayApi>.GenerateRequestUri()
ClientServiceRequest<ApigatewayApi>.GetBody()
ClientServiceRequest<ApigatewayApi>.GetDefaultETagAction(string)
ClientServiceRequest<ApigatewayApi>.ETagAction
ClientServiceRequest<ApigatewayApi>.ModifyRequest
ClientServiceRequest<ApigatewayApi>.ValidateParameters
ClientServiceRequest<ApigatewayApi>.ApiVersion
ClientServiceRequest<ApigatewayApi>.RequestParameters
ClientServiceRequest<ApigatewayApi>.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.Apigateway.v1
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.GetRequest : ApigatewayBaseServiceRequest<ApigatewayApi>, IClientServiceRequest<ApigatewayApi>, 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<ApigatewayApi>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Resource name of the form: projects/*/locations/global/apis/*

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<ApigatewayApi>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigatewayBaseServiceRequest<ApigatewayApi>.InitParameters()

Implements

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