Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecurityGatewaysResource.ApplicationsResource.GetRequest

Gets details of a single Application.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the Application using the form: projects/{project_id}/locations/global/securityGateway/{security_gateway_id}/applications/{application_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<GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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