Send feedback
Class AppProfile (3.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.0 keyboard_arrow_down
Create an app profile object to interact with your app profile.
Package
@google-cloud/bigtable!
Constructors
(constructor)(instance, id)
constructor ( instance : Instance , id : string );
Constructs a new instance of the AppProfile
class
Parameters
Name Description instance
Instance
id
string
Properties
bigtable
Property Value
id
Property Value
instance
Property Value
metadata ?: google . bigtable . admin . v2 . IAppProfile ;
Property Value
Type Description google.bigtable.admin.v2.IAppProfile
name
Property Value
Methods
create(options)
create ( options : AppProfileOptions ) : Promise<CreateAppProfileResponse> ;
Parameter
Returns
Type Description Promise <CreateAppProfileResponse >
create(options, callback)
create ( options : AppProfileOptions , callback : CreateAppProfileCallback ) : void ;
Parameters
Returns
create(callback)
create ( callback : CreateAppProfileCallback ) : void ;
Parameter
Name Description callback
CreateAppProfileCallback
Returns
delete(options)
delete ( options ?: DeleteAppProfileOptions ) : Promise<DeleteAppProfileResponse> ;
Parameter
Returns
Type Description Promise <DeleteAppProfileResponse >
delete(options, callback)
delete ( options : DeleteAppProfileOptions , callback : DeleteAppProfileCallback ) : void ;
Parameters
Returns
delete(callback)
delete ( callback : DeleteAppProfileCallback ) : void ;
Parameter
Name Description callback
DeleteAppProfileCallback
Returns
exists(options)
exists ( options ?: CallOptions ) : Promise<AppProfileExistsResponse> ;
Parameter
Name Description options
CallOptions
Returns
Type Description Promise <AppProfileExistsResponse >
exists(options, callback)
exists ( options : CallOptions , callback : AppProfileExistsCallback ) : void ;
Parameters
Name Description options
CallOptions
callback
AppProfileExistsCallback
Returns
exists(callback)
exists ( callback : AppProfileExistsCallback ) : void ;
Parameter
Name Description callback
AppProfileExistsCallback
Returns
static formatAppProfile_ ( options : AppProfileOptions ) : google . bigtable . admin . v2 . IAppProfile ;
Formats a app profile options object into proto format.
Parameter
Returns
Type Description google.bigtable.admin.v2.IAppProfile {object}
get(options)
get ( options ?: CallOptions ) : Promise<GetAppProfileResponse> ;
Parameter
Name Description options
CallOptions
Returns
Type Description Promise <GetAppProfileResponse >
get(options, callback)
get ( options : CallOptions , callback : GetAppProfileCallback ) : void ;
Parameters
Name Description options
CallOptions
callback
GetAppProfileCallback
Returns
get(callback)
get ( callback : GetAppProfileCallback ) : void ;
Parameter
Name Description callback
GetAppProfileCallback
Returns
getMetadata ( options ?: CallOptions ) : Promise<GetAppProfileMetadataResponse> ;
Parameter
Name Description options
CallOptions
Returns
Type Description Promise <GetAppProfileMetadataResponse >
getMetadata ( options : CallOptions , callback : GetAppProfileMetadataCallback ) : void ;
Parameters
Name Description options
CallOptions
callback
GetAppProfileMetadataCallback
Returns
getMetadata ( callback : GetAppProfileMetadataCallback ) : void ;
Parameter
Name Description callback
GetAppProfileMetadataCallback
Returns
setMetadata ( metadata : AppProfileOptions , options ?: CallOptions ) : Promise<SetAppProfileMetadataResponse> ;
Parameters
Returns
Type Description Promise <SetAppProfileMetadataResponse >
setMetadata ( metadata : AppProfileOptions , options : CallOptions , callback : SetAppProfileMetadataCallback ) : void ;
Parameters
Name Description metadata
AppProfileOptions
options
CallOptions
callback
SetAppProfileMetadataCallback
Returns
setMetadata ( metadata : AppProfileOptions , callback : SetAppProfileMetadataCallback ) : void ;
Parameters
Returns
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-04-17 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-04-17 UTC."],[],[]]