Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(datalabeling): add ancillary service bindings to service_yaml (#331)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 421098303

Source-Link: googleapis/googleapis@ac12f33

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f7be1091ffa395bd6d46927683567ff543ab7f7b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjdiZTEwOTFmZmEzOTViZDZkNDY5Mjc2ODM1NjdmZjU0M2FiN2Y3YiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 12, 2022
1 parent 63116ec commit 1df9ca2
Show file tree
Hide file tree
Showing 41 changed files with 88 additions and 94 deletions.
4 changes: 2 additions & 2 deletions .jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2021 Google LLC',
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/datalabeling',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, annotationSpecSet) {
Expand All @@ -32,8 +33,7 @@ function main(parent, annotationSpecSet) {
// const annotationSpecSet = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, dataset) {
Expand All @@ -30,8 +31,7 @@ function main(parent, dataset) {
// const dataset = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, job) {
Expand All @@ -30,8 +31,7 @@ function main(parent, job) {
// const job = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, instruction) {
Expand All @@ -30,8 +31,7 @@ function main(parent, instruction) {
// const instruction = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -27,8 +28,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name, annotatedDataset, outputConfig) {
Expand Down Expand Up @@ -47,8 +48,7 @@ function main(name, annotatedDataset, outputConfig) {
// const userEmailAddress = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -27,8 +28,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -33,8 +34,7 @@ function main(name) {
// const filter = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name, inputConfig) {
Expand All @@ -35,8 +36,7 @@ function main(name, inputConfig) {
// const userEmailAddress = 'abc123'

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, basicConfig, feature) {
Expand Down Expand Up @@ -58,8 +59,7 @@ function main(parent, basicConfig, feature) {
// const feature = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
4 changes: 2 additions & 2 deletions samples/generated/v1beta1/data_labeling_service.label_text.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, basicConfig, feature) {
Expand Down Expand Up @@ -46,8 +47,7 @@ function main(parent, basicConfig, feature) {
// const feature = {}

// Imports the Datalabeling library
const {DataLabelingServiceClient} =
require('@google-cloud/datalabeling').v1beta1;
const {DataLabelingServiceClient} = require('@google-cloud/datalabeling').v1beta1;

// Instantiates a client
const datalabelingClient = new DataLabelingServiceClient();
Expand Down
Loading

0 comments on commit 1df9ca2

Please sign in to comment.