Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GatewaysResource.GetRequest

Gets details of a single Gateway.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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