google-gax

v4.4.1
Google API Extensions
grpc

docs

compodoc src/

pretest

npm run prepare

test

c8 mocha build/test/unit

lint

gts check src samples test

clean

gts clean

compile

tsc -p . && cp src/*.json build/src && cp -r test/fixtures build/test && cp -r protos build/

compile-operation-protos

pbjs -t json google/longrunning/operations.proto -p ./protos > protos/operations.json && pbjs -t static-module -r operations_protos google/longrunning/operations.proto -p ./protos > protos/operations.js && pbts protos/operations.js -o protos/operations.d.ts

compile-compute-operations-protos

pbjs -t json google/longrunning/compute_operations.proto -p ./protos > protos/compute_operations.json && pbjs -t static-module -r compute_operations_protos google/longrunning/compute_operations.proto -p ./protos > protos/compute_operations.js && pbts protos/compute_operations.js -o protos/compute_operations.d.ts

compile-iam-protos

pbjs -t json google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.json && pbjs -t static-module -r iam_protos google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.js && pbts protos/iam_service.js -o protos/iam_service.d.ts

compile-location-protos

pbjs -t json google/cloud/location/locations.proto -p ./protos > protos/locations.json && pbjs -t static-module -r locations_protos google/cloud/location/locations.proto -p ./protos > protos/locations.js && pbts protos/locations.js -o protos/locations.d.ts

compile-status-protos

pbjs -t json google/rpc/status.proto google/rpc/error_details.proto -p ./protos > protos/status.json

compile-http-protos

pbjs -t static-module -r http_proto --keep-case google/api/http.proto -p ./protos > protos/http.js && pbts protos/http.js -o protos/http.d.ts

fix

gts fix

prepare

npm run compile && cd ../tools && npm i && npm run compile && cd ../gax && pwd && node ../tools/build/src/prepublish.js . && mkdirp build/protos && cp -r protos/* build/protos/ && npm run minify-proto-json

system-test

c8 mocha build/test/system-test --timeout 600000 && npm run test-application

samples-test

cd samples/ && npm link ../ && npm test && cd ../

docs-test

linkinator docs

predocs-test

npm run docs

browser-test

cd test/browser-test && npm run prefetch && npm install && npm test

test-application

cd test/test-application && npm run prefetch && npm install && npm start

prelint

cd samples; npm link ../; npm install

precompile

gts clean

update-protos

cd ../tools && npm i && npm run compile && cd ../gax && node ../tools/build/src/listProtos.js .

minify-proto-json

cd ../tools && npm i && npm run compile && cd ../gax && node ../tools/build/src/minify.js

@compodoc/compodoc

1.1.21
npm i google-gax

Metadata

Downloads