Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppConnectionsResource.GetRequest

Gets details of a single AppConnection.

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

MethodName

Gets the method name.

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

Name

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_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<GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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