From 20232817ce0ebefdc18284f637ce2ae810a47b9f Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 20 Feb 2026 12:47:40 -0800
Subject: [PATCH] chore: regenerate admin client
---
.../services/datatransfer/DataTransfer.java | 5 +-
.../directory_v1/2.0.0/README.md | 4 +-
.../api/services/directory/Directory.java | 200 +++++++++++++++++-
.../model/CountChromeOsDevicesResponse.java | 66 ++++++
.../directory_v1/2.0.0/pom.xml | 4 +-
.../directory_v1/README.md | 4 +-
.../reports_v1/2.0.0/README.md | 4 +-
.../google/api/services/reports/Reports.java | 85 +++++++-
.../api/services/reports/model/Activity.java | 24 +++
.../reports/model/ActivityEventsStatus.java | 141 ++++++++++++
.../reports_v1/2.0.0/pom.xml | 4 +-
.../reports_v1/README.md | 4 +-
12 files changed, 524 insertions(+), 21 deletions(-)
create mode 100644 clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/CountChromeOsDevicesResponse.java
create mode 100644 clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/ActivityEventsStatus.java
diff --git a/clients/google-api-services-admin/datatransfer_v1/2.0.0/com/google/api/services/datatransfer/DataTransfer.java b/clients/google-api-services-admin/datatransfer_v1/2.0.0/com/google/api/services/datatransfer/DataTransfer.java
index 2892acaf129..48f8c7dbe69 100644
--- a/clients/google-api-services-admin/datatransfer_v1/2.0.0/com/google/api/services/datatransfer/DataTransfer.java
+++ b/clients/google-api-services-admin/datatransfer_v1/2.0.0/com/google/api/services/datatransfer/DataTransfer.java
@@ -103,7 +103,7 @@ public class DataTransfer extends com.google.api.client.googleapis.services.json
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -929,8 +929,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-admin/directory_v1/2.0.0/README.md b/clients/google-api-services-admin/directory_v1/2.0.0/README.md
index ca143d326df..b6ef51eb6d1 100644
--- a/clients/google-api-services-admin/directory_v1/2.0.0/README.md
+++ b/clients/google-api-services-admin/directory_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-admin-directory
- directory_v1-rev20260113-2.0.0
+ directory_v1-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260113-2.0.0'
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260210-2.0.0'
}
```
diff --git a/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java b/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java
index 8aa0f884f43..5456511b8fc 100644
--- a/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java
+++ b/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java
@@ -103,7 +103,7 @@ public class Directory extends com.google.api.client.googleapis.services.json.Ab
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -2105,6 +2105,201 @@ public BatchChangeStatus set(String parameterName, Object value) {
return (BatchChangeStatus) super.set(parameterName, value);
}
}
+ /**
+ * Counts ChromeOS devices matching the request.
+ *
+ * Create a request for the method "chromeos.countChromeOsDevices".
+ *
+ * This request holds the parameters needed by the admin server. After setting any optional
+ * parameters, call the {@link CountChromeOsDevices#execute()} method to invoke the remote
+ * operation.
+ *
+ * @param customerId Required. Immutable ID of the Google Workspace account.
+ * @return the request
+ */
+ public CountChromeOsDevices countChromeOsDevices(java.lang.String customerId) throws java.io.IOException {
+ CountChromeOsDevices result = new CountChromeOsDevices(customerId);
+ initialize(result);
+ return result;
+ }
+
+ public class CountChromeOsDevices extends DirectoryRequest {
+
+ private static final String REST_PATH = "admin/directory/v1/customer/{customerId}/devices/chromeos:countChromeOsDevices";
+
+ /**
+ * Counts ChromeOS devices matching the request.
+ *
+ * Create a request for the method "chromeos.countChromeOsDevices".
+ *
+ * This request holds the parameters needed by the the admin server. After setting any optional
+ * parameters, call the {@link CountChromeOsDevices#execute()} method to invoke the remote
+ * operation. {@link CountChromeOsDevices#initialize(com.google.api.client.googleapis.services
+ * .AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
+ * invoking the constructor.
+ *
+ * @param customerId Required. Immutable ID of the Google Workspace account.
+ * @since 1.13
+ */
+ protected CountChromeOsDevices(java.lang.String customerId) {
+ super(Directory.this, "GET", REST_PATH, null, com.google.api.services.directory.model.CountChromeOsDevicesResponse.class);
+ this.customerId = com.google.api.client.util.Preconditions.checkNotNull(customerId, "Required parameter customerId must be specified.");
+ }
+
+ @Override
+ public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException {
+ return super.executeUsingHead();
+ }
+
+ @Override
+ public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException {
+ return super.buildHttpRequestUsingHead();
+ }
+
+ @Override
+ public CountChromeOsDevices set$Xgafv(java.lang.String $Xgafv) {
+ return (CountChromeOsDevices) super.set$Xgafv($Xgafv);
+ }
+
+ @Override
+ public CountChromeOsDevices setAccessToken(java.lang.String accessToken) {
+ return (CountChromeOsDevices) super.setAccessToken(accessToken);
+ }
+
+ @Override
+ public CountChromeOsDevices setAlt(java.lang.String alt) {
+ return (CountChromeOsDevices) super.setAlt(alt);
+ }
+
+ @Override
+ public CountChromeOsDevices setCallback(java.lang.String callback) {
+ return (CountChromeOsDevices) super.setCallback(callback);
+ }
+
+ @Override
+ public CountChromeOsDevices setFields(java.lang.String fields) {
+ return (CountChromeOsDevices) super.setFields(fields);
+ }
+
+ @Override
+ public CountChromeOsDevices setKey(java.lang.String key) {
+ return (CountChromeOsDevices) super.setKey(key);
+ }
+
+ @Override
+ public CountChromeOsDevices setOauthToken(java.lang.String oauthToken) {
+ return (CountChromeOsDevices) super.setOauthToken(oauthToken);
+ }
+
+ @Override
+ public CountChromeOsDevices setPrettyPrint(java.lang.Boolean prettyPrint) {
+ return (CountChromeOsDevices) super.setPrettyPrint(prettyPrint);
+ }
+
+ @Override
+ public CountChromeOsDevices setQuotaUser(java.lang.String quotaUser) {
+ return (CountChromeOsDevices) super.setQuotaUser(quotaUser);
+ }
+
+ @Override
+ public CountChromeOsDevices setUploadType(java.lang.String uploadType) {
+ return (CountChromeOsDevices) super.setUploadType(uploadType);
+ }
+
+ @Override
+ public CountChromeOsDevices setUploadProtocol(java.lang.String uploadProtocol) {
+ return (CountChromeOsDevices) super.setUploadProtocol(uploadProtocol);
+ }
+
+ /** Required. Immutable ID of the Google Workspace account. */
+ @com.google.api.client.util.Key
+ private java.lang.String customerId;
+
+ /** Required. Immutable ID of the Google Workspace account.
+ */
+ public java.lang.String getCustomerId() {
+ return customerId;
+ }
+
+ /** Required. Immutable ID of the Google Workspace account. */
+ public CountChromeOsDevices setCustomerId(java.lang.String customerId) {
+ this.customerId = customerId;
+ return this;
+ }
+
+ /**
+ * Optional. Search string in the format given at
+ * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String filter;
+
+ /** Optional. Search string in the format given at
+ https://developers.google.com/workspace/admin/directory/v1/list-query-operators
+ */
+ public java.lang.String getFilter() {
+ return filter;
+ }
+
+ /**
+ * Optional. Search string in the format given at
+ * https://developers.google.com/workspace/admin/directory/v1/list-query-operators
+ */
+ public CountChromeOsDevices setFilter(java.lang.String filter) {
+ this.filter = filter;
+ return this;
+ }
+
+ /**
+ * Optional. Return devices from all child orgunits, as well as the specified org unit. If
+ * this is set to true, 'orgUnitPath' must be provided.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean includeChildOrgunits;
+
+ /** Optional. Return devices from all child orgunits, as well as the specified org unit. If this is set
+ to true, 'orgUnitPath' must be provided.
+ */
+ public java.lang.Boolean getIncludeChildOrgunits() {
+ return includeChildOrgunits;
+ }
+
+ /**
+ * Optional. Return devices from all child orgunits, as well as the specified org unit. If
+ * this is set to true, 'orgUnitPath' must be provided.
+ */
+ public CountChromeOsDevices setIncludeChildOrgunits(java.lang.Boolean includeChildOrgunits) {
+ this.includeChildOrgunits = includeChildOrgunits;
+ return this;
+ }
+
+ /**
+ * Optional. The full path of the organizational unit (minus the leading `/`) or its
+ * unique ID.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String orgUnitPath;
+
+ /** Optional. The full path of the organizational unit (minus the leading `/`) or its unique ID.
+ */
+ public java.lang.String getOrgUnitPath() {
+ return orgUnitPath;
+ }
+
+ /**
+ * Optional. The full path of the organizational unit (minus the leading `/`) or its
+ * unique ID.
+ */
+ public CountChromeOsDevices setOrgUnitPath(java.lang.String orgUnitPath) {
+ this.orgUnitPath = orgUnitPath;
+ return this;
+ }
+
+ @Override
+ public CountChromeOsDevices set(String parameterName, Object value) {
+ return (CountChromeOsDevices) super.set(parameterName, value);
+ }
+ }
/**
* Issues a command for the device to execute.
*
@@ -20631,8 +20826,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/CountChromeOsDevicesResponse.java b/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/CountChromeOsDevicesResponse.java
new file mode 100644
index 00000000000..8287f30558d
--- /dev/null
+++ b/clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/CountChromeOsDevicesResponse.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.directory.model;
+
+/**
+ * A response for counting ChromeOS devices.
+ *
+ * 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 Admin SDK 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 CountChromeOsDevicesResponse extends com.google.api.client.json.GenericJson {
+
+ /**
+ * The total number of devices matching the request.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key @com.google.api.client.json.JsonString
+ private java.lang.Long count;
+
+ /**
+ * The total number of devices matching the request.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Long getCount() {
+ return count;
+ }
+
+ /**
+ * The total number of devices matching the request.
+ * @param count count or {@code null} for none
+ */
+ public CountChromeOsDevicesResponse setCount(java.lang.Long count) {
+ this.count = count;
+ return this;
+ }
+
+ @Override
+ public CountChromeOsDevicesResponse set(String fieldName, Object value) {
+ return (CountChromeOsDevicesResponse) super.set(fieldName, value);
+ }
+
+ @Override
+ public CountChromeOsDevicesResponse clone() {
+ return (CountChromeOsDevicesResponse) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-admin/directory_v1/2.0.0/pom.xml b/clients/google-api-services-admin/directory_v1/2.0.0/pom.xml
index 6018255f02b..17aea35c5ad 100644
--- a/clients/google-api-services-admin/directory_v1/2.0.0/pom.xml
+++ b/clients/google-api-services-admin/directory_v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-admin-directory
- directory_v1-rev20260113-2.0.0
- Admin SDK API directory_v1-rev20260113-2.0.0
+ directory_v1-rev20260210-2.0.0
+ Admin SDK API directory_v1-rev20260210-2.0.0
jar
2011
diff --git a/clients/google-api-services-admin/directory_v1/README.md b/clients/google-api-services-admin/directory_v1/README.md
index ca143d326df..b6ef51eb6d1 100644
--- a/clients/google-api-services-admin/directory_v1/README.md
+++ b/clients/google-api-services-admin/directory_v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-admin-directory
- directory_v1-rev20260113-2.0.0
+ directory_v1-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260113-2.0.0'
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260210-2.0.0'
}
```
diff --git a/clients/google-api-services-admin/reports_v1/2.0.0/README.md b/clients/google-api-services-admin/reports_v1/2.0.0/README.md
index 68a0a1682e1..e804880bddd 100644
--- a/clients/google-api-services-admin/reports_v1/2.0.0/README.md
+++ b/clients/google-api-services-admin/reports_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-admin-reports
- reports_v1-rev20251202-2.0.0
+ reports_v1-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20251202-2.0.0'
+ implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20260210-2.0.0'
}
```
diff --git a/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java
index 58012799a99..5c6b3d6b126 100644
--- a/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java
+++ b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java
@@ -103,7 +103,7 @@ public class Reports extends com.google.api.client.googleapis.services.json.Abst
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -382,6 +382,35 @@ public List setActorIpAddress(java.lang.String actorIpAddress) {
return this;
}
+ /**
+ * Optional. Used to filter on the `oAuthClientId` field present in
+ * [`ApplicationInfo`](#applicationinfo) message. **Usage** ```
+ * GET...&applicationInfoFilter=oAuthClientId="clientId"
+ * GET...&applicationInfoFilter=oAuthClientId=%22clientId%22 ```
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String applicationInfoFilter;
+
+ /** Optional. Used to filter on the `oAuthClientId` field present in
+ [`ApplicationInfo`](#applicationinfo) message. **Usage** ```
+ GET...&applicationInfoFilter=oAuthClientId="clientId"
+ GET...&applicationInfoFilter=oAuthClientId=%22clientId%22 ```
+ */
+ public java.lang.String getApplicationInfoFilter() {
+ return applicationInfoFilter;
+ }
+
+ /**
+ * Optional. Used to filter on the `oAuthClientId` field present in
+ * [`ApplicationInfo`](#applicationinfo) message. **Usage** ```
+ * GET...&applicationInfoFilter=oAuthClientId="clientId"
+ * GET...&applicationInfoFilter=oAuthClientId=%22clientId%22 ```
+ */
+ public List setApplicationInfoFilter(java.lang.String applicationInfoFilter) {
+ this.applicationInfoFilter = applicationInfoFilter;
+ return this;
+ }
+
/** The unique ID of the customer to retrieve data for. */
@com.google.api.client.util.Key
private java.lang.String customerId;
@@ -661,6 +690,32 @@ public List setMaxResults(java.lang.Integer maxResults) {
return this;
}
+ /**
+ * Optional. Used to filter on the `regionCode` field present in [`NetworkInfo`](#networkinfo)
+ * message. **Usage** ``` GET...&networkInfoFilter=regionCode="IN"
+ * GET...&networkInfoFilter=regionCode=%22IN%22 ```
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String networkInfoFilter;
+
+ /** Optional. Used to filter on the `regionCode` field present in [`NetworkInfo`](#networkinfo)
+ message. **Usage** ``` GET...&networkInfoFilter=regionCode="IN"
+ GET...&networkInfoFilter=regionCode=%22IN%22 ```
+ */
+ public java.lang.String getNetworkInfoFilter() {
+ return networkInfoFilter;
+ }
+
+ /**
+ * Optional. Used to filter on the `regionCode` field present in [`NetworkInfo`](#networkinfo)
+ * message. **Usage** ``` GET...&networkInfoFilter=regionCode="IN"
+ * GET...&networkInfoFilter=regionCode=%22IN%22 ```
+ */
+ public List setNetworkInfoFilter(java.lang.String networkInfoFilter) {
+ this.networkInfoFilter = networkInfoFilter;
+ return this;
+ }
+
/**
* ID of the organizational unit to report on. Activity records will be shown only for users
* who belong to the specified organizational unit. Data before Dec 17, 2018 doesn't appear in
@@ -871,6 +926,31 @@ public List setStartTime(java.lang.String startTime) {
return this;
}
+ /**
+ * Optional. Used to filter on the `statusCode` field present in [`Status`](#status) message.
+ * **Usage** ``` GET...&statusFilter=statusCode="200" GET...&statusFilter=statusCode=%22200%22
+ * ```
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String statusFilter;
+
+ /** Optional. Used to filter on the `statusCode` field present in [`Status`](#status) message.
+ **Usage** ``` GET...&statusFilter=statusCode="200" GET...&statusFilter=statusCode=%22200%22 ```
+ */
+ public java.lang.String getStatusFilter() {
+ return statusFilter;
+ }
+
+ /**
+ * Optional. Used to filter on the `statusCode` field present in [`Status`](#status) message.
+ * **Usage** ``` GET...&statusFilter=statusCode="200" GET...&statusFilter=statusCode=%22200%22
+ * ```
+ */
+ public List setStatusFilter(java.lang.String statusFilter) {
+ this.statusFilter = statusFilter;
+ return this;
+ }
+
@Override
public List set(String parameterName, Object value) {
return (List) super.set(parameterName, value);
@@ -2848,8 +2928,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/Activity.java b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/Activity.java
index b0a56227f7b..a3adbc80be9 100644
--- a/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/Activity.java
+++ b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/Activity.java
@@ -549,6 +549,13 @@ public static final class Events extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.util.List resourceIds;
+ /**
+ * Status of the event. Note: Not all events have status.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ActivityEventsStatus status;
+
/**
* Type of event. The Google Workspace service or feature that an administrator changes is
* identified in the `type` property which identifies an event using the `eventName` property. For
@@ -624,6 +631,23 @@ public Events setResourceIds(java.util.List resourceIds) {
return this;
}
+ /**
+ * Status of the event. Note: Not all events have status.
+ * @return value or {@code null} for none
+ */
+ public ActivityEventsStatus getStatus() {
+ return status;
+ }
+
+ /**
+ * Status of the event. Note: Not all events have status.
+ * @param status status or {@code null} for none
+ */
+ public Events setStatus(ActivityEventsStatus status) {
+ this.status = status;
+ return this;
+ }
+
/**
* Type of event. The Google Workspace service or feature that an administrator changes is
* identified in the `type` property which identifies an event using the `eventName` property. For
diff --git a/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/ActivityEventsStatus.java b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/ActivityEventsStatus.java
new file mode 100644
index 00000000000..e477a94332b
--- /dev/null
+++ b/clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/ActivityEventsStatus.java
@@ -0,0 +1,141 @@
+/*
+ * 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.reports.model;
+
+/**
+ * Status of the event. Note: Not all events have status.
+ *
+ * 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 Admin SDK 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 ActivityEventsStatus extends com.google.api.client.json.GenericJson {
+
+ /**
+ * Error code of the event. Note: Field can be empty.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String errorCode;
+
+ /**
+ * Error message of the event. Note: Field can be empty.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String errorMessage;
+
+ /**
+ * * Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED -
+ * SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String eventStatus;
+
+ /**
+ * Status code of the event. Note: Field can be empty.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Integer httpStatusCode;
+
+ /**
+ * Error code of the event. Note: Field can be empty.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getErrorCode() {
+ return errorCode;
+ }
+
+ /**
+ * Error code of the event. Note: Field can be empty.
+ * @param errorCode errorCode or {@code null} for none
+ */
+ public ActivityEventsStatus setErrorCode(java.lang.String errorCode) {
+ this.errorCode = errorCode;
+ return this;
+ }
+
+ /**
+ * Error message of the event. Note: Field can be empty.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getErrorMessage() {
+ return errorMessage;
+ }
+
+ /**
+ * Error message of the event. Note: Field can be empty.
+ * @param errorMessage errorMessage or {@code null} for none
+ */
+ public ActivityEventsStatus setErrorMessage(java.lang.String errorMessage) {
+ this.errorMessage = errorMessage;
+ return this;
+ }
+
+ /**
+ * * Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED -
+ * SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getEventStatus() {
+ return eventStatus;
+ }
+
+ /**
+ * * Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED -
+ * SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED
+ * @param eventStatus eventStatus or {@code null} for none
+ */
+ public ActivityEventsStatus setEventStatus(java.lang.String eventStatus) {
+ this.eventStatus = eventStatus;
+ return this;
+ }
+
+ /**
+ * Status code of the event. Note: Field can be empty.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Integer getHttpStatusCode() {
+ return httpStatusCode;
+ }
+
+ /**
+ * Status code of the event. Note: Field can be empty.
+ * @param httpStatusCode httpStatusCode or {@code null} for none
+ */
+ public ActivityEventsStatus setHttpStatusCode(java.lang.Integer httpStatusCode) {
+ this.httpStatusCode = httpStatusCode;
+ return this;
+ }
+
+ @Override
+ public ActivityEventsStatus set(String fieldName, Object value) {
+ return (ActivityEventsStatus) super.set(fieldName, value);
+ }
+
+ @Override
+ public ActivityEventsStatus clone() {
+ return (ActivityEventsStatus) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-admin/reports_v1/2.0.0/pom.xml b/clients/google-api-services-admin/reports_v1/2.0.0/pom.xml
index e6a98ce84a5..a3bcc5343c8 100644
--- a/clients/google-api-services-admin/reports_v1/2.0.0/pom.xml
+++ b/clients/google-api-services-admin/reports_v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-admin-reports
- reports_v1-rev20251202-2.0.0
- Admin SDK API reports_v1-rev20251202-2.0.0
+ reports_v1-rev20260210-2.0.0
+ Admin SDK API reports_v1-rev20260210-2.0.0
jar
2011
diff --git a/clients/google-api-services-admin/reports_v1/README.md b/clients/google-api-services-admin/reports_v1/README.md
index 68a0a1682e1..e804880bddd 100644
--- a/clients/google-api-services-admin/reports_v1/README.md
+++ b/clients/google-api-services-admin/reports_v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-admin-reports
- reports_v1-rev20251202-2.0.0
+ reports_v1-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20251202-2.0.0'
+ implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20260210-2.0.0'
}
```