Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.InstancePartitionsResource.GetRequest

Gets information about a particular instance partition.

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

MethodName

Gets the method name.

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

Name

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SpannerBaseServiceRequest<InstancePartition>.InitParameters()

Implements

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