Skip to content

Commit d401728

Browse files
yoshi-automationsofisl
authored andcommitted
fix(serviceusage): update the API
#### serviceusage:v1beta1 The following keys were changed: - schemas.JavaSettings.properties.libraryPackage.description #### serviceusage:v1 The following keys were changed: - schemas.JavaSettings.properties.libraryPackage.description
1 parent 18a7f19 commit d401728

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/serviceusage-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20250227",
429+
"revision": "20250313",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AddEnableRulesMetadata": {
@@ -2428,7 +2428,7 @@
24282428
"description": "Some settings."
24292429
},
24302430
"libraryPackage": {
2431-
"description": "The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name\" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: java_settings: library_package: com.google.cloud.pubsub.v1",
2431+
"description": "The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name\" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: library_settings: java_settings: library_package: com.google.cloud.pubsub.v1",
24322432
"type": "string"
24332433
},
24342434
"serviceClassNames": {

discovery/serviceusage-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
}
965965
}
966966
},
967-
"revision": "20250227",
967+
"revision": "20250313",
968968
"rootUrl": "https://serviceusage.googleapis.com/",
969969
"schemas": {
970970
"AddEnableRulesMetadata": {
@@ -3069,7 +3069,7 @@
30693069
"description": "Some settings."
30703070
},
30713071
"libraryPackage": {
3072-
"description": "The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name\" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: java_settings: library_package: com.google.cloud.pubsub.v1",
3072+
"description": "The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name\" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: library_settings: java_settings: library_package: com.google.cloud.pubsub.v1",
30733073
"type": "string"
30743074
},
30753075
"serviceClassNames": {

src/apis/serviceusage/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ export namespace serviceusage_v1 {
14901490
*/
14911491
common?: Schema$CommonLanguageSettings;
14921492
/**
1493-
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: java_settings: library_package: com.google.cloud.pubsub.v1
1493+
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: library_settings: java_settings: library_package: com.google.cloud.pubsub.v1
14941494
*/
14951495
libraryPackage?: string | null;
14961496
/**

src/apis/serviceusage/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ export namespace serviceusage_v1beta1 {
15641564
*/
15651565
common?: Schema$CommonLanguageSettings;
15661566
/**
1567-
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: java_settings: library_package: com.google.cloud.pubsub.v1
1567+
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: library_settings: java_settings: library_package: com.google.cloud.pubsub.v1
15681568
*/
15691569
libraryPackage?: string | null;
15701570
/**

0 commit comments

Comments
 (0)