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

Commit

Permalink
docs: Update inclusive language in the documentation. Also other late…
Browse files Browse the repository at this point in the history
…st 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
  • Loading branch information
yoshi-automation committed Nov 2, 2020
1 parent 8b305b8 commit fda2e7b
Show file tree
Hide file tree
Showing 15 changed files with 270 additions and 825 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() {
*
* <pre>
* If true, the service accepts API keys without any other credential.
* This flag only applies to HTTP and gRPC requests.
* </pre>
*
* <code>bool allow_without_credential = 5;</code>
Expand Down Expand Up @@ -1048,6 +1049,7 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() {
*
* <pre>
* If true, the service accepts API keys without any other credential.
* This flag only applies to HTTP and gRPC requests.
* </pre>
*
* <code>bool allow_without_credential = 5;</code>
Expand All @@ -1063,6 +1065,7 @@ public boolean getAllowWithoutCredential() {
*
* <pre>
* If true, the service accepts API keys without any other credential.
* This flag only applies to HTTP and gRPC requests.
* </pre>
*
* <code>bool allow_without_credential = 5;</code>
Expand All @@ -1081,6 +1084,7 @@ public Builder setAllowWithoutCredential(boolean value) {
*
* <pre>
* If true, the service accepts API keys without any other credential.
* This flag only applies to HTTP and gRPC requests.
* </pre>
*
* <code>bool allow_without_credential = 5;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public interface AuthenticationRuleOrBuilder
*
* <pre>
* If true, the service accepts API keys without any other credential.
* This flag only applies to HTTP and gRPC requests.
* </pre>
*
* <code>bool allow_without_credential = 5;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* `google.rpc.context.OriginContext`.
* Available context types are defined in package
* `google.rpc.context`.
* This also provides mechanism to whitelist any protobuf message extension that
* This also provides mechanism to allowlist any protobuf message extension that
* can be sent in grpc metadata using “x-goog-ext-&lt;extension_id&gt;-bin” and
* “x-goog-ext-&lt;extension_id&gt;-jspb” format. For example, list any service
* specific protobuf types that can appear in grpc metadata as follows in your
Expand Down Expand Up @@ -390,7 +390,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* `google.rpc.context.OriginContext`.
* Available context types are defined in package
* `google.rpc.context`.
* This also provides mechanism to whitelist any protobuf message extension that
* This also provides mechanism to allowlist any protobuf message extension that
* can be sent in grpc metadata using “x-goog-ext-&lt;extension_id&gt;-bin” and
* “x-goog-ext-&lt;extension_id&gt;-jspb” format. For example, list any service
* specific protobuf types that can appear in grpc metadata as follows in your
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6380,7 +6380,7 @@ public double getMean() {
* The sum of squared deviations from the mean of the values in the
* population. For values x_i this is:
* Sum[i=1..n]((x_i - mean)^2)
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
* describes Welford's method for accumulating this sum in one pass.
* If `count` is zero then this field must be zero.
* </pre>
Expand Down Expand Up @@ -7283,7 +7283,7 @@ public Builder clearMean() {
* The sum of squared deviations from the mean of the values in the
* population. For values x_i this is:
* Sum[i=1..n]((x_i - mean)^2)
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
* describes Welford's method for accumulating this sum in one pass.
* If `count` is zero then this field must be zero.
* </pre>
Expand All @@ -7303,7 +7303,7 @@ public double getSumOfSquaredDeviation() {
* The sum of squared deviations from the mean of the values in the
* population. For values x_i this is:
* Sum[i=1..n]((x_i - mean)^2)
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
* describes Welford's method for accumulating this sum in one pass.
* If `count` is zero then this field must be zero.
* </pre>
Expand All @@ -7326,7 +7326,7 @@ public Builder setSumOfSquaredDeviation(double value) {
* The sum of squared deviations from the mean of the values in the
* population. For values x_i this is:
* Sum[i=1..n]((x_i - mean)^2)
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
* describes Welford's method for accumulating this sum in one pass.
* If `count` is zero then this field must be zero.
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface DistributionOrBuilder
* The sum of squared deviations from the mean of the values in the
* population. For values x_i this is:
* Sum[i=1..n]((x_i - mean)^2)
* Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
* Knuth, "The Art of Computer Programming", Vol. 2, page 232, 3rd edition
* describes Welford's method for accumulating this sum in one pass.
* If `count` is zero then this field must be zero.
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
* for widespread use. By Alpha, all significant design issues are resolved
* and we are in the process of verifying functionality. Alpha customers
* need to apply for access, agree to applicable terms, and have their
* projects whitelisted. Alpha releases don’t have to be feature complete,
* projects allowlisted. Alpha releases don’t have to be feature complete,
* no SLAs are provided, and there are no technical support obligations, but
* they will be far enough along that customers can actually use them in
* test environments or for limited-use tests -- just like they would in
Expand Down Expand Up @@ -185,7 +185,7 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
* for widespread use. By Alpha, all significant design issues are resolved
* and we are in the process of verifying functionality. Alpha customers
* need to apply for access, agree to applicable terms, and have their
* projects whitelisted. Alpha releases don’t have to be feature complete,
* projects allowlisted. Alpha releases don’t have to be feature complete,
* no SLAs are provided, and there are no technical support obligations, but
* they will be far enough along that customers can actually use them in
* test environments or for limited-use tests -- just like they would in
Expand Down
Loading

0 comments on commit fda2e7b

Please sign in to comment.