Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit fda2e7b

Browse files
docs: Update inclusive language in the documentation. Also other latest doc updates. (#78)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/73f3164e-b6ed-410e-9f0d-ffb49f6a16f5/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 338547917 Source-Link: googleapis/googleapis@28e0d72
1 parent 8b305b8 commit fda2e7b

15 files changed

+270
-825
lines changed

proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java

+4
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() {
254254
*
255255
* <pre>
256256
* If true, the service accepts API keys without any other credential.
257+
* This flag only applies to HTTP and gRPC requests.
257258
* </pre>
258259
*
259260
* <code>bool allow_without_credential = 5;</code>
@@ -1048,6 +1049,7 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() {
10481049
*
10491050
* <pre>
10501051
* If true, the service accepts API keys without any other credential.
1052+
* This flag only applies to HTTP and gRPC requests.
10511053
* </pre>
10521054
*
10531055
* <code>bool allow_without_credential = 5;</code>
@@ -1063,6 +1065,7 @@ public boolean getAllowWithoutCredential() {
10631065
*
10641066
* <pre>
10651067
* If true, the service accepts API keys without any other credential.
1068+
* This flag only applies to HTTP and gRPC requests.
10661069
* </pre>
10671070
*
10681071
* <code>bool allow_without_credential = 5;</code>
@@ -1081,6 +1084,7 @@ public Builder setAllowWithoutCredential(boolean value) {
10811084
*
10821085
* <pre>
10831086
* If true, the service accepts API keys without any other credential.
1087+
* This flag only applies to HTTP and gRPC requests.
10841088
* </pre>
10851089
*
10861090
* <code>bool allow_without_credential = 5;</code>

proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public interface AuthenticationRuleOrBuilder
9090
*
9191
* <pre>
9292
* If true, the service accepts API keys without any other credential.
93+
* This flag only applies to HTTP and gRPC requests.
9394
* </pre>
9495
*
9596
* <code>bool allow_without_credential = 5;</code>

proto-google-common-protos/src/main/java/com/google/api/Context.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* `google.rpc.context.OriginContext`.
3636
* Available context types are defined in package
3737
* `google.rpc.context`.
38-
* This also provides mechanism to whitelist any protobuf message extension that
38+
* This also provides mechanism to allowlist any protobuf message extension that
3939
* can be sent in grpc metadata using “x-goog-ext-&lt;extension_id&gt;-bin” and
4040
* “x-goog-ext-&lt;extension_id&gt;-jspb” format. For example, list any service
4141
* specific protobuf types that can appear in grpc metadata as follows in your
@@ -390,7 +390,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
390390
* `google.rpc.context.OriginContext`.
391391
* Available context types are defined in package
392392
* `google.rpc.context`.
393-
* This also provides mechanism to whitelist any protobuf message extension that
393+
* This also provides mechanism to allowlist any protobuf message extension that
394394
* can be sent in grpc metadata using “x-goog-ext-&lt;extension_id&gt;-bin” and
395395
* “x-goog-ext-&lt;extension_id&gt;-jspb” format. For example, list any service
396396
* specific protobuf types that can appear in grpc metadata as follows in your

proto-google-common-protos/src/main/java/com/google/api/Distribution.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -6380,7 +6380,7 @@ public double getMean() {
63806380
* The sum of squared deviations from the mean of the values in the
63816381
* population. For values x_i this is:
63826382
* Sum[i=1..n]((x_i - mean)^2)
6383-
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
6383+
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
63846384
* describes Welford's method for accumulating this sum in one pass.
63856385
* If `count` is zero then this field must be zero.
63866386
* </pre>
@@ -7283,7 +7283,7 @@ public Builder clearMean() {
72837283
* The sum of squared deviations from the mean of the values in the
72847284
* population. For values x_i this is:
72857285
* Sum[i=1..n]((x_i - mean)^2)
7286-
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
7286+
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
72877287
* describes Welford's method for accumulating this sum in one pass.
72887288
* If `count` is zero then this field must be zero.
72897289
* </pre>
@@ -7303,7 +7303,7 @@ public double getSumOfSquaredDeviation() {
73037303
* The sum of squared deviations from the mean of the values in the
73047304
* population. For values x_i this is:
73057305
* Sum[i=1..n]((x_i - mean)^2)
7306-
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
7306+
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
73077307
* describes Welford's method for accumulating this sum in one pass.
73087308
* If `count` is zero then this field must be zero.
73097309
* </pre>
@@ -7326,7 +7326,7 @@ public Builder setSumOfSquaredDeviation(double value) {
73267326
* The sum of squared deviations from the mean of the values in the
73277327
* population. For values x_i this is:
73287328
* Sum[i=1..n]((x_i - mean)^2)
7329-
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
7329+
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
73307330
* describes Welford's method for accumulating this sum in one pass.
73317331
* If `count` is zero then this field must be zero.
73327332
* </pre>

proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public interface DistributionOrBuilder
5959
* The sum of squared deviations from the mean of the values in the
6060
* population. For values x_i this is:
6161
* Sum[i=1..n]((x_i - mean)^2)
62-
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
62+
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
6363
* describes Welford's method for accumulating this sum in one pass.
6464
* If `count` is zero then this field must be zero.
6565
* </pre>

proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
8181
* for widespread use. By Alpha, all significant design issues are resolved
8282
* and we are in the process of verifying functionality. Alpha customers
8383
* need to apply for access, agree to applicable terms, and have their
84-
* projects whitelisted. Alpha releases don’t have to be feature complete,
84+
* projects allowlisted. Alpha releases don’t have to be feature complete,
8585
* no SLAs are provided, and there are no technical support obligations, but
8686
* they will be far enough along that customers can actually use them in
8787
* test environments or for limited-use tests -- just like they would in
@@ -185,7 +185,7 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
185185
* for widespread use. By Alpha, all significant design issues are resolved
186186
* and we are in the process of verifying functionality. Alpha customers
187187
* need to apply for access, agree to applicable terms, and have their
188-
* projects whitelisted. Alpha releases don’t have to be feature complete,
188+
* projects allowlisted. Alpha releases don’t have to be feature complete,
189189
* no SLAs are provided, and there are no technical support obligations, but
190190
* they will be far enough along that customers can actually use them in
191191
* test environments or for limited-use tests -- just like they would in

0 commit comments

Comments
 (0)