Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.GlobalResource.PartnerTenantsResource.GetRequest

Gets details of a single PartnerTenant.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the PartnerTenant using the form: organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_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<GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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