diff --git a/clients/google-api-services-homegraph/v1/2.0.0/README.md b/clients/google-api-services-homegraph/v1/2.0.0/README.md index 14451dc697e..211649c1e4e 100644 --- a/clients/google-api-services-homegraph/v1/2.0.0/README.md +++ b/clients/google-api-services-homegraph/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-homegraph - v1-rev20260714-2.0.0 + v1-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-homegraph:v1-rev20260714-2.0.0' + implementation 'com.google.apis:google-api-services-homegraph:v1-rev20260724-2.0.0' } ``` diff --git a/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/ReportStateAndNotificationResponse.java b/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/ReportStateAndNotificationResponse.java index d2d952ba0e3..9d612d4a7dd 100644 --- a/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/ReportStateAndNotificationResponse.java +++ b/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/ReportStateAndNotificationResponse.java @@ -30,6 +30,14 @@ @SuppressWarnings("javadoc") public final class ReportStateAndNotificationResponse extends com.google.api.client.json.GenericJson { + /** + * Map from agent device ID to the result of reporting state and notifications. This is only + * populated for UDDM updates for now. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.Map deviceResults; + /** * Request ID copied from ReportStateAndNotificationRequest. * The value may be {@code null}. @@ -37,6 +45,25 @@ public final class ReportStateAndNotificationResponse extends com.google.api.cli @com.google.api.client.util.Key private java.lang.String requestId; + /** + * Map from agent device ID to the result of reporting state and notifications. This is only + * populated for UDDM updates for now. + * @return value or {@code null} for none + */ + public java.util.Map getDeviceResults() { + return deviceResults; + } + + /** + * Map from agent device ID to the result of reporting state and notifications. This is only + * populated for UDDM updates for now. + * @param deviceResults deviceResults or {@code null} for none + */ + public ReportStateAndNotificationResponse setDeviceResults(java.util.Map deviceResults) { + this.deviceResults = deviceResults; + return this; + } + /** * Request ID copied from ReportStateAndNotificationRequest. * @return value or {@code null} for none diff --git a/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/Result.java b/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/Result.java new file mode 100644 index 00000000000..0aff56dcc60 --- /dev/null +++ b/clients/google-api-services-homegraph/v1/2.0.0/com/google/api/services/homegraph/v1/model/Result.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.homegraph.v1.model; + +/** + * Result of reporting state and notifications for a single device. + * + *

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 HomeGraph 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 Result extends com.google.api.client.json.GenericJson { + + /** + * The trait commit timestamp of the state update in Home Graph. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private String homeTraitCommitTime; + + /** + * The trait commit timestamp of the state update in Home Graph. + * @return value or {@code null} for none + */ + public String getHomeTraitCommitTime() { + return homeTraitCommitTime; + } + + /** + * The trait commit timestamp of the state update in Home Graph. + * @param homeTraitCommitTime homeTraitCommitTime or {@code null} for none + */ + public Result setHomeTraitCommitTime(String homeTraitCommitTime) { + this.homeTraitCommitTime = homeTraitCommitTime; + return this; + } + + @Override + public Result set(String fieldName, Object value) { + return (Result) super.set(fieldName, value); + } + + @Override + public Result clone() { + return (Result) super.clone(); + } + +} diff --git a/clients/google-api-services-homegraph/v1/2.0.0/pom.xml b/clients/google-api-services-homegraph/v1/2.0.0/pom.xml index 04484c6227b..37253e91e6b 100644 --- a/clients/google-api-services-homegraph/v1/2.0.0/pom.xml +++ b/clients/google-api-services-homegraph/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-homegraph - v1-rev20260714-2.0.0 - HomeGraph API v1-rev20260714-2.0.0 + v1-rev20260724-2.0.0 + HomeGraph API v1-rev20260724-2.0.0 jar 2011 diff --git a/clients/google-api-services-homegraph/v1/README.md b/clients/google-api-services-homegraph/v1/README.md index 14451dc697e..211649c1e4e 100644 --- a/clients/google-api-services-homegraph/v1/README.md +++ b/clients/google-api-services-homegraph/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-homegraph - v1-rev20260714-2.0.0 + v1-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-homegraph:v1-rev20260714-2.0.0' + implementation 'com.google.apis:google-api-services-homegraph:v1-rev20260724-2.0.0' } ```