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/Documentation.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ public final class Documentation extends com.google.api.client.json.GenericJson
91
91
privatejava.util.List<DocumentationRule> rules;
92
92
93
93
/**
94
-
* Specifies section and content to override boilerplate content provided by go/api-docgen.
95
-
* Currently overrides following sections: 1. rest.service.client_libraries
94
+
* Specifies section and content to override the boilerplate content. Currently overrides
95
+
* following sections: 1. rest.service.client_libraries
96
96
* The value may be {@code null}.
97
97
*/
98
98
@com.google.api.client.util.Key
@@ -212,17 +212,17 @@ public Documentation setRules(java.util.List<DocumentationRule> rules) {
212
212
}
213
213
214
214
/**
215
-
* Specifies section and content to override boilerplate content provided by go/api-docgen.
216
-
* Currently overrides following sections: 1. rest.service.client_libraries
215
+
* Specifies section and content to override the boilerplate content. Currently overrides
216
+
* following sections: 1. rest.service.client_libraries
Copy file name to clipboardExpand all lines: clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/DocumentationRule.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public final class DocumentationRule extends com.google.api.client.json.GenericJ
49
49
50
50
/**
51
51
* String of comma or space separated case-sensitive words for which method/field name replacement
52
-
* will be disabled by go/api-docgen.
52
+
* will be disabled.
53
53
* The value may be {@code null}.
54
54
*/
55
55
@com.google.api.client.util.Key
@@ -108,7 +108,7 @@ public DocumentationRule setDescription(java.lang.String description) {
108
108
109
109
/**
110
110
* String of comma or space separated case-sensitive words for which method/field name replacement
0 commit comments