Send feedback
Class Bigtable (3.6.0) Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.0 keyboard_arrow_down
Package
@google-cloud/bigtable!
Constructors
(constructor)(options)
constructor
(
options
?:
BigtableOptions
);
Constructs a new instance of the Bigtable
class
Parameter
Properties
api
api
:
{
[
index
:
string
]
:
v2
.
BigtableClient
|
v2
.
BigtableInstanceAdminClient
|
v2
.
BigtableTableAdminClient
;
};
Property Value
AppProfile
static
AppProfile
:
AppProfile
;
Property Value
appProfileId
Property Value
auth
Property Value
Cluster
static
Cluster
:
Cluster
;
Property Value
customEndpoint
customEndpoint
?:
string
;
Property Value
Instance
static
Instance
:
Instance
;
Property Value
options
options
:
BigtableOptions
;
Property Value
projectId
Property Value
projectName
Property Value
shouldReplaceProjectIdToken
shouldReplaceProjectIdToken
:
boolean
;
Property Value
Methods
createInstance(id, options)
createInstance
(
id
:
string
,
options
:
InstanceOptions
)
:
Promise<CreateInstanceResponse>
;
Parameters
Returns
createInstance(id, options, callback)
createInstance
(
id
:
string
,
options
:
InstanceOptions
,
callback
:
CreateInstanceCallback
)
:
void
;
Parameters Name
Description
id
string
options
InstanceOptions
callback
CreateInstanceCallback
Returns
getInstances(gaxOptions)
getInstances
(
gaxOptions
?:
CallOptions
)
:
Promise<GetInstancesResponse>
;
Parameter
Returns
getInstances(callback)
getInstances
(
callback
:
GetInstancesCallback
)
:
void
;
Parameter
Returns
getInstances(gaxOptions, callback)
getInstances
(
gaxOptions
:
CallOptions
,
callback
:
GetInstancesCallback
)
:
void
;
Parameters
Returns
getProjectId_(callback)
getProjectId_
(
callback
:
(
err
:
Error
|
null
,
projectId
?:
string
)
=
>
void
)
:
void
;
Determine and localize the project ID. If a user provides an ID, we bypass checking with the auth client for an ID.
Parameter Name
Description
callback
(err: Error
| null, projectId?: string) => void
Callback function.
Returns
instance(name)
instance
(
name
:
string
)
:
Instance
;
Get a reference to a Cloud Bigtable instance.
Parameter
Returns
request(config)
request<T
=
any
> (
config
?:
any
)
:
AbortableDuplex
;
Parameter
Returns
Type Parameter
request(config, callback)
request<T
=
any
> (
config
?:
any
,
callback
?:
RequestCallback<T>
)
:
void
;
Parameters Name
Description
config
any
callback
RequestCallback
<T>
Returns
Type Parameter
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]