Represents a BigtableInstanceAdmin
Inheritance
$protobuf.rpc.Service > protos.google.bigtable.admin.v2.BigtableInstanceAdminPackage
@google-cloud/bigtableConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new BigtableInstanceAdmin service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigtableInstanceAdmin;Creates new BigtableInstanceAdmin service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
BigtableInstanceAdmin |
RPC service. Useful where requests and/or responses are streamed. |
createAppProfile(request, callback)
public createAppProfile(request: google.bigtable.admin.v2.ICreateAppProfileRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.CreateAppProfileCallback): void;Calls CreateAppProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateAppProfileRequest
CreateAppProfileRequest message or plain object |
callback |
CreateAppProfileCallback
Node-style callback called with the error, if any, and AppProfile |
| Returns | |
|---|---|
| Type | Description |
void |
|
createAppProfile(request)
public createAppProfile(request: google.bigtable.admin.v2.ICreateAppProfileRequest): Promise<google.bigtable.admin.v2.AppProfile>;Calls CreateAppProfile.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateAppProfileRequest
CreateAppProfileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.AppProfile> |
Promise |
createCluster(request, callback)
public createCluster(request: google.bigtable.admin.v2.ICreateClusterRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.CreateClusterCallback): void;Calls CreateCluster.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateClusterRequest
CreateClusterRequest message or plain object |
callback |
CreateClusterCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createCluster(request)
public createCluster(request: google.bigtable.admin.v2.ICreateClusterRequest): Promise<google.longrunning.Operation>;Calls CreateCluster.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateClusterRequest
CreateClusterRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
createInstance(request, callback)
public createInstance(request: google.bigtable.admin.v2.ICreateInstanceRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.CreateInstanceCallback): void;Calls CreateInstance.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateInstanceRequest
CreateInstanceRequest message or plain object |
callback |
CreateInstanceCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createInstance(request)
public createInstance(request: google.bigtable.admin.v2.ICreateInstanceRequest): Promise<google.longrunning.Operation>;Calls CreateInstance.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateInstanceRequest
CreateInstanceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
createLogicalView(request, callback)
public createLogicalView(request: google.bigtable.admin.v2.ICreateLogicalViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.CreateLogicalViewCallback): void;Calls CreateLogicalView.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateLogicalViewRequest
CreateLogicalViewRequest message or plain object |
callback |
CreateLogicalViewCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createLogicalView(request)
public createLogicalView(request: google.bigtable.admin.v2.ICreateLogicalViewRequest): Promise<google.longrunning.Operation>;Calls CreateLogicalView.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateLogicalViewRequest
CreateLogicalViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
createMaterializedView(request, callback)
public createMaterializedView(request: google.bigtable.admin.v2.ICreateMaterializedViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.CreateMaterializedViewCallback): void;Calls CreateMaterializedView.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateMaterializedViewRequest
CreateMaterializedViewRequest message or plain object |
callback |
CreateMaterializedViewCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createMaterializedView(request)
public createMaterializedView(request: google.bigtable.admin.v2.ICreateMaterializedViewRequest): Promise<google.longrunning.Operation>;Calls CreateMaterializedView.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateMaterializedViewRequest
CreateMaterializedViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteAppProfile(request, callback)
public deleteAppProfile(request: google.bigtable.admin.v2.IDeleteAppProfileRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.DeleteAppProfileCallback): void;Calls DeleteAppProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteAppProfileRequest
DeleteAppProfileRequest message or plain object |
callback |
DeleteAppProfileCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteAppProfile(request)
public deleteAppProfile(request: google.bigtable.admin.v2.IDeleteAppProfileRequest): Promise<google.protobuf.Empty>;Calls DeleteAppProfile.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteAppProfileRequest
DeleteAppProfileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteCluster(request, callback)
public deleteCluster(request: google.bigtable.admin.v2.IDeleteClusterRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.DeleteClusterCallback): void;Calls DeleteCluster.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteClusterRequest
DeleteClusterRequest message or plain object |
callback |
DeleteClusterCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteCluster(request)
public deleteCluster(request: google.bigtable.admin.v2.IDeleteClusterRequest): Promise<google.protobuf.Empty>;Calls DeleteCluster.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteClusterRequest
DeleteClusterRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteInstance(request, callback)
public deleteInstance(request: google.bigtable.admin.v2.IDeleteInstanceRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.DeleteInstanceCallback): void;Calls DeleteInstance.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteInstanceRequest
DeleteInstanceRequest message or plain object |
callback |
DeleteInstanceCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteInstance(request)
public deleteInstance(request: google.bigtable.admin.v2.IDeleteInstanceRequest): Promise<google.protobuf.Empty>;Calls DeleteInstance.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteInstanceRequest
DeleteInstanceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteLogicalView(request, callback)
public deleteLogicalView(request: google.bigtable.admin.v2.IDeleteLogicalViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.DeleteLogicalViewCallback): void;Calls DeleteLogicalView.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteLogicalViewRequest
DeleteLogicalViewRequest message or plain object |
callback |
DeleteLogicalViewCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteLogicalView(request)
public deleteLogicalView(request: google.bigtable.admin.v2.IDeleteLogicalViewRequest): Promise<google.protobuf.Empty>;Calls DeleteLogicalView.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteLogicalViewRequest
DeleteLogicalViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteMaterializedView(request, callback)
public deleteMaterializedView(request: google.bigtable.admin.v2.IDeleteMaterializedViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.DeleteMaterializedViewCallback): void;Calls DeleteMaterializedView.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteMaterializedViewRequest
DeleteMaterializedViewRequest message or plain object |
callback |
DeleteMaterializedViewCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteMaterializedView(request)
public deleteMaterializedView(request: google.bigtable.admin.v2.IDeleteMaterializedViewRequest): Promise<google.protobuf.Empty>;Calls DeleteMaterializedView.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteMaterializedViewRequest
DeleteMaterializedViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
getAppProfile(request, callback)
public getAppProfile(request: google.bigtable.admin.v2.IGetAppProfileRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetAppProfileCallback): void;Calls GetAppProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetAppProfileRequest
GetAppProfileRequest message or plain object |
callback |
GetAppProfileCallback
Node-style callback called with the error, if any, and AppProfile |
| Returns | |
|---|---|
| Type | Description |
void |
|
getAppProfile(request)
public getAppProfile(request: google.bigtable.admin.v2.IGetAppProfileRequest): Promise<google.bigtable.admin.v2.AppProfile>;Calls GetAppProfile.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetAppProfileRequest
GetAppProfileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.AppProfile> |
Promise |
getCluster(request, callback)
public getCluster(request: google.bigtable.admin.v2.IGetClusterRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetClusterCallback): void;Calls GetCluster.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetClusterRequest
GetClusterRequest message or plain object |
callback |
GetClusterCallback
Node-style callback called with the error, if any, and Cluster |
| Returns | |
|---|---|
| Type | Description |
void |
|
getCluster(request)
public getCluster(request: google.bigtable.admin.v2.IGetClusterRequest): Promise<google.bigtable.admin.v2.Cluster>;Calls GetCluster.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetClusterRequest
GetClusterRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.Cluster> |
Promise |
getIamPolicy(request, callback)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetIamPolicyCallback): void;Calls GetIamPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
callback |
GetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
| Returns | |
|---|---|
| Type | Description |
void |
|
getIamPolicy(request)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest): Promise<google.iam.v1.Policy>;Calls GetIamPolicy.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.iam.v1.Policy> |
Promise |
getInstance(request, callback)
public getInstance(request: google.bigtable.admin.v2.IGetInstanceRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetInstanceCallback): void;Calls GetInstance.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetInstanceRequest
GetInstanceRequest message or plain object |
callback |
GetInstanceCallback
Node-style callback called with the error, if any, and Instance |
| Returns | |
|---|---|
| Type | Description |
void |
|
getInstance(request)
public getInstance(request: google.bigtable.admin.v2.IGetInstanceRequest): Promise<google.bigtable.admin.v2.Instance>;Calls GetInstance.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetInstanceRequest
GetInstanceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.Instance> |
Promise |
getLogicalView(request, callback)
public getLogicalView(request: google.bigtable.admin.v2.IGetLogicalViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetLogicalViewCallback): void;Calls GetLogicalView.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetLogicalViewRequest
GetLogicalViewRequest message or plain object |
callback |
GetLogicalViewCallback
Node-style callback called with the error, if any, and LogicalView |
| Returns | |
|---|---|
| Type | Description |
void |
|
getLogicalView(request)
public getLogicalView(request: google.bigtable.admin.v2.IGetLogicalViewRequest): Promise<google.bigtable.admin.v2.LogicalView>;Calls GetLogicalView.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetLogicalViewRequest
GetLogicalViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.LogicalView> |
Promise |
getMaterializedView(request, callback)
public getMaterializedView(request: google.bigtable.admin.v2.IGetMaterializedViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.GetMaterializedViewCallback): void;Calls GetMaterializedView.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetMaterializedViewRequest
GetMaterializedViewRequest message or plain object |
callback |
GetMaterializedViewCallback
Node-style callback called with the error, if any, and MaterializedView |
| Returns | |
|---|---|
| Type | Description |
void |
|
getMaterializedView(request)
public getMaterializedView(request: google.bigtable.admin.v2.IGetMaterializedViewRequest): Promise<google.bigtable.admin.v2.MaterializedView>;Calls GetMaterializedView.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetMaterializedViewRequest
GetMaterializedViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.MaterializedView> |
Promise |
listAppProfiles(request, callback)
public listAppProfiles(request: google.bigtable.admin.v2.IListAppProfilesRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListAppProfilesCallback): void;Calls ListAppProfiles.
| Parameters | |
|---|---|
| Name | Description |
request |
IListAppProfilesRequest
ListAppProfilesRequest message or plain object |
callback |
ListAppProfilesCallback
Node-style callback called with the error, if any, and ListAppProfilesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listAppProfiles(request)
public listAppProfiles(request: google.bigtable.admin.v2.IListAppProfilesRequest): Promise<google.bigtable.admin.v2.ListAppProfilesResponse>;Calls ListAppProfiles.
| Parameter | |
|---|---|
| Name | Description |
request |
IListAppProfilesRequest
ListAppProfilesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListAppProfilesResponse> |
Promise |
listClusters(request, callback)
public listClusters(request: google.bigtable.admin.v2.IListClustersRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListClustersCallback): void;Calls ListClusters.
| Parameters | |
|---|---|
| Name | Description |
request |
IListClustersRequest
ListClustersRequest message or plain object |
callback |
ListClustersCallback
Node-style callback called with the error, if any, and ListClustersResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listClusters(request)
public listClusters(request: google.bigtable.admin.v2.IListClustersRequest): Promise<google.bigtable.admin.v2.ListClustersResponse>;Calls ListClusters.
| Parameter | |
|---|---|
| Name | Description |
request |
IListClustersRequest
ListClustersRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListClustersResponse> |
Promise |
listHotTablets(request, callback)
public listHotTablets(request: google.bigtable.admin.v2.IListHotTabletsRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListHotTabletsCallback): void;Calls ListHotTablets.
| Parameters | |
|---|---|
| Name | Description |
request |
IListHotTabletsRequest
ListHotTabletsRequest message or plain object |
callback |
ListHotTabletsCallback
Node-style callback called with the error, if any, and ListHotTabletsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listHotTablets(request)
public listHotTablets(request: google.bigtable.admin.v2.IListHotTabletsRequest): Promise<google.bigtable.admin.v2.ListHotTabletsResponse>;Calls ListHotTablets.
| Parameter | |
|---|---|
| Name | Description |
request |
IListHotTabletsRequest
ListHotTabletsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListHotTabletsResponse> |
Promise |
listInstances(request, callback)
public listInstances(request: google.bigtable.admin.v2.IListInstancesRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListInstancesCallback): void;Calls ListInstances.
| Parameters | |
|---|---|
| Name | Description |
request |
IListInstancesRequest
ListInstancesRequest message or plain object |
callback |
ListInstancesCallback
Node-style callback called with the error, if any, and ListInstancesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listInstances(request)
public listInstances(request: google.bigtable.admin.v2.IListInstancesRequest): Promise<google.bigtable.admin.v2.ListInstancesResponse>;Calls ListInstances.
| Parameter | |
|---|---|
| Name | Description |
request |
IListInstancesRequest
ListInstancesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListInstancesResponse> |
Promise |
listLogicalViews(request, callback)
public listLogicalViews(request: google.bigtable.admin.v2.IListLogicalViewsRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListLogicalViewsCallback): void;Calls ListLogicalViews.
| Parameters | |
|---|---|
| Name | Description |
request |
IListLogicalViewsRequest
ListLogicalViewsRequest message or plain object |
callback |
ListLogicalViewsCallback
Node-style callback called with the error, if any, and ListLogicalViewsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listLogicalViews(request)
public listLogicalViews(request: google.bigtable.admin.v2.IListLogicalViewsRequest): Promise<google.bigtable.admin.v2.ListLogicalViewsResponse>;Calls ListLogicalViews.
| Parameter | |
|---|---|
| Name | Description |
request |
IListLogicalViewsRequest
ListLogicalViewsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListLogicalViewsResponse> |
Promise |
listMaterializedViews(request, callback)
public listMaterializedViews(request: google.bigtable.admin.v2.IListMaterializedViewsRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.ListMaterializedViewsCallback): void;Calls ListMaterializedViews.
| Parameters | |
|---|---|
| Name | Description |
request |
IListMaterializedViewsRequest
ListMaterializedViewsRequest message or plain object |
callback |
ListMaterializedViewsCallback
Node-style callback called with the error, if any, and ListMaterializedViewsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listMaterializedViews(request)
public listMaterializedViews(request: google.bigtable.admin.v2.IListMaterializedViewsRequest): Promise<google.bigtable.admin.v2.ListMaterializedViewsResponse>;Calls ListMaterializedViews.
| Parameter | |
|---|---|
| Name | Description |
request |
IListMaterializedViewsRequest
ListMaterializedViewsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.ListMaterializedViewsResponse> |
Promise |
partialUpdateCluster(request, callback)
public partialUpdateCluster(request: google.bigtable.admin.v2.IPartialUpdateClusterRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.PartialUpdateClusterCallback): void;Calls PartialUpdateCluster.
| Parameters | |
|---|---|
| Name | Description |
request |
IPartialUpdateClusterRequest
PartialUpdateClusterRequest message or plain object |
callback |
PartialUpdateClusterCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
partialUpdateCluster(request)
public partialUpdateCluster(request: google.bigtable.admin.v2.IPartialUpdateClusterRequest): Promise<google.longrunning.Operation>;Calls PartialUpdateCluster.
| Parameter | |
|---|---|
| Name | Description |
request |
IPartialUpdateClusterRequest
PartialUpdateClusterRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
partialUpdateInstance(request, callback)
public partialUpdateInstance(request: google.bigtable.admin.v2.IPartialUpdateInstanceRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.PartialUpdateInstanceCallback): void;Calls PartialUpdateInstance.
| Parameters | |
|---|---|
| Name | Description |
request |
IPartialUpdateInstanceRequest
PartialUpdateInstanceRequest message or plain object |
callback |
PartialUpdateInstanceCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
partialUpdateInstance(request)
public partialUpdateInstance(request: google.bigtable.admin.v2.IPartialUpdateInstanceRequest): Promise<google.longrunning.Operation>;Calls PartialUpdateInstance.
| Parameter | |
|---|---|
| Name | Description |
request |
IPartialUpdateInstanceRequest
PartialUpdateInstanceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
setIamPolicy(request, callback)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.SetIamPolicyCallback): void;Calls SetIamPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
callback |
SetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
| Returns | |
|---|---|
| Type | Description |
void |
|
setIamPolicy(request)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest): Promise<google.iam.v1.Policy>;Calls SetIamPolicy.
| Parameter | |
|---|---|
| Name | Description |
request |
ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.iam.v1.Policy> |
Promise |
testIamPermissions(request, callback)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.TestIamPermissionsCallback): void;Calls TestIamPermissions.
| Parameters | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
callback |
TestIamPermissionsCallback
Node-style callback called with the error, if any, and TestIamPermissionsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
testIamPermissions(request)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest): Promise<google.iam.v1.TestIamPermissionsResponse>;Calls TestIamPermissions.
| Parameter | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.iam.v1.TestIamPermissionsResponse> |
Promise |
updateAppProfile(request, callback)
public updateAppProfile(request: google.bigtable.admin.v2.IUpdateAppProfileRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.UpdateAppProfileCallback): void;Calls UpdateAppProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateAppProfileRequest
UpdateAppProfileRequest message or plain object |
callback |
UpdateAppProfileCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateAppProfile(request)
public updateAppProfile(request: google.bigtable.admin.v2.IUpdateAppProfileRequest): Promise<google.longrunning.Operation>;Calls UpdateAppProfile.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateAppProfileRequest
UpdateAppProfileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
updateCluster(request, callback)
public updateCluster(request: google.bigtable.admin.v2.ICluster, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.UpdateClusterCallback): void;Calls UpdateCluster.
| Parameters | |
|---|---|
| Name | Description |
request |
ICluster
Cluster message or plain object |
callback |
UpdateClusterCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateCluster(request)
public updateCluster(request: google.bigtable.admin.v2.ICluster): Promise<google.longrunning.Operation>;Calls UpdateCluster.
| Parameter | |
|---|---|
| Name | Description |
request |
ICluster
Cluster message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
updateInstance(request, callback)
public updateInstance(request: google.bigtable.admin.v2.IInstance, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.UpdateInstanceCallback): void;Calls UpdateInstance.
| Parameters | |
|---|---|
| Name | Description |
request |
IInstance
Instance message or plain object |
callback |
UpdateInstanceCallback
Node-style callback called with the error, if any, and Instance |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateInstance(request)
public updateInstance(request: google.bigtable.admin.v2.IInstance): Promise<google.bigtable.admin.v2.Instance>;Calls UpdateInstance.
| Parameter | |
|---|---|
| Name | Description |
request |
IInstance
Instance message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.bigtable.admin.v2.Instance> |
Promise |
updateLogicalView(request, callback)
public updateLogicalView(request: google.bigtable.admin.v2.IUpdateLogicalViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.UpdateLogicalViewCallback): void;Calls UpdateLogicalView.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateLogicalViewRequest
UpdateLogicalViewRequest message or plain object |
callback |
UpdateLogicalViewCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateLogicalView(request)
public updateLogicalView(request: google.bigtable.admin.v2.IUpdateLogicalViewRequest): Promise<google.longrunning.Operation>;Calls UpdateLogicalView.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateLogicalViewRequest
UpdateLogicalViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
updateMaterializedView(request, callback)
public updateMaterializedView(request: google.bigtable.admin.v2.IUpdateMaterializedViewRequest, callback: google.bigtable.admin.v2.BigtableInstanceAdmin.UpdateMaterializedViewCallback): void;Calls UpdateMaterializedView.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateMaterializedViewRequest
UpdateMaterializedViewRequest message or plain object |
callback |
UpdateMaterializedViewCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateMaterializedView(request)
public updateMaterializedView(request: google.bigtable.admin.v2.IUpdateMaterializedViewRequest): Promise<google.longrunning.Operation>;Calls UpdateMaterializedView.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateMaterializedViewRequest
UpdateMaterializedViewRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |