Skip to content

Commit e3b2f14

Browse files
Google APIscopybara-github
authored andcommitted
docs: updated comments
chore: update copyright year PiperOrigin-RevId: 604682846
1 parent ba2d3a2 commit e3b2f14

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

google/cloud/asset/v1/asset_service.proto

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,8 @@ service AssetService {
304304
// * compute.requireOsLogin
305305
// * compute.disableNestedVirtualization
306306
//
307-
// This RPC only returns either resources of types supported by [searchable
308-
// asset
309-
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types),
307+
// This RPC only returns either resources of types [supported by search
308+
// APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
310309
// or IAM policies.
311310
rpc AnalyzeOrgPolicyGovernedAssets(AnalyzeOrgPolicyGovernedAssetsRequest)
312311
returns (AnalyzeOrgPolicyGovernedAssetsResponse) {
@@ -984,8 +983,8 @@ message SearchAllResourcesRequest {
984983
string query = 2 [(google.api.field_behavior) = OPTIONAL];
985984

986985
// Optional. A list of asset types that this request searches for. If empty,
987-
// it will search all the [searchable asset
988-
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
986+
// it will search all the asset types [supported by search
987+
// APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
989988
//
990989
// Regular expressions are also supported. For example:
991990
//
@@ -1152,9 +1151,9 @@ message SearchAllIamPoliciesRequest {
11521151
string page_token = 4 [(google.api.field_behavior) = OPTIONAL];
11531152

11541153
// Optional. A list of asset types that the IAM policies are attached to. If
1155-
// empty, it will search the IAM policies that are attached to all the
1156-
// [searchable asset
1157-
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
1154+
// empty, it will search the IAM policies that are attached to all the asset
1155+
// types [supported by search
1156+
// APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
11581157
//
11591158
// Regular expressions are also supported. For example:
11601159
//
@@ -2064,8 +2063,8 @@ message BatchGetEffectiveIamPoliciesRequest {
20642063

20652064
// Required. The names refer to the [full_resource_names]
20662065
// (https://cloud.google.com/asset-inventory/docs/resource-name-format)
2067-
// of [searchable asset
2068-
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
2066+
// of the asset types [supported by search
2067+
// APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
20692068
// A maximum of 20 resources' effective policies can be retrieved in a batch.
20702069
repeated string names = 3 [
20712070
(google.api.field_behavior) = REQUIRED,

0 commit comments

Comments
 (0)