Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppConnectionsResource.GetRequest

Gets details of a single AppConnection.

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

MethodName

Gets the method name.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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