diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java index 7e2555999310..cae8cc562b80 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java @@ -1020,6 +1020,13 @@ public final UnaryCallable deleteFeedCallable() { *
  • `labels.env:*` to find Cloud resources that have a label "env". *
  • `kmsKey:key` to find Cloud resources encrypted with a customer-managed encryption key * whose name contains the word "key". + *
  • `relationships:instance-group-1` to find Cloud resources that have relationships with + * "instance-group-1" in the related resource name. + *
  • `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that have + * relationships of type "INSTANCE_TO_INSTANCEGROUP". + *
  • `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find compute instances + * that have relationships with "instance-group-1" in the compute instance group + * resource name, for relationship type "INSTANCE_TO_INSTANCEGROUP". *
  • `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a word. *
  • `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain "ACTIVE" as a * word. @@ -1219,8 +1226,8 @@ public final SearchAllResourcesPagedResponse searchAllResources( * the specified `scope`. Note that the query string is compared against each Cloud IAM policy * binding, including its principals, roles, and Cloud IAM conditions. The returned Cloud IAM * policies will only contain the bindings that match your query. To learn more about the IAM - * policy structure, see [IAM policy - * doc](https://cloud.google.com/iam/docs/policies#structure). + * policy structure, see the [IAM policy + * documentation](https://cloud.google.com/iam/help/allow-policies/structure). *

    Examples: *