Skip to content

Commit

Permalink
build: stop tracking generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 24, 2020
1 parent 96a2749 commit a626c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2181,9 +2181,7 @@ export class ReservationServiceClient {
this.innerApiCalls['listReservations'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.bigquery.reservation.v1.IReservation
>;
) as AsyncIterable<protos.google.cloud.bigquery.reservation.v1.IReservation>;
}
listCapacityCommitments(
request: protos.google.cloud.bigquery.reservation.v1.IListCapacityCommitmentsRequest,
Expand Down Expand Up @@ -2367,9 +2365,7 @@ export class ReservationServiceClient {
listCapacityCommitmentsAsync(
request?: protos.google.cloud.bigquery.reservation.v1.IListCapacityCommitmentsRequest,
options?: CallOptions
): AsyncIterable<
protos.google.cloud.bigquery.reservation.v1.ICapacityCommitment
> {
): AsyncIterable<protos.google.cloud.bigquery.reservation.v1.ICapacityCommitment> {
request = request || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
Expand All @@ -2386,9 +2382,7 @@ export class ReservationServiceClient {
this.innerApiCalls['listCapacityCommitments'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.bigquery.reservation.v1.ICapacityCommitment
>;
) as AsyncIterable<protos.google.cloud.bigquery.reservation.v1.ICapacityCommitment>;
}
listAssignments(
request: protos.google.cloud.bigquery.reservation.v1.IListAssignmentsRequest,
Expand Down
73 changes: 1 addition & 72 deletions packages/google-cloud-bigquery-reservation/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigquery-reservation.git",
"sha": "2dae800050325af1944c50b121a6dfd1b26f4639"
"sha": "5a32067bdc000025c3166c72069db861800be5d8"
}
},
{
Expand Down Expand Up @@ -33,76 +33,5 @@
"generator": "bazel"
}
}
],
"generatedFiles": [
".eslintignore",
".eslintrc.json",
".gitattributes",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/workflows/ci.yaml",
".gitignore",
".jsdoc.js",
".kokoro/.gitattributes",
".kokoro/common.cfg",
".kokoro/continuous/node10/common.cfg",
".kokoro/continuous/node10/docs.cfg",
".kokoro/continuous/node10/test.cfg",
".kokoro/continuous/node12/common.cfg",
".kokoro/continuous/node12/lint.cfg",
".kokoro/continuous/node12/samples-test.cfg",
".kokoro/continuous/node12/system-test.cfg",
".kokoro/continuous/node12/test.cfg",
".kokoro/docs.sh",
".kokoro/lint.sh",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/node10/common.cfg",
".kokoro/presubmit/node12/common.cfg",
".kokoro/presubmit/node12/samples-test.cfg",
".kokoro/presubmit/node12/system-test.cfg",
".kokoro/presubmit/node12/test.cfg",
".kokoro/publish.sh",
".kokoro/release/docs-devsite.cfg",
".kokoro/release/docs-devsite.sh",
".kokoro/release/docs.cfg",
".kokoro/release/docs.sh",
".kokoro/release/publish.cfg",
".kokoro/samples-test.sh",
".kokoro/system-test.sh",
".kokoro/test.bat",
".kokoro/test.sh",
".kokoro/trampoline.sh",
".kokoro/trampoline_v2.sh",
".mocharc.js",
".nycrc",
".prettierignore",
".prettierrc.js",
".trampolinerc",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"api-extractor.json",
"linkinator.config.json",
"protos/google/cloud/bigquery/reservation/v1/reservation.proto",
"protos/protos.d.ts",
"protos/protos.js",
"protos/protos.json",
"renovate.json",
"samples/README.md",
"src/index.ts",
"src/v1/index.ts",
"src/v1/reservation_service_client.ts",
"src/v1/reservation_service_client_config.json",
"src/v1/reservation_service_proto_list.json",
"system-test/fixtures/sample/src/index.js",
"system-test/fixtures/sample/src/index.ts",
"system-test/install.ts",
"test/gapic_reservation_service_v1.ts",
"tsconfig.json",
"webpack.config.js"
]
}

0 comments on commit a626c6c

Please sign in to comment.