Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppGatewaysResource.GetRequest

Gets details of a single AppGateway.

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

MethodName

Gets the method name.

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

Name

Required. BeyondCorp AppGateway name using the form: projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
BeyondCorpBaseServiceRequest<AppGateway>.InitParameters()

Implements

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