Represents a TablesService
Inheritance
$protobuf.rpc.Service > protos.google.area120.tables.v1alpha1.TablesServicePackage
@google/area120-tablesConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new TablesService service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
batchCreateRows(request, callback)
public batchCreateRows(request: google.area120.tables.v1alpha1.IBatchCreateRowsRequest, callback: google.area120.tables.v1alpha1.TablesService.BatchCreateRowsCallback): void;Calls BatchCreateRows.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchCreateRowsRequest
BatchCreateRowsRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.BatchCreateRowsCallback
Node-style callback called with the error, if any, and BatchCreateRowsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchCreateRows(request)
public batchCreateRows(request: google.area120.tables.v1alpha1.IBatchCreateRowsRequest): Promise<google.area120.tables.v1alpha1.BatchCreateRowsResponse>;Calls BatchCreateRows.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchCreateRowsRequest
BatchCreateRowsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.BatchCreateRowsResponse> |
Promise |
batchDeleteRows(request, callback)
public batchDeleteRows(request: google.area120.tables.v1alpha1.IBatchDeleteRowsRequest, callback: google.area120.tables.v1alpha1.TablesService.BatchDeleteRowsCallback): void;Calls BatchDeleteRows.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchDeleteRowsRequest
BatchDeleteRowsRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.BatchDeleteRowsCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchDeleteRows(request)
public batchDeleteRows(request: google.area120.tables.v1alpha1.IBatchDeleteRowsRequest): Promise<google.protobuf.Empty>;Calls BatchDeleteRows.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchDeleteRowsRequest
BatchDeleteRowsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
batchUpdateRows(request, callback)
public batchUpdateRows(request: google.area120.tables.v1alpha1.IBatchUpdateRowsRequest, callback: google.area120.tables.v1alpha1.TablesService.BatchUpdateRowsCallback): void;Calls BatchUpdateRows.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchUpdateRowsRequest
BatchUpdateRowsRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.BatchUpdateRowsCallback
Node-style callback called with the error, if any, and BatchUpdateRowsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchUpdateRows(request)
public batchUpdateRows(request: google.area120.tables.v1alpha1.IBatchUpdateRowsRequest): Promise<google.area120.tables.v1alpha1.BatchUpdateRowsResponse>;Calls BatchUpdateRows.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IBatchUpdateRowsRequest
BatchUpdateRowsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.BatchUpdateRowsResponse> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): TablesService;Creates new TablesService 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 |
TablesService |
RPC service. Useful where requests and/or responses are streamed. |
createRow(request, callback)
public createRow(request: google.area120.tables.v1alpha1.ICreateRowRequest, callback: google.area120.tables.v1alpha1.TablesService.CreateRowCallback): void;Calls CreateRow.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.ICreateRowRequest
CreateRowRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.CreateRowCallback
Node-style callback called with the error, if any, and Row |
| Returns | |
|---|---|
| Type | Description |
void |
|
createRow(request)
public createRow(request: google.area120.tables.v1alpha1.ICreateRowRequest): Promise<google.area120.tables.v1alpha1.Row>;Calls CreateRow.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.ICreateRowRequest
CreateRowRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.Row> |
Promise |
deleteRow(request, callback)
public deleteRow(request: google.area120.tables.v1alpha1.IDeleteRowRequest, callback: google.area120.tables.v1alpha1.TablesService.DeleteRowCallback): void;Calls DeleteRow.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IDeleteRowRequest
DeleteRowRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.DeleteRowCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteRow(request)
public deleteRow(request: google.area120.tables.v1alpha1.IDeleteRowRequest): Promise<google.protobuf.Empty>;Calls DeleteRow.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IDeleteRowRequest
DeleteRowRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
getRow(request, callback)
public getRow(request: google.area120.tables.v1alpha1.IGetRowRequest, callback: google.area120.tables.v1alpha1.TablesService.GetRowCallback): void;Calls GetRow.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IGetRowRequest
GetRowRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.GetRowCallback
Node-style callback called with the error, if any, and Row |
| Returns | |
|---|---|
| Type | Description |
void |
|
getRow(request)
public getRow(request: google.area120.tables.v1alpha1.IGetRowRequest): Promise<google.area120.tables.v1alpha1.Row>;Calls GetRow.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IGetRowRequest
GetRowRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.Row> |
Promise |
getTable(request, callback)
public getTable(request: google.area120.tables.v1alpha1.IGetTableRequest, callback: google.area120.tables.v1alpha1.TablesService.GetTableCallback): void;Calls GetTable.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetTableRequest
GetTableRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.GetTableCallback
Node-style callback called with the error, if any, and Table |
| Returns | |
|---|---|
| Type | Description |
void |
|
getTable(request)
public getTable(request: google.area120.tables.v1alpha1.IGetTableRequest): Promise<google.area120.tables.v1alpha1.Table>;Calls GetTable.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetTableRequest
GetTableRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.Table> |
Promise |
getWorkspace(request, callback)
public getWorkspace(request: google.area120.tables.v1alpha1.IGetWorkspaceRequest, callback: google.area120.tables.v1alpha1.TablesService.GetWorkspaceCallback): void;Calls GetWorkspace.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IGetWorkspaceRequest
GetWorkspaceRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.GetWorkspaceCallback
Node-style callback called with the error, if any, and Workspace |
| Returns | |
|---|---|
| Type | Description |
void |
|
getWorkspace(request)
public getWorkspace(request: google.area120.tables.v1alpha1.IGetWorkspaceRequest): Promise<google.area120.tables.v1alpha1.Workspace>;Calls GetWorkspace.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IGetWorkspaceRequest
GetWorkspaceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.Workspace> |
Promise |
listRows(request, callback)
public listRows(request: google.area120.tables.v1alpha1.IListRowsRequest, callback: google.area120.tables.v1alpha1.TablesService.ListRowsCallback): void;Calls ListRows.
| Parameters | |
|---|---|
| Name | Description |
request |
IListRowsRequest
ListRowsRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.ListRowsCallback
Node-style callback called with the error, if any, and ListRowsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listRows(request)
public listRows(request: google.area120.tables.v1alpha1.IListRowsRequest): Promise<google.area120.tables.v1alpha1.ListRowsResponse>;Calls ListRows.
| Parameter | |
|---|---|
| Name | Description |
request |
IListRowsRequest
ListRowsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.ListRowsResponse> |
Promise |
listTables(request, callback)
public listTables(request: google.area120.tables.v1alpha1.IListTablesRequest, callback: google.area120.tables.v1alpha1.TablesService.ListTablesCallback): void;Calls ListTables.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IListTablesRequest
ListTablesRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.ListTablesCallback
Node-style callback called with the error, if any, and ListTablesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listTables(request)
public listTables(request: google.area120.tables.v1alpha1.IListTablesRequest): Promise<google.area120.tables.v1alpha1.ListTablesResponse>;Calls ListTables.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IListTablesRequest
ListTablesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.ListTablesResponse> |
Promise |
listWorkspaces(request, callback)
public listWorkspaces(request: google.area120.tables.v1alpha1.IListWorkspacesRequest, callback: google.area120.tables.v1alpha1.TablesService.ListWorkspacesCallback): void;Calls ListWorkspaces.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IListWorkspacesRequest
ListWorkspacesRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.ListWorkspacesCallback
Node-style callback called with the error, if any, and ListWorkspacesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listWorkspaces(request)
public listWorkspaces(request: google.area120.tables.v1alpha1.IListWorkspacesRequest): Promise<google.area120.tables.v1alpha1.ListWorkspacesResponse>;Calls ListWorkspaces.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IListWorkspacesRequest
ListWorkspacesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.ListWorkspacesResponse> |
Promise |
updateRow(request, callback)
public updateRow(request: google.area120.tables.v1alpha1.IUpdateRowRequest, callback: google.area120.tables.v1alpha1.TablesService.UpdateRowCallback): void;Calls UpdateRow.
| Parameters | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IUpdateRowRequest
UpdateRowRequest message or plain object |
callback |
google.area120.tables.v1alpha1.TablesService.UpdateRowCallback
Node-style callback called with the error, if any, and Row |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateRow(request)
public updateRow(request: google.area120.tables.v1alpha1.IUpdateRowRequest): Promise<google.area120.tables.v1alpha1.Row>;Calls UpdateRow.
| Parameter | |
|---|---|
| Name | Description |
request |
google.area120.tables.v1alpha1.IUpdateRowRequest
UpdateRowRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.area120.tables.v1alpha1.Row> |
Promise |