Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Location>.MethodName

Name

Resource name for the location.

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.BigtableAdmin.v2.Data.Location>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigtableAdmin.v2.BigtableAdminBaseServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Location>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX