Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecurityGatewaysResource.GetRequest

Gets details of a single SecurityGateway.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the PartnerTenant using the form: projects/{project_id}/locations/{location_id}/securityGateway/{security_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<GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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