Show / Hide Table of Contents

Class ProjectsResource.TenantsResource.GetRequest

Retrieves specified tenant.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Tenant>
CloudTalentSolutionBaseServiceRequest<Tenant>
ProjectsResource.TenantsResource.GetRequest
Implements
IClientServiceRequest<Tenant>
IClientServiceRequest
Inherited Members
CloudTalentSolutionBaseServiceRequest<Tenant>.Xgafv
CloudTalentSolutionBaseServiceRequest<Tenant>.AccessToken
CloudTalentSolutionBaseServiceRequest<Tenant>.Alt
CloudTalentSolutionBaseServiceRequest<Tenant>.Callback
CloudTalentSolutionBaseServiceRequest<Tenant>.Fields
CloudTalentSolutionBaseServiceRequest<Tenant>.Key
CloudTalentSolutionBaseServiceRequest<Tenant>.OauthToken
CloudTalentSolutionBaseServiceRequest<Tenant>.PrettyPrint
CloudTalentSolutionBaseServiceRequest<Tenant>.QuotaUser
CloudTalentSolutionBaseServiceRequest<Tenant>.UploadType
CloudTalentSolutionBaseServiceRequest<Tenant>.UploadProtocol
ClientServiceRequest<Tenant>.Execute()
ClientServiceRequest<Tenant>.ExecuteAsStream()
ClientServiceRequest<Tenant>.ExecuteAsync()
ClientServiceRequest<Tenant>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Tenant>.ExecuteAsStreamAsync()
ClientServiceRequest<Tenant>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Tenant>.CreateRequest(bool?)
ClientServiceRequest<Tenant>.GenerateRequestUri()
ClientServiceRequest<Tenant>.GetBody()
ClientServiceRequest<Tenant>.GetDefaultETagAction(string)
ClientServiceRequest<Tenant>.ETagAction
ClientServiceRequest<Tenant>.ModifyRequest
ClientServiceRequest<Tenant>.ValidateParameters
ClientServiceRequest<Tenant>.ApiVersion
ClientServiceRequest<Tenant>.RequestParameters
ClientServiceRequest<Tenant>.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.CloudTalentSolution.v4
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class ProjectsResource.TenantsResource.GetRequest : CloudTalentSolutionBaseServiceRequest<Tenant>, IClientServiceRequest<Tenant>, 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<Tenant>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the tenant to be retrieved. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

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<Tenant>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudTalentSolutionBaseServiceRequest<Tenant>.InitParameters()

Implements

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