Show / Hide Table of Contents

Class WorkspacesResource.GetRequest

Gets a workspace. Returns NOT_FOUND if the workspace does not exist.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.Workspace>.MethodName

Name

Required. The name of the workspace to retrieve. Format: workspaces/{workspace}

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.Workspace>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Area120TablesBaseServiceRequest<Workspace>.InitParameters()

Implements

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