Class protos.google.area120.tables.v1alpha1.TablesService (2.2.1)

Represents a TablesService

Inheritance

$protobuf.rpc.Service > protos.google.area120.tables.v1alpha1.TablesService

Package

@google/area120-tables

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new TablesService service.

Parameters
NameDescription
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
NameDescription
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
TypeDescription
void

batchCreateRows(request)

public batchCreateRows(request: google.area120.tables.v1alpha1.IBatchCreateRowsRequest): Promise<google.area120.tables.v1alpha1.BatchCreateRowsResponse>;

Calls BatchCreateRows.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IBatchCreateRowsRequest

BatchCreateRowsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

batchDeleteRows(request)

public batchDeleteRows(request: google.area120.tables.v1alpha1.IBatchDeleteRowsRequest): Promise<google.protobuf.Empty>;

Calls BatchDeleteRows.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IBatchDeleteRowsRequest

BatchDeleteRowsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

batchUpdateRows(request)

public batchUpdateRows(request: google.area120.tables.v1alpha1.IBatchUpdateRowsRequest): Promise<google.area120.tables.v1alpha1.BatchUpdateRowsResponse>;

Calls BatchUpdateRows.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IBatchUpdateRowsRequest

BatchUpdateRowsRequest message or plain object

Returns
TypeDescription
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
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

createRow(request)

public createRow(request: google.area120.tables.v1alpha1.ICreateRowRequest): Promise<google.area120.tables.v1alpha1.Row>;

Calls CreateRow.

Parameter
NameDescription
request google.area120.tables.v1alpha1.ICreateRowRequest

CreateRowRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

deleteRow(request)

public deleteRow(request: google.area120.tables.v1alpha1.IDeleteRowRequest): Promise<google.protobuf.Empty>;

Calls DeleteRow.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IDeleteRowRequest

DeleteRowRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getRow(request)

public getRow(request: google.area120.tables.v1alpha1.IGetRowRequest): Promise<google.area120.tables.v1alpha1.Row>;

Calls GetRow.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IGetRowRequest

GetRowRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getTable(request)

public getTable(request: google.area120.tables.v1alpha1.IGetTableRequest): Promise<google.area120.tables.v1alpha1.Table>;

Calls GetTable.

Parameter
NameDescription
request IGetTableRequest

GetTableRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getWorkspace(request)

public getWorkspace(request: google.area120.tables.v1alpha1.IGetWorkspaceRequest): Promise<google.area120.tables.v1alpha1.Workspace>;

Calls GetWorkspace.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IGetWorkspaceRequest

GetWorkspaceRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listRows(request)

public listRows(request: google.area120.tables.v1alpha1.IListRowsRequest): Promise<google.area120.tables.v1alpha1.ListRowsResponse>;

Calls ListRows.

Parameter
NameDescription
request IListRowsRequest

ListRowsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listTables(request)

public listTables(request: google.area120.tables.v1alpha1.IListTablesRequest): Promise<google.area120.tables.v1alpha1.ListTablesResponse>;

Calls ListTables.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IListTablesRequest

ListTablesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listWorkspaces(request)

public listWorkspaces(request: google.area120.tables.v1alpha1.IListWorkspacesRequest): Promise<google.area120.tables.v1alpha1.ListWorkspacesResponse>;

Calls ListWorkspaces.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IListWorkspacesRequest

ListWorkspacesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

updateRow(request)

public updateRow(request: google.area120.tables.v1alpha1.IUpdateRowRequest): Promise<google.area120.tables.v1alpha1.Row>;

Calls UpdateRow.

Parameter
NameDescription
request google.area120.tables.v1alpha1.IUpdateRowRequest

UpdateRowRequest message or plain object

Returns
TypeDescription
Promise<google.area120.tables.v1alpha1.Row>

Promise