Skip to content

Commit

Permalink
docs: updated comments
Browse files Browse the repository at this point in the history
chore: update copyright year

PiperOrigin-RevId: 604682846
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 6, 2024
1 parent ba2d3a2 commit e3b2f14
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions google/cloud/asset/v1/asset_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ service AssetService {
// * compute.requireOsLogin
// * compute.disableNestedVirtualization
//
// This RPC only returns either resources of types supported by [searchable
// asset
// types](https://cloud.google.com/asset-inventory/docs/supported-asset-types),
// This RPC only returns either resources of types [supported by search
// APIs](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
// or IAM policies.
rpc AnalyzeOrgPolicyGovernedAssets(AnalyzeOrgPolicyGovernedAssetsRequest)
returns (AnalyzeOrgPolicyGovernedAssetsResponse) {
Expand Down Expand Up @@ -984,8 +983,8 @@ message SearchAllResourcesRequest {
string query = 2 [(google.api.field_behavior) = OPTIONAL];

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

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

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

0 comments on commit e3b2f14

Please sign in to comment.