diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/README.md b/clients/google-api-services-cloudasset/v1/2.0.0/README.md index dc9d1200daf..9c80c2fcb19 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudasset/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1-rev20260624-2.0.0 + v1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAssetScopes.java b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAssetScopes.java index f697f16af65..8e57be1520a 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAssetScopes.java +++ b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAssetScopes.java @@ -26,6 +26,9 @@ public class CloudAssetScopes { /** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */ public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + /** See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account. */ + public static final String CLOUDASSET = "https://www.googleapis.com/auth/cloudasset"; + /** * Returns an unmodifiable set that contains all scopes declared by this class. * @@ -34,6 +37,7 @@ public class CloudAssetScopes { public static java.util.Set all() { java.util.Set set = new java.util.HashSet(); set.add(CLOUD_PLATFORM); + set.add(CLOUDASSET); return java.util.Collections.unmodifiableSet(set); } diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java index 533f68a15ec..caa9763d387 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java +++ b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com. private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -90,7 +92,9 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -98,7 +102,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java index ef9af261a28..ae3e80a2206 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java +++ b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -88,7 +90,9 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -96,7 +100,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java index bab6528d82b..c33a72cac53 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java +++ b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudasset.v1.model; /** - * Specifies the PSC an API call refers to. + * Specifies the Private Service Connect endpoint that an API call refers to. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see: @@ -30,7 +30,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson { /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * The value may be {@code null}. */ @@ -38,7 +39,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndp private java.lang.String forwardingRule; /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @return value or {@code null} for none */ @@ -47,7 +49,8 @@ public java.lang.String getForwardingRule() { } /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @param forwardingRule forwardingRule or {@code null} for none */ diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/pom.xml b/clients/google-api-services-cloudasset/v1/2.0.0/pom.xml index fd3301438bd..5b685a1f982 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudasset/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudasset - v1-rev20260624-2.0.0 - Cloud Asset API v1-rev20260624-2.0.0 + v1-rev20260703-2.0.0 + Cloud Asset API v1-rev20260703-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudasset/v1/README.md b/clients/google-api-services-cloudasset/v1/README.md index dc9d1200daf..9c80c2fcb19 100644 --- a/clients/google-api-services-cloudasset/v1/README.md +++ b/clients/google-api-services-cloudasset/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1-rev20260624-2.0.0 + v1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/README.md b/clients/google-api-services-cloudasset/v1beta1/2.0.0/README.md index ed3018a9d75..779ba8ede45 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1beta1-rev20260624-2.0.0 + v1beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/CloudAssetScopes.java b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/CloudAssetScopes.java index 7ec0d80f528..374c57aed0c 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/CloudAssetScopes.java +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/CloudAssetScopes.java @@ -26,6 +26,9 @@ public class CloudAssetScopes { /** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */ public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + /** See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account. */ + public static final String CLOUDASSET = "https://www.googleapis.com/auth/cloudasset"; + /** * Returns an unmodifiable set that contains all scopes declared by this class. * @@ -34,6 +37,7 @@ public class CloudAssetScopes { public static java.util.Set all() { java.util.Set set = new java.util.HashSet(); set.add(CLOUD_PLATFORM); + set.add(CLOUDASSET); return java.util.Collections.unmodifiableSet(set); } diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java index 209cfae4e19..fee31dd0147 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com. private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -90,7 +92,9 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -98,7 +102,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java index b1ecf391a69..9698b734676 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -88,7 +90,9 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -96,7 +100,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java index e5b83acf2b3..d480f599928 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudasset.v1beta1.model; /** - * Specifies the PSC an API call refers to. + * Specifies the Private Service Connect endpoint that an API call refers to. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see: @@ -30,7 +30,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson { /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * The value may be {@code null}. */ @@ -38,7 +39,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndp private java.lang.String forwardingRule; /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @return value or {@code null} for none */ @@ -47,7 +49,8 @@ public java.lang.String getForwardingRule() { } /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @param forwardingRule forwardingRule or {@code null} for none */ diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/pom.xml b/clients/google-api-services-cloudasset/v1beta1/2.0.0/pom.xml index 7c0ef48ea99..1b3da102d05 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudasset - v1beta1-rev20260624-2.0.0 - Cloud Asset API v1beta1-rev20260624-2.0.0 + v1beta1-rev20260703-2.0.0 + Cloud Asset API v1beta1-rev20260703-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudasset/v1beta1/README.md b/clients/google-api-services-cloudasset/v1beta1/README.md index ed3018a9d75..779ba8ede45 100644 --- a/clients/google-api-services-cloudasset/v1beta1/README.md +++ b/clients/google-api-services-cloudasset/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1beta1-rev20260624-2.0.0 + v1beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/README.md b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/README.md index 6b2be32ebd0..4df1c727158 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1p1beta1-rev20260624-2.0.0 + v1p1beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java index d7008a72219..f1aea7f0e5a 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java +++ b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com. private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -90,7 +92,9 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -98,7 +102,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java index c328540c6c2..39e20606419 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java +++ b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -88,7 +90,9 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -96,7 +100,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java index ec33746f2f0..47ac3909fd6 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java +++ b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudasset.v1p1beta1.model; /** - * Specifies the PSC an API call refers to. + * Specifies the Private Service Connect endpoint that an API call refers to. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see: @@ -30,7 +30,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson { /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * The value may be {@code null}. */ @@ -38,7 +39,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndp private java.lang.String forwardingRule; /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @return value or {@code null} for none */ @@ -47,7 +49,8 @@ public java.lang.String getForwardingRule() { } /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @param forwardingRule forwardingRule or {@code null} for none */ diff --git a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/pom.xml b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/pom.xml index f50424dff29..e7327d5b799 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudasset/v1p1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudasset - v1p1beta1-rev20260624-2.0.0 - Cloud Asset API v1p1beta1-rev20260624-2.0.0 + v1p1beta1-rev20260703-2.0.0 + Cloud Asset API v1p1beta1-rev20260703-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudasset/v1p1beta1/README.md b/clients/google-api-services-cloudasset/v1p1beta1/README.md index 6b2be32ebd0..4df1c727158 100644 --- a/clients/google-api-services-cloudasset/v1p1beta1/README.md +++ b/clients/google-api-services-cloudasset/v1p1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1p1beta1-rev20260624-2.0.0 + v1p1beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/README.md b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/README.md index f880d7cd74c..6392a7a8023 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1p7beta1-rev20260624-2.0.0 + v1p7beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1p7beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1p7beta1-rev20260703-2.0.0' } ``` diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/CloudAssetScopes.java b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/CloudAssetScopes.java index d99a0adb51f..731f9600380 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/CloudAssetScopes.java +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/CloudAssetScopes.java @@ -26,6 +26,9 @@ public class CloudAssetScopes { /** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */ public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + /** See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account. */ + public static final String CLOUDASSET = "https://www.googleapis.com/auth/cloudasset"; + /** * Returns an unmodifiable set that contains all scopes declared by this class. * @@ -34,6 +37,7 @@ public class CloudAssetScopes { public static java.util.Set all() { java.util.Set set = new java.util.HashSet(); set.add(CLOUD_PLATFORM); + set.add(CLOUDASSET); return java.util.Collections.unmodifiableSet(set); } diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java index 4594affc864..1270870c3de 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com. private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -90,7 +92,9 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -98,7 +102,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed from access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The + * Private Service Connect endpoint may be in any organization, not just the organization that the + * perimeter is defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java index 4cb5f4aa215..826ac22cc7b 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com private java.lang.String accessLevel; /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -88,7 +90,9 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @return value or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() { @@ -96,7 +100,9 @@ public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscE } /** - * Requests from this PSC will be allowed to access perimeter data. + * A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service + * Connect endpoint may be in any organization, not just the organization that the perimeter is + * defined in. * @param pscEndpoint pscEndpoint or {@code null} for none */ public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) { diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java index 1dcf3ebb4c4..5abd40d64e9 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudasset.v1p7beta1.model; /** - * Specifies the PSC an API call refers to. + * Specifies the Private Service Connect endpoint that an API call refers to. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see: @@ -30,7 +30,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson { /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * The value may be {@code null}. */ @@ -38,7 +39,8 @@ public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndp private java.lang.String forwardingRule; /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @return value or {@code null} for none */ @@ -47,7 +49,8 @@ public java.lang.String getForwardingRule() { } /** - * The global forwarding rule identifier. Forwarding rule format: + * The full resource name of the global forwarding rule that identifies a Private Service Connect + * endpoint. Forwarding rule format: * `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`. * @param forwardingRule forwardingRule or {@code null} for none */ diff --git a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/pom.xml b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/pom.xml index c4fa4da5814..140ffb6894a 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudasset/v1p7beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudasset - v1p7beta1-rev20260624-2.0.0 - Cloud Asset API v1p7beta1-rev20260624-2.0.0 + v1p7beta1-rev20260703-2.0.0 + Cloud Asset API v1p7beta1-rev20260703-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudasset/v1p7beta1/README.md b/clients/google-api-services-cloudasset/v1p7beta1/README.md index f880d7cd74c..6392a7a8023 100644 --- a/clients/google-api-services-cloudasset/v1p7beta1/README.md +++ b/clients/google-api-services-cloudasset/v1p7beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudasset - v1p7beta1-rev20260624-2.0.0 + v1p7beta1-rev20260703-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudasset:v1p7beta1-rev20260624-2.0.0' + implementation 'com.google.apis:google-api-services-cloudasset:v1p7beta1-rev20260703-2.0.0' } ```