You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/JavaSettings.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public final class JavaSettings extends com.google.api.client.json.GenericJson {
41
41
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
42
42
* should be used **only** by APIs who have already set the language_settings.java.package_name"
43
43
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
44
-
* Example of a YAML configuration:: publishing: java_settings: library_package:
44
+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
45
45
* com.google.cloud.pubsub.v1
46
46
* The value may be {@code null}.
47
47
*/
@@ -81,7 +81,7 @@ public JavaSettings setCommon(CommonLanguageSettings common) {
81
81
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
82
82
* should be used **only** by APIs who have already set the language_settings.java.package_name"
83
83
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
84
-
* Example of a YAML configuration:: publishing: java_settings: library_package:
84
+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
85
85
* com.google.cloud.pubsub.v1
86
86
* @return value or {@code null} for none
87
87
*/
@@ -93,7 +93,7 @@ public java.lang.String getLibraryPackage() {
93
93
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
94
94
* should be used **only** by APIs who have already set the language_settings.java.package_name"
95
95
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
96
-
* Example of a YAML configuration:: publishing: java_settings: library_package:
96
+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
97
97
* com.google.cloud.pubsub.v1
98
98
* @param libraryPackage libraryPackage or {@code null} for none
0 commit comments