Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecurityGatewaysResource.ApplicationsResource.GetRequest

Gets details of a single Application.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudBeyondcorpSecuritygatewaysV1Application>.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<GoogleCloudBeyondcorpSecuritygatewaysV1Application>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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