Skip to content

Commit 1156019

Browse files
authored
chore: adopt granular API-level mixins syntax in librarian.yaml (googleapis#8677)
1 parent ce8d6f5 commit 1156019

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

librarian.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -611,12 +611,15 @@ libraries:
611611
version: 5.2.2
612612
apis:
613613
- path: google/cloud/datacatalog/v1
614+
nodejs:
615+
mixins: none
614616
- path: google/cloud/datacatalog/v1beta1
617+
nodejs:
618+
mixins: none
615619
copyright_year: "2026"
616620
nodejs:
617621
default_version: v1
618622
main_service: DataCatalog
619-
mixins: none
620623
- name: google-cloud-datacatalog-lineage
621624
version: 2.2.0
622625
apis:
@@ -662,10 +665,11 @@ libraries:
662665
version: 5.6.0
663666
apis:
664667
- path: google/cloud/dataplex/v1
668+
nodejs:
669+
mixins: google.cloud.location.Locations;google.longrunning.Operations
665670
copyright_year: "2026"
666671
nodejs:
667672
default_version: v1
668-
mixins: google.cloud.location.Locations;google.longrunning.Operations
669673
client_documentation_override: https://cloud.google.com/dataplex
670674
- name: google-cloud-dataproc
671675
version: 6.6.0
@@ -725,12 +729,15 @@ libraries:
725729
version: 5.8.2
726730
apis:
727731
- path: google/cloud/dialogflow/cx/v3
732+
nodejs:
733+
mixins: google.longrunning.Operations;google.cloud.location.Locations
728734
- path: google/cloud/dialogflow/cx/v3beta1
735+
nodejs:
736+
mixins: google.longrunning.Operations;google.cloud.location.Locations
729737
copyright_year: "2026"
730738
skip_generate: true
731739
nodejs:
732740
default_version: v3
733-
mixins: google.longrunning.Operations;google.cloud.location.Locations
734741
- name: google-cloud-discoveryengine
735742
version: 2.7.0
736743
apis:
@@ -813,14 +820,21 @@ libraries:
813820
version: 4.2.2
814821
apis:
815822
- path: google/cloud/functions/v2
823+
nodejs:
824+
mixins: google.longrunning.Operations;google.cloud.location.Locations;google.iam.v1.IAMPolicy
816825
- path: google/cloud/functions/v1
826+
nodejs:
827+
mixins: google.longrunning.Operations;google.cloud.location.Locations
817828
- path: google/cloud/functions/v2beta
829+
nodejs:
830+
mixins: google.longrunning.Operations;google.cloud.location.Locations;google.iam.v1.IAMPolicy
818831
- path: google/cloud/functions/v2alpha
832+
nodejs:
833+
mixins: google.longrunning.Operations;google.cloud.location.Locations;google.iam.v1.IAMPolicy
819834
copyright_year: "2026"
820835
skip_generate: true
821836
nodejs:
822837
default_version: v1
823-
mixins: google.longrunning.Operations;google.cloud.location.Locations
824838
- name: google-cloud-gdchardwaremanagement
825839
version: 0.10.1
826840
apis:
@@ -1280,12 +1294,17 @@ libraries:
12801294
version: 4.4.0
12811295
apis:
12821296
- path: google/cloud/retail/v2
1297+
nodejs:
1298+
mixins: google.longrunning.Operations;google.cloud.location.Locations
12831299
- path: google/cloud/retail/v2beta
1300+
nodejs:
1301+
mixins: google.longrunning.Operations;google.cloud.location.Locations
12841302
- path: google/cloud/retail/v2alpha
1303+
nodejs:
1304+
mixins: google.longrunning.Operations;google.cloud.location.Locations
12851305
copyright_year: "2026"
12861306
nodejs:
12871307
default_version: v2beta
1288-
mixins: google.longrunning.Operations;google.cloud.location.Locations
12891308
- name: google-cloud-run
12901309
version: 3.3.0
12911310
apis:

0 commit comments

Comments
 (0)