Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.ProxyConfigsResource.GetRequest

Gets details of a single ProxyConfig.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the ProxyConfig using the form: organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/proxyConfigs/{proxy_config_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<GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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