Skip to content

Commit

Permalink
Built new protos from 0b2d170
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 0b2d170 commit 73fa547
Show file tree
Hide file tree
Showing 8 changed files with 2,348 additions and 823 deletions.
1,944 changes: 1,122 additions & 822 deletions app/data/v1/data.pb.go

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions app/data/v1/data.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 70 additions & 1 deletion app/data/v1/data_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions gen/js/app/data/v1/data_grpc_web_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,62 @@ proto.viam.app.data.v1.DataServicePromiseClient.prototype.tabularDataByMQL =
};


/**
* @const
* @type {!grpc.web.MethodDescriptor<
* !proto.viam.app.data.v1.ExportTabularDataRequest,
* !proto.viam.app.data.v1.ExportTabularDataResponse>}
*/
const methodDescriptor_DataService_ExportTabularData = new grpc.web.MethodDescriptor(
'/viam.app.data.v1.DataService/ExportTabularData',
grpc.web.MethodType.SERVER_STREAMING,
proto.viam.app.data.v1.ExportTabularDataRequest,
proto.viam.app.data.v1.ExportTabularDataResponse,
/**
* @param {!proto.viam.app.data.v1.ExportTabularDataRequest} request
* @return {!Uint8Array}
*/
function(request) {
return request.serializeBinary();
},
proto.viam.app.data.v1.ExportTabularDataResponse.deserializeBinary
);


/**
* @param {!proto.viam.app.data.v1.ExportTabularDataRequest} request The request proto
* @param {?Object<string, string>=} metadata User defined
* call metadata
* @return {!grpc.web.ClientReadableStream<!proto.viam.app.data.v1.ExportTabularDataResponse>}
* The XHR Node Readable Stream
*/
proto.viam.app.data.v1.DataServiceClient.prototype.exportTabularData =
function(request, metadata) {
return this.client_.serverStreaming(this.hostname_ +
'/viam.app.data.v1.DataService/ExportTabularData',
request,
metadata || {},
methodDescriptor_DataService_ExportTabularData);
};


/**
* @param {!proto.viam.app.data.v1.ExportTabularDataRequest} request The request proto
* @param {?Object<string, string>=} metadata User defined
* call metadata
* @return {!grpc.web.ClientReadableStream<!proto.viam.app.data.v1.ExportTabularDataResponse>}
* The XHR Node Readable Stream
*/
proto.viam.app.data.v1.DataServicePromiseClient.prototype.exportTabularData =
function(request, metadata) {
return this.client_.serverStreaming(this.hostname_ +
'/viam.app.data.v1.DataService/ExportTabularData',
request,
metadata || {},
methodDescriptor_DataService_ExportTabularData);
};


/**
* @const
* @type {!grpc.web.MethodDescriptor<
Expand Down
Loading

0 comments on commit 73fa547

Please sign in to comment.