diff --git a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/README.md b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/README.md
index 3a4bbbdb255..c91ef6c5dde 100644
--- a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/README.md
+++ b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-beyondcorp
- v1alpha-rev20260429-2.0.0
+ v1alpha-rev20260722-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20260429-2.0.0'
+ implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20260722-2.0.0'
}
```
diff --git a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.java b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.java
index 014c035401c..de6550163c2 100644
--- a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.java
+++ b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.java
@@ -84,6 +84,14 @@ public final class GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscrip
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long seatCount;
+ /**
+ * Optional. Input only. The source from which the subscription was initiated, for example "admin-
+ * console-browser-overview" or "admin-console-security-insights".
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String signupSource;
+
/**
* Required. SKU of subscription.
* The value may be {@code null}.
@@ -248,6 +256,25 @@ public GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription setSeat
return this;
}
+ /**
+ * Optional. Input only. The source from which the subscription was initiated, for example "admin-
+ * console-browser-overview" or "admin-console-security-insights".
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getSignupSource() {
+ return signupSource;
+ }
+
+ /**
+ * Optional. Input only. The source from which the subscription was initiated, for example "admin-
+ * console-browser-overview" or "admin-console-security-insights".
+ * @param signupSource signupSource or {@code null} for none
+ */
+ public GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription setSignupSource(java.lang.String signupSource) {
+ this.signupSource = signupSource;
+ return this;
+ }
+
/**
* Required. SKU of subscription.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.java b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.java
index 11ff6fa23be..8e7aaf2b16b 100644
--- a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.java
+++ b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.java
@@ -36,6 +36,13 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
@com.google.api.client.util.Key
private GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo deviceInfo;
+ /**
+ * Optional. The dispatch information configuration.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo dispatchInfo;
+
/**
* Optional. Group details.
* The value may be {@code null}.
@@ -74,6 +81,23 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders setDeviceIn
return this;
}
+ /**
+ * Optional. The dispatch information configuration.
+ * @return value or {@code null} for none
+ */
+ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo getDispatchInfo() {
+ return dispatchInfo;
+ }
+
+ /**
+ * Optional. The dispatch information configuration.
+ * @param dispatchInfo dispatchInfo or {@code null} for none
+ */
+ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders setDispatchInfo(GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo dispatchInfo) {
+ this.dispatchInfo = dispatchInfo;
+ return this;
+ }
+
/**
* Optional. Group details.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo.java b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo.java
new file mode 100644
index 00000000000..91d4976a9f3
--- /dev/null
+++ b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo.java
@@ -0,0 +1,66 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.beyondcorp.v1alpha.model;
+
+/**
+ * The delegated dispatch information configuration.
+ *
+ *
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 BeyondCorp API. For a detailed explanation see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Optional. The output type details for the delegated dispatch information.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String outputType;
+
+ /**
+ * Optional. The output type details for the delegated dispatch information.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getOutputType() {
+ return outputType;
+ }
+
+ /**
+ * Optional. The output type details for the delegated dispatch information.
+ * @param outputType outputType or {@code null} for none
+ */
+ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo setOutputType(java.lang.String outputType) {
+ this.outputType = outputType;
+ return this;
+ }
+
+ @Override
+ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo set(String fieldName, Object value) {
+ return (GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo) super.set(fieldName, value);
+ }
+
+ @Override
+ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo clone() {
+ return (GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/pom.xml b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/pom.xml
index 71f212ba2b4..868ff88f21b 100644
--- a/clients/google-api-services-beyondcorp/v1alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-beyondcorp/v1alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-beyondcorp
- v1alpha-rev20260429-2.0.0
- BeyondCorp API v1alpha-rev20260429-2.0.0
+ v1alpha-rev20260722-2.0.0
+ BeyondCorp API v1alpha-rev20260722-2.0.0
jar
2011
diff --git a/clients/google-api-services-beyondcorp/v1alpha/README.md b/clients/google-api-services-beyondcorp/v1alpha/README.md
index 3a4bbbdb255..c91ef6c5dde 100644
--- a/clients/google-api-services-beyondcorp/v1alpha/README.md
+++ b/clients/google-api-services-beyondcorp/v1alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-beyondcorp
- v1alpha-rev20260429-2.0.0
+ v1alpha-rev20260722-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20260429-2.0.0'
+ implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20260722-2.0.0'
}
```