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

Commit ce5f488

Browse files
docs: properly format literal strings (#192)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d6dae794-1112-4605-8a1c-41b7a7d3dd16/targets PiperOrigin-RevId: 313202929 Source-Link: googleapis/googleapis@f563b1d
1 parent eb46fec commit ce5f488

File tree

11 files changed

+216
-216
lines changed

11 files changed

+216
-216
lines changed

proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Asset.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public AccessContextPolicyCase getAccessContextPolicyCase() {
303303
*
304304
* <pre>
305305
* The full name of the asset. For example:
306-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
306+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
307307
* See [Resource
308308
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
309309
* for more information.
@@ -329,7 +329,7 @@ public java.lang.String getName() {
329329
*
330330
* <pre>
331331
* The full name of the asset. For example:
332-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
332+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
333333
* See [Resource
334334
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
335335
* for more information.
@@ -357,7 +357,7 @@ public com.google.protobuf.ByteString getNameBytes() {
357357
*
358358
*
359359
* <pre>
360-
* The type of the asset. For example: "compute.googleapis.com/Disk"
360+
* The type of the asset. For example: `compute.googleapis.com/Disk`
361361
* See [Supported asset
362362
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
363363
* for more information.
@@ -382,7 +382,7 @@ public java.lang.String getAssetType() {
382382
*
383383
*
384384
* <pre>
385-
* The type of the asset. For example: "compute.googleapis.com/Disk"
385+
* The type of the asset. For example: `compute.googleapis.com/Disk`
386386
* See [Supported asset
387387
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
388388
* for more information.
@@ -1369,7 +1369,7 @@ public Builder clearAccessContextPolicy() {
13691369
*
13701370
* <pre>
13711371
* The full name of the asset. For example:
1372-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
1372+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
13731373
* See [Resource
13741374
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
13751375
* for more information.
@@ -1395,7 +1395,7 @@ public java.lang.String getName() {
13951395
*
13961396
* <pre>
13971397
* The full name of the asset. For example:
1398-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
1398+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
13991399
* See [Resource
14001400
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
14011401
* for more information.
@@ -1421,7 +1421,7 @@ public com.google.protobuf.ByteString getNameBytes() {
14211421
*
14221422
* <pre>
14231423
* The full name of the asset. For example:
1424-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
1424+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
14251425
* See [Resource
14261426
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
14271427
* for more information.
@@ -1446,7 +1446,7 @@ public Builder setName(java.lang.String value) {
14461446
*
14471447
* <pre>
14481448
* The full name of the asset. For example:
1449-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
1449+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
14501450
* See [Resource
14511451
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
14521452
* for more information.
@@ -1467,7 +1467,7 @@ public Builder clearName() {
14671467
*
14681468
* <pre>
14691469
* The full name of the asset. For example:
1470-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
1470+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
14711471
* See [Resource
14721472
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
14731473
* for more information.
@@ -1494,7 +1494,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
14941494
*
14951495
*
14961496
* <pre>
1497-
* The type of the asset. For example: "compute.googleapis.com/Disk"
1497+
* The type of the asset. For example: `compute.googleapis.com/Disk`
14981498
* See [Supported asset
14991499
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
15001500
* for more information.
@@ -1519,7 +1519,7 @@ public java.lang.String getAssetType() {
15191519
*
15201520
*
15211521
* <pre>
1522-
* The type of the asset. For example: "compute.googleapis.com/Disk"
1522+
* The type of the asset. For example: `compute.googleapis.com/Disk`
15231523
* See [Supported asset
15241524
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
15251525
* for more information.
@@ -1544,7 +1544,7 @@ public com.google.protobuf.ByteString getAssetTypeBytes() {
15441544
*
15451545
*
15461546
* <pre>
1547-
* The type of the asset. For example: "compute.googleapis.com/Disk"
1547+
* The type of the asset. For example: `compute.googleapis.com/Disk`
15481548
* See [Supported asset
15491549
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
15501550
* for more information.
@@ -1568,7 +1568,7 @@ public Builder setAssetType(java.lang.String value) {
15681568
*
15691569
*
15701570
* <pre>
1571-
* The type of the asset. For example: "compute.googleapis.com/Disk"
1571+
* The type of the asset. For example: `compute.googleapis.com/Disk`
15721572
* See [Supported asset
15731573
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
15741574
* for more information.
@@ -1588,7 +1588,7 @@ public Builder clearAssetType() {
15881588
*
15891589
*
15901590
* <pre>
1591-
* The type of the asset. For example: "compute.googleapis.com/Disk"
1591+
* The type of the asset. For example: `compute.googleapis.com/Disk`
15921592
* See [Supported asset
15931593
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
15941594
* for more information.

proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetOrBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface AssetOrBuilder
2828
*
2929
* <pre>
3030
* The full name of the asset. For example:
31-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
31+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
3232
* See [Resource
3333
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
3434
* for more information.
@@ -44,7 +44,7 @@ public interface AssetOrBuilder
4444
*
4545
* <pre>
4646
* The full name of the asset. For example:
47-
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
47+
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
4848
* See [Resource
4949
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
5050
* for more information.
@@ -60,7 +60,7 @@ public interface AssetOrBuilder
6060
*
6161
*
6262
* <pre>
63-
* The type of the asset. For example: "compute.googleapis.com/Disk"
63+
* The type of the asset. For example: `compute.googleapis.com/Disk`
6464
* See [Supported asset
6565
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
6666
* for more information.
@@ -75,7 +75,7 @@ public interface AssetOrBuilder
7575
*
7676
*
7777
* <pre>
78-
* The type of the asset. For example: "compute.googleapis.com/Disk"
78+
* The type of the asset. For example: `compute.googleapis.com/Disk`
7979
* See [Supported asset
8080
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
8181
* for more information.

0 commit comments

Comments
 (0)