Skip to content

Commit 5ec1142

Browse files
docs: [iam] Minor formatting (#1902)
* docs: Minor formatting PiperOrigin-RevId: 553099804 Source-Link: googleapis/googleapis@f48d1a3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9607990f4c3217bac6edd8131614cfcc71744a6f Copy-Tag: eyJwIjoiamF2YS1pYW0vLk93bEJvdC55YW1sIiwiaCI6Ijk2MDc5OTBmNGMzMjE3YmFjNmVkZDgxMzE2MTRjZmNjNzE3NDRhNmYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: Minor formatting PiperOrigin-RevId: 553099804 Source-Link: googleapis/googleapis@f48d1a3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9607990f4c3217bac6edd8131614cfcc71744a6f Copy-Tag: eyJwIjoiamF2YS1pYW0vLk93bEJvdC55YW1sIiwiaCI6Ijk2MDc5OTBmNGMzMjE3YmFjNmVkZDgxMzE2MTRjZmNjNzE3NDRhNmYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e0d2326 commit 5ec1142

File tree

6 files changed

+38
-30
lines changed

6 files changed

+38
-30
lines changed

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/AuditConfig.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
* }
7272
*
7373
* For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
74-
* logging. It also exempts jose&#64;example.com from DATA_READ logging, and
75-
* aliya&#64;example.com from DATA_WRITE logging.
74+
* logging. It also exempts `jose&#64;example.com` from DATA_READ logging, and
75+
* `aliya&#64;example.com` from DATA_WRITE logging.
7676
* </pre>
7777
*
7878
* Protobuf type {@code google.iam.v1.AuditConfig}
@@ -458,8 +458,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
458458
* }
459459
*
460460
* For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
461-
* logging. It also exempts jose&#64;example.com from DATA_READ logging, and
462-
* aliya&#64;example.com from DATA_WRITE logging.
461+
* logging. It also exempts `jose&#64;example.com` from DATA_READ logging, and
462+
* `aliya&#64;example.com` from DATA_WRITE logging.
463463
* </pre>
464464
*
465465
* Protobuf type {@code google.iam.v1.AuditConfig}

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/Binding.java

+13-13
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public com.google.protobuf.ByteString getRoleBytes() {
122122
*
123123
*
124124
* <pre>
125-
* Specifies the principals requesting access for a Cloud Platform resource.
125+
* Specifies the principals requesting access for a Google Cloud resource.
126126
* `members` can have the following values:
127127
*
128128
* * `allUsers`: A special identifier that represents anyone who is
@@ -177,7 +177,7 @@ public com.google.protobuf.ProtocolStringList getMembersList() {
177177
*
178178
*
179179
* <pre>
180-
* Specifies the principals requesting access for a Cloud Platform resource.
180+
* Specifies the principals requesting access for a Google Cloud resource.
181181
* `members` can have the following values:
182182
*
183183
* * `allUsers`: A special identifier that represents anyone who is
@@ -232,7 +232,7 @@ public int getMembersCount() {
232232
*
233233
*
234234
* <pre>
235-
* Specifies the principals requesting access for a Cloud Platform resource.
235+
* Specifies the principals requesting access for a Google Cloud resource.
236236
* `members` can have the following values:
237237
*
238238
* * `allUsers`: A special identifier that represents anyone who is
@@ -288,7 +288,7 @@ public java.lang.String getMembers(int index) {
288288
*
289289
*
290290
* <pre>
291-
* Specifies the principals requesting access for a Cloud Platform resource.
291+
* Specifies the principals requesting access for a Google Cloud resource.
292292
* `members` can have the following values:
293293
*
294294
* * `allUsers`: A special identifier that represents anyone who is
@@ -947,7 +947,7 @@ private void ensureMembersIsMutable() {
947947
*
948948
*
949949
* <pre>
950-
* Specifies the principals requesting access for a Cloud Platform resource.
950+
* Specifies the principals requesting access for a Google Cloud resource.
951951
* `members` can have the following values:
952952
*
953953
* * `allUsers`: A special identifier that represents anyone who is
@@ -1003,7 +1003,7 @@ public com.google.protobuf.ProtocolStringList getMembersList() {
10031003
*
10041004
*
10051005
* <pre>
1006-
* Specifies the principals requesting access for a Cloud Platform resource.
1006+
* Specifies the principals requesting access for a Google Cloud resource.
10071007
* `members` can have the following values:
10081008
*
10091009
* * `allUsers`: A special identifier that represents anyone who is
@@ -1058,7 +1058,7 @@ public int getMembersCount() {
10581058
*
10591059
*
10601060
* <pre>
1061-
* Specifies the principals requesting access for a Cloud Platform resource.
1061+
* Specifies the principals requesting access for a Google Cloud resource.
10621062
* `members` can have the following values:
10631063
*
10641064
* * `allUsers`: A special identifier that represents anyone who is
@@ -1114,7 +1114,7 @@ public java.lang.String getMembers(int index) {
11141114
*
11151115
*
11161116
* <pre>
1117-
* Specifies the principals requesting access for a Cloud Platform resource.
1117+
* Specifies the principals requesting access for a Google Cloud resource.
11181118
* `members` can have the following values:
11191119
*
11201120
* * `allUsers`: A special identifier that represents anyone who is
@@ -1170,7 +1170,7 @@ public com.google.protobuf.ByteString getMembersBytes(int index) {
11701170
*
11711171
*
11721172
* <pre>
1173-
* Specifies the principals requesting access for a Cloud Platform resource.
1173+
* Specifies the principals requesting access for a Google Cloud resource.
11741174
* `members` can have the following values:
11751175
*
11761176
* * `allUsers`: A special identifier that represents anyone who is
@@ -1234,7 +1234,7 @@ public Builder setMembers(int index, java.lang.String value) {
12341234
*
12351235
*
12361236
* <pre>
1237-
* Specifies the principals requesting access for a Cloud Platform resource.
1237+
* Specifies the principals requesting access for a Google Cloud resource.
12381238
* `members` can have the following values:
12391239
*
12401240
* * `allUsers`: A special identifier that represents anyone who is
@@ -1297,7 +1297,7 @@ public Builder addMembers(java.lang.String value) {
12971297
*
12981298
*
12991299
* <pre>
1300-
* Specifies the principals requesting access for a Cloud Platform resource.
1300+
* Specifies the principals requesting access for a Google Cloud resource.
13011301
* `members` can have the following values:
13021302
*
13031303
* * `allUsers`: A special identifier that represents anyone who is
@@ -1357,7 +1357,7 @@ public Builder addAllMembers(java.lang.Iterable<java.lang.String> values) {
13571357
*
13581358
*
13591359
* <pre>
1360-
* Specifies the principals requesting access for a Cloud Platform resource.
1360+
* Specifies the principals requesting access for a Google Cloud resource.
13611361
* `members` can have the following values:
13621362
*
13631363
* * `allUsers`: A special identifier that represents anyone who is
@@ -1416,7 +1416,7 @@ public Builder clearMembers() {
14161416
*
14171417
*
14181418
* <pre>
1419-
* Specifies the principals requesting access for a Cloud Platform resource.
1419+
* Specifies the principals requesting access for a Google Cloud resource.
14201420
* `members` can have the following values:
14211421
*
14221422
* * `allUsers`: A special identifier that represents anyone who is

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/BindingDelta.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public com.google.protobuf.ByteString getRoleBytes() {
320320
*
321321
*
322322
* <pre>
323-
* A single identity requesting access for a Cloud Platform resource.
323+
* A single identity requesting access for a Google Cloud resource.
324324
* Follows the same format of Binding.members.
325325
* Required
326326
* </pre>
@@ -345,7 +345,7 @@ public java.lang.String getMember() {
345345
*
346346
*
347347
* <pre>
348-
* A single identity requesting access for a Cloud Platform resource.
348+
* A single identity requesting access for a Google Cloud resource.
349349
* Follows the same format of Binding.members.
350350
* Required
351351
* </pre>
@@ -1042,7 +1042,7 @@ public Builder setRoleBytes(com.google.protobuf.ByteString value) {
10421042
*
10431043
*
10441044
* <pre>
1045-
* A single identity requesting access for a Cloud Platform resource.
1045+
* A single identity requesting access for a Google Cloud resource.
10461046
* Follows the same format of Binding.members.
10471047
* Required
10481048
* </pre>
@@ -1066,7 +1066,7 @@ public java.lang.String getMember() {
10661066
*
10671067
*
10681068
* <pre>
1069-
* A single identity requesting access for a Cloud Platform resource.
1069+
* A single identity requesting access for a Google Cloud resource.
10701070
* Follows the same format of Binding.members.
10711071
* Required
10721072
* </pre>
@@ -1090,7 +1090,7 @@ public com.google.protobuf.ByteString getMemberBytes() {
10901090
*
10911091
*
10921092
* <pre>
1093-
* A single identity requesting access for a Cloud Platform resource.
1093+
* A single identity requesting access for a Google Cloud resource.
10941094
* Follows the same format of Binding.members.
10951095
* Required
10961096
* </pre>
@@ -1113,7 +1113,7 @@ public Builder setMember(java.lang.String value) {
11131113
*
11141114
*
11151115
* <pre>
1116-
* A single identity requesting access for a Cloud Platform resource.
1116+
* A single identity requesting access for a Google Cloud resource.
11171117
* Follows the same format of Binding.members.
11181118
* Required
11191119
* </pre>
@@ -1132,7 +1132,7 @@ public Builder clearMember() {
11321132
*
11331133
*
11341134
* <pre>
1135-
* A single identity requesting access for a Cloud Platform resource.
1135+
* A single identity requesting access for a Google Cloud resource.
11361136
* Follows the same format of Binding.members.
11371137
* Required
11381138
* </pre>

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/BindingDeltaOrBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public interface BindingDeltaOrBuilder
8383
*
8484
*
8585
* <pre>
86-
* A single identity requesting access for a Cloud Platform resource.
86+
* A single identity requesting access for a Google Cloud resource.
8787
* Follows the same format of Binding.members.
8888
* Required
8989
* </pre>
@@ -97,7 +97,7 @@ public interface BindingDeltaOrBuilder
9797
*
9898
*
9999
* <pre>
100-
* A single identity requesting access for a Cloud Platform resource.
100+
* A single identity requesting access for a Google Cloud resource.
101101
* Follows the same format of Binding.members.
102102
* Required
103103
* </pre>

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/BindingOrBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public interface BindingOrBuilder
5454
*
5555
*
5656
* <pre>
57-
* Specifies the principals requesting access for a Cloud Platform resource.
57+
* Specifies the principals requesting access for a Google Cloud resource.
5858
* `members` can have the following values:
5959
*
6060
* * `allUsers`: A special identifier that represents anyone who is
@@ -107,7 +107,7 @@ public interface BindingOrBuilder
107107
*
108108
*
109109
* <pre>
110-
* Specifies the principals requesting access for a Cloud Platform resource.
110+
* Specifies the principals requesting access for a Google Cloud resource.
111111
* `members` can have the following values:
112112
*
113113
* * `allUsers`: A special identifier that represents anyone who is
@@ -160,7 +160,7 @@ public interface BindingOrBuilder
160160
*
161161
*
162162
* <pre>
163-
* Specifies the principals requesting access for a Cloud Platform resource.
163+
* Specifies the principals requesting access for a Google Cloud resource.
164164
* `members` can have the following values:
165165
*
166166
* * `allUsers`: A special identifier that represents anyone who is
@@ -214,7 +214,7 @@ public interface BindingOrBuilder
214214
*
215215
*
216216
* <pre>
217-
* Specifies the principals requesting access for a Cloud Platform resource.
217+
* Specifies the principals requesting access for a Google Cloud resource.
218218
* `members` can have the following values:
219219
*
220220
* * `allUsers`: A special identifier that represents anyone who is

java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/Policy.java

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
*
4343
* **JSON example:**
4444
*
45+
* ```
4546
* {
4647
* "bindings": [
4748
* {
@@ -69,9 +70,11 @@
6970
* "etag": "BwWWja0YfJA=",
7071
* "version": 3
7172
* }
73+
* ```
7274
*
7375
* **YAML example:**
7476
*
77+
* ```
7578
* bindings:
7679
* - members:
7780
* - user:mike&#64;example.com
@@ -88,6 +91,7 @@
8891
* expression: request.time &lt; timestamp('2020-10-01T00:00:00.000Z')
8992
* etag: BwWWja0YfJA=
9093
* version: 3
94+
* ```
9195
*
9296
* For a description of IAM and its features, see the
9397
* [IAM documentation](https://cloud.google.com/iam/docs/).
@@ -598,6 +602,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
598602
*
599603
* **JSON example:**
600604
*
605+
* ```
601606
* {
602607
* "bindings": [
603608
* {
@@ -625,9 +630,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
625630
* "etag": "BwWWja0YfJA=",
626631
* "version": 3
627632
* }
633+
* ```
628634
*
629635
* **YAML example:**
630636
*
637+
* ```
631638
* bindings:
632639
* - members:
633640
* - user:mike&#64;example.com
@@ -644,6 +651,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
644651
* expression: request.time &lt; timestamp('2020-10-01T00:00:00.000Z')
645652
* etag: BwWWja0YfJA=
646653
* version: 3
654+
* ```
647655
*
648656
* For a description of IAM and its features, see the
649657
* [IAM documentation](https://cloud.google.com/iam/docs/).

0 commit comments

Comments
 (0)