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

docs: properly format literal strings #192

Merged
merged 2 commits into from Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -303,7 +303,7 @@ public AccessContextPolicyCase getAccessContextPolicyCase() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -329,7 +329,7 @@ public java.lang.String getName() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand Down Expand Up @@ -357,7 +357,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -382,7 +382,7 @@ public java.lang.String getAssetType() {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand Down Expand Up @@ -1369,7 +1369,7 @@ public Builder clearAccessContextPolicy() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -1395,7 +1395,7 @@ public java.lang.String getName() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -1421,7 +1421,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -1446,7 +1446,7 @@ public Builder setName(java.lang.String value) {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -1467,7 +1467,7 @@ public Builder clearName() {
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -1494,7 +1494,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -1519,7 +1519,7 @@ public java.lang.String getAssetType() {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -1544,7 +1544,7 @@ public com.google.protobuf.ByteString getAssetTypeBytes() {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -1568,7 +1568,7 @@ public Builder setAssetType(java.lang.String value) {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -1588,7 +1588,7 @@ public Builder clearAssetType() {
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand Down
Expand Up @@ -28,7 +28,7 @@ public interface AssetOrBuilder
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -44,7 +44,7 @@ public interface AssetOrBuilder
*
* <pre>
* The full name of the asset. For example:
* "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`
* See [Resource
* names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more information.
Expand All @@ -60,7 +60,7 @@ public interface AssetOrBuilder
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand All @@ -75,7 +75,7 @@ public interface AssetOrBuilder
*
*
* <pre>
* The type of the asset. For example: "compute.googleapis.com/Disk"
* The type of the asset. For example: `compute.googleapis.com/Disk`
* See [Supported asset
* types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
* for more information.
Expand Down