diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/README.md b/clients/google-api-services-deploymentmanager/alpha/2.0.0/README.md index e997c5a099e..6b2eff4e930 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/README.md +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-deploymentmanager - alpha-rev20260312-2.0.0 + alpha-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20260312-2.0.0' + implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20260827-2.0.0' } ``` diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java index 672c8ed02c7..cc1540d35f2 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java @@ -17,7 +17,7 @@ package com.google.api.services.deploymentmanager.model; /** - * Model definition for FirewallPolicyRuleOperationMetadata. + * Metadata for FirewallPolicyRule operations. * *

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 Deployment Manager V2 API. For a detailed @@ -31,16 +31,16 @@ public final class FirewallPolicyRuleOperationMetadata extends com.google.api.client.json.GenericJson { /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer allocatedPriority; /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * @return value or {@code null} for none */ public java.lang.Integer getAllocatedPriority() { @@ -48,8 +48,8 @@ public java.lang.Integer getAllocatedPriority() { } /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * @param allocatedPriority allocatedPriority or {@code null} for none */ public FirewallPolicyRuleOperationMetadata setAllocatedPriority(java.lang.Integer allocatedPriority) { diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java new file mode 100644 index 00000000000..210c607e208 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java @@ -0,0 +1,67 @@ +/* + * 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.deploymentmanager.model; + +/** + * Metadata for GetHealth operations. + * + *

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 Deployment Manager V2 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 GetHealthOperationMetadata extends com.google.api.client.json.GenericJson { + + /** + * Output only. The health information. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private GetHealthOperationMetadataHealthInfo healthInfo; + + /** + * Output only. The health information. + * @return value or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo getHealthInfo() { + return healthInfo; + } + + /** + * Output only. The health information. + * @param healthInfo healthInfo or {@code null} for none + */ + public GetHealthOperationMetadata setHealthInfo(GetHealthOperationMetadataHealthInfo healthInfo) { + this.healthInfo = healthInfo; + return this; + } + + @Override + public GetHealthOperationMetadata set(String fieldName, Object value) { + return (GetHealthOperationMetadata) super.set(fieldName, value); + } + + @Override + public GetHealthOperationMetadata clone() { + return (GetHealthOperationMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java new file mode 100644 index 00000000000..fe3880e6e44 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java @@ -0,0 +1,163 @@ +/* + * 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.deploymentmanager.model; + +/** + * Health information. + * + *

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 Deployment Manager V2 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 GetHealthOperationMetadataHealthInfo extends com.google.api.client.json.GenericJson { + + /** + * Output only. The availability SLO status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String availabilitySloStatus; + + /** + * Output only. The health status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String healthStatus; + + /** + * Output only. The repair category. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String repairCategory; + + /** + * Output only. The reason for unhealthy status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String unhealthyReason; + + /** + * Output only. The time when health info was updated. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private String updateTime; + + /** + * Output only. The availability SLO status. + * @return value or {@code null} for none + */ + public java.lang.String getAvailabilitySloStatus() { + return availabilitySloStatus; + } + + /** + * Output only. The availability SLO status. + * @param availabilitySloStatus availabilitySloStatus or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setAvailabilitySloStatus(java.lang.String availabilitySloStatus) { + this.availabilitySloStatus = availabilitySloStatus; + return this; + } + + /** + * Output only. The health status. + * @return value or {@code null} for none + */ + public java.lang.String getHealthStatus() { + return healthStatus; + } + + /** + * Output only. The health status. + * @param healthStatus healthStatus or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setHealthStatus(java.lang.String healthStatus) { + this.healthStatus = healthStatus; + return this; + } + + /** + * Output only. The repair category. + * @return value or {@code null} for none + */ + public java.lang.String getRepairCategory() { + return repairCategory; + } + + /** + * Output only. The repair category. + * @param repairCategory repairCategory or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setRepairCategory(java.lang.String repairCategory) { + this.repairCategory = repairCategory; + return this; + } + + /** + * Output only. The reason for unhealthy status. + * @return value or {@code null} for none + */ + public java.lang.String getUnhealthyReason() { + return unhealthyReason; + } + + /** + * Output only. The reason for unhealthy status. + * @param unhealthyReason unhealthyReason or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setUnhealthyReason(java.lang.String unhealthyReason) { + this.unhealthyReason = unhealthyReason; + return this; + } + + /** + * Output only. The time when health info was updated. + * @return value or {@code null} for none + */ + public String getUpdateTime() { + return updateTime; + } + + /** + * Output only. The time when health info was updated. + * @param updateTime updateTime or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setUpdateTime(String updateTime) { + this.updateTime = updateTime; + return this; + } + + @Override + public GetHealthOperationMetadataHealthInfo set(String fieldName, Object value) { + return (GetHealthOperationMetadataHealthInfo) super.set(fieldName, value); + } + + @Override + public GetHealthOperationMetadataHealthInfo clone() { + return (GetHealthOperationMetadataHealthInfo) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java index efda1dcd541..c6c48ac1f58 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java @@ -31,24 +31,21 @@ public final class GetVersionOperationMetadataSbomInfo extends com.google.api.client.json.GenericJson { /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.Map currentComponentVersions; /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.Map targetComponentVersions; /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * @return value or {@code null} for none */ public java.util.Map getCurrentComponentVersions() { @@ -56,8 +53,7 @@ public java.util.Map getCurrentComponentVersions() { } /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * @param currentComponentVersions currentComponentVersions or {@code null} for none */ public GetVersionOperationMetadataSbomInfo setCurrentComponentVersions(java.util.Map currentComponentVersions) { @@ -66,8 +62,7 @@ public GetVersionOperationMetadataSbomInfo setCurrentComponentVersions(java.util } /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * @return value or {@code null} for none */ public java.util.Map getTargetComponentVersions() { @@ -75,8 +70,7 @@ public java.util.Map getTargetComponentVersions() { } /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * @param targetComponentVersions targetComponentVersions or {@code null} for none */ public GetVersionOperationMetadataSbomInfo setTargetComponentVersions(java.util.Map targetComponentVersions) { diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java new file mode 100644 index 00000000000..7954a054952 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java @@ -0,0 +1,67 @@ +/* + * 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.deploymentmanager.model; + +/** + * [Output Only] Operation metadata for instances.troubleshoot. + * + *

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 Deployment Manager V2 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 InstancesTroubleshootOperationMetadata extends com.google.api.client.json.GenericJson { + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String troubleshootOutput; + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * @return value or {@code null} for none + */ + public java.lang.String getTroubleshootOutput() { + return troubleshootOutput; + } + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * @param troubleshootOutput troubleshootOutput or {@code null} for none + */ + public InstancesTroubleshootOperationMetadata setTroubleshootOutput(java.lang.String troubleshootOutput) { + this.troubleshootOutput = troubleshootOutput; + return this; + } + + @Override + public InstancesTroubleshootOperationMetadata set(String fieldName, Object value) { + return (InstancesTroubleshootOperationMetadata) super.set(fieldName, value); + } + + @Override + public InstancesTroubleshootOperationMetadata clone() { + return (InstancesTroubleshootOperationMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java index 6674615e32c..eb79ff664a1 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java @@ -61,6 +61,13 @@ public final class Operation extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String description; + /** + * [Output Only] Extended details about the operation's execution. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private OperationDetails details; + /** * [Output Only] The time that this operation was completed. This value is in RFC3339 text format. * The value may be {@code null}. @@ -77,11 +84,21 @@ public final class Operation extends com.google.api.client.json.GenericJson { private Error error; /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * The value may be {@code null}. */ @com.google.api.client.util.Key private FirewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata; + /** + * Output only. Metadata for GetHealth operations. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private GetHealthOperationMetadata getHealthOperationMetadata; + /** * The value may be {@code null}. */ @@ -125,6 +142,13 @@ public final class Operation extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private InstancesBulkInsertOperationMetadata instancesBulkInsertOperationMetadata; + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private InstancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata; + /** * Output only. [Output Only] Type of the resource. Always `compute#operation` for Operation * resources. @@ -327,6 +351,23 @@ public Operation setDescription(java.lang.String description) { return this; } + /** + * [Output Only] Extended details about the operation's execution. + * @return value or {@code null} for none + */ + public OperationDetails getDetails() { + return details; + } + + /** + * [Output Only] Extended details about the operation's execution. + * @param details details or {@code null} for none + */ + public Operation setDetails(OperationDetails details) { + this.details = details; + return this; + } + /** * [Output Only] The time that this operation was completed. This value is in RFC3339 text format. * @return value or {@code null} for none @@ -364,6 +405,9 @@ public Operation setError(Error error) { } /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * @return value or {@code null} for none */ public FirewallPolicyRuleOperationMetadata getFirewallPolicyRuleOperationMetadata() { @@ -371,6 +415,9 @@ public FirewallPolicyRuleOperationMetadata getFirewallPolicyRuleOperationMetadat } /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * @param firewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata or {@code null} for none */ public Operation setFirewallPolicyRuleOperationMetadata(FirewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata) { @@ -378,6 +425,23 @@ public Operation setFirewallPolicyRuleOperationMetadata(FirewallPolicyRuleOperat return this; } + /** + * Output only. Metadata for GetHealth operations. + * @return value or {@code null} for none + */ + public GetHealthOperationMetadata getGetHealthOperationMetadata() { + return getHealthOperationMetadata; + } + + /** + * Output only. Metadata for GetHealth operations. + * @param getHealthOperationMetadata getHealthOperationMetadata or {@code null} for none + */ + public Operation setGetHealthOperationMetadata(GetHealthOperationMetadata getHealthOperationMetadata) { + this.getHealthOperationMetadata = getHealthOperationMetadata; + return this; + } + /** * @return value or {@code null} for none */ @@ -482,6 +546,23 @@ public Operation setInstancesBulkInsertOperationMetadata(InstancesBulkInsertOper return this; } + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * @return value or {@code null} for none + */ + public InstancesTroubleshootOperationMetadata getInstancesTroubleshootOperationMetadata() { + return instancesTroubleshootOperationMetadata; + } + + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * @param instancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata or {@code null} for none + */ + public Operation setInstancesTroubleshootOperationMetadata(InstancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata) { + this.instancesTroubleshootOperationMetadata = instancesTroubleshootOperationMetadata; + return this; + } + /** * Output only. [Output Only] Type of the resource. Always `compute#operation` for Operation * resources. @@ -875,7 +956,7 @@ public Error clone() { } /** - * Model definition for OperationErrorErrors. + * Represents a single error encountered during the processing of an operation. */ public static final class Errors extends com.google.api.client.json.GenericJson { @@ -897,6 +978,8 @@ public static final class Errors extends com.google.api.client.json.GenericJson private java.lang.String code; /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -973,6 +1056,8 @@ public Errors setCode(java.lang.String code) { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @return value or {@code null} for none */ public DebugInfo getDebugInfo() { @@ -980,6 +1065,8 @@ public DebugInfo getDebugInfo() { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @param debugInfo debugInfo or {@code null} for none */ public Errors setDebugInfo(DebugInfo debugInfo) { @@ -1055,35 +1142,41 @@ public Errors clone() { } /** - * Model definition for OperationErrorErrorsErrorDetails. + * Container for structured error details providing additional context specific to the encountered + * error code. */ public static final class ErrorDetails extends com.google.api.client.json.GenericJson { /** + * Error information containing structured domain, reason, and metadata. * The value may be {@code null}. */ @com.google.api.client.util.Key private ErrorInfo errorInfo; /** + * Links and information to help the user resolve the error. * The value may be {@code null}. */ @com.google.api.client.util.Key private Help help; /** + * A localized human-readable error message intended for end users. * The value may be {@code null}. */ @com.google.api.client.util.Key private LocalizedMessage localizedMessage; /** + * Details about quota limits and metrics when a quota is exceeded. * The value may be {@code null}. */ @com.google.api.client.util.Key private QuotaExceededInfo quotaInfo; /** + * Error information containing structured domain, reason, and metadata. * @return value or {@code null} for none */ public ErrorInfo getErrorInfo() { @@ -1091,6 +1184,7 @@ public ErrorInfo getErrorInfo() { } /** + * Error information containing structured domain, reason, and metadata. * @param errorInfo errorInfo or {@code null} for none */ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { @@ -1099,6 +1193,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { } /** + * Links and information to help the user resolve the error. * @return value or {@code null} for none */ public Help getHelp() { @@ -1106,6 +1201,7 @@ public Help getHelp() { } /** + * Links and information to help the user resolve the error. * @param help help or {@code null} for none */ public ErrorDetails setHelp(Help help) { @@ -1114,6 +1210,7 @@ public ErrorDetails setHelp(Help help) { } /** + * A localized human-readable error message intended for end users. * @return value or {@code null} for none */ public LocalizedMessage getLocalizedMessage() { @@ -1121,6 +1218,7 @@ public LocalizedMessage getLocalizedMessage() { } /** + * A localized human-readable error message intended for end users. * @param localizedMessage localizedMessage or {@code null} for none */ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { @@ -1129,6 +1227,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { } /** + * Details about quota limits and metrics when a quota is exceeded. * @return value or {@code null} for none */ public QuotaExceededInfo getQuotaInfo() { @@ -1136,6 +1235,7 @@ public QuotaExceededInfo getQuotaInfo() { } /** + * Details about quota limits and metrics when a quota is exceeded. * @param quotaInfo quotaInfo or {@code null} for none */ public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) { @@ -1172,7 +1272,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -1212,7 +1312,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -1221,7 +1321,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java new file mode 100644 index 00000000000..a180ad7b571 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java @@ -0,0 +1,91 @@ +/* + * 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.deploymentmanager.model; + +/** + * Model definition for OperationDetails. + * + *

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 Deployment Manager V2 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 OperationDetails extends com.google.api.client.json.GenericJson { + + /** + * Machine readable data from the message. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.Map data; + + /** + * Human or AI readable details on execution of the operation. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String message; + + /** + * Machine readable data from the message. + * @return value or {@code null} for none + */ + public java.util.Map getData() { + return data; + } + + /** + * Machine readable data from the message. + * @param data data or {@code null} for none + */ + public OperationDetails setData(java.util.Map data) { + this.data = data; + return this; + } + + /** + * Human or AI readable details on execution of the operation. + * @return value or {@code null} for none + */ + public java.lang.String getMessage() { + return message; + } + + /** + * Human or AI readable details on execution of the operation. + * @param message message or {@code null} for none + */ + public OperationDetails setMessage(java.lang.String message) { + this.message = message; + return this; + } + + @Override + public OperationDetails set(String fieldName, Object value) { + return (OperationDetails) super.set(fieldName, value); + } + + @Override + public OperationDetails clone() { + return (OperationDetails) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java index b6dbff3594b..9dad9af2db1 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java @@ -412,7 +412,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -452,7 +452,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -461,7 +461,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java index 86261233434..fd7588ce1ba 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java @@ -347,7 +347,7 @@ public Error clone() { } /** - * Model definition for ResourceUpdateErrorErrors. + * Represents a single error encountered during the processing of an operation. */ public static final class Errors extends com.google.api.client.json.GenericJson { @@ -369,6 +369,8 @@ public static final class Errors extends com.google.api.client.json.GenericJson private java.lang.String code; /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -445,6 +447,8 @@ public Errors setCode(java.lang.String code) { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @return value or {@code null} for none */ public DebugInfo getDebugInfo() { @@ -452,6 +456,8 @@ public DebugInfo getDebugInfo() { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @param debugInfo debugInfo or {@code null} for none */ public Errors setDebugInfo(DebugInfo debugInfo) { @@ -527,35 +533,41 @@ public Errors clone() { } /** - * Model definition for ResourceUpdateErrorErrorsErrorDetails. + * Container for structured error details providing additional context specific to the encountered + * error code. */ public static final class ErrorDetails extends com.google.api.client.json.GenericJson { /** + * Error information containing structured domain, reason, and metadata. * The value may be {@code null}. */ @com.google.api.client.util.Key private ErrorInfo errorInfo; /** + * Links and information to help the user resolve the error. * The value may be {@code null}. */ @com.google.api.client.util.Key private Help help; /** + * A localized human-readable error message intended for end users. * The value may be {@code null}. */ @com.google.api.client.util.Key private LocalizedMessage localizedMessage; /** + * Details about quota limits and metrics when a quota is exceeded. * The value may be {@code null}. */ @com.google.api.client.util.Key private QuotaExceededInfo quotaInfo; /** + * Error information containing structured domain, reason, and metadata. * @return value or {@code null} for none */ public ErrorInfo getErrorInfo() { @@ -563,6 +575,7 @@ public ErrorInfo getErrorInfo() { } /** + * Error information containing structured domain, reason, and metadata. * @param errorInfo errorInfo or {@code null} for none */ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { @@ -571,6 +584,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { } /** + * Links and information to help the user resolve the error. * @return value or {@code null} for none */ public Help getHelp() { @@ -578,6 +592,7 @@ public Help getHelp() { } /** + * Links and information to help the user resolve the error. * @param help help or {@code null} for none */ public ErrorDetails setHelp(Help help) { @@ -586,6 +601,7 @@ public ErrorDetails setHelp(Help help) { } /** + * A localized human-readable error message intended for end users. * @return value or {@code null} for none */ public LocalizedMessage getLocalizedMessage() { @@ -593,6 +609,7 @@ public LocalizedMessage getLocalizedMessage() { } /** + * A localized human-readable error message intended for end users. * @param localizedMessage localizedMessage or {@code null} for none */ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { @@ -601,6 +618,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { } /** + * Details about quota limits and metrics when a quota is exceeded. * @return value or {@code null} for none */ public QuotaExceededInfo getQuotaInfo() { @@ -608,6 +626,7 @@ public QuotaExceededInfo getQuotaInfo() { } /** + * Details about quota limits and metrics when a quota is exceeded. * @param quotaInfo quotaInfo or {@code null} for none */ public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) { @@ -644,7 +663,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -684,7 +703,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -693,7 +712,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/alpha/2.0.0/pom.xml b/clients/google-api-services-deploymentmanager/alpha/2.0.0/pom.xml index fe16dc7c300..96ab74216a3 100644 --- a/clients/google-api-services-deploymentmanager/alpha/2.0.0/pom.xml +++ b/clients/google-api-services-deploymentmanager/alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-deploymentmanager - alpha-rev20260312-2.0.0 - Cloud Deployment Manager V2 API alpha-rev20260312-2.0.0 + alpha-rev20260827-2.0.0 + Cloud Deployment Manager V2 API alpha-rev20260827-2.0.0 jar 2011 diff --git a/clients/google-api-services-deploymentmanager/alpha/README.md b/clients/google-api-services-deploymentmanager/alpha/README.md index e997c5a099e..6b2eff4e930 100644 --- a/clients/google-api-services-deploymentmanager/alpha/README.md +++ b/clients/google-api-services-deploymentmanager/alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-deploymentmanager - alpha-rev20260312-2.0.0 + alpha-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20260312-2.0.0' + implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20260827-2.0.0' } ``` diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/README.md b/clients/google-api-services-deploymentmanager/v2/2.0.0/README.md index 16aa4392c41..8b2b8ab2447 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/README.md +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-deploymentmanager - v2-rev20260312-2.0.0 + v2-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20260312-2.0.0' + implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20260827-2.0.0' } ``` diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java index 672c8ed02c7..cc1540d35f2 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/FirewallPolicyRuleOperationMetadata.java @@ -17,7 +17,7 @@ package com.google.api.services.deploymentmanager.model; /** - * Model definition for FirewallPolicyRuleOperationMetadata. + * Metadata for FirewallPolicyRule operations. * *

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 Deployment Manager V2 API. For a detailed @@ -31,16 +31,16 @@ public final class FirewallPolicyRuleOperationMetadata extends com.google.api.client.json.GenericJson { /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer allocatedPriority; /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * @return value or {@code null} for none */ public java.lang.Integer getAllocatedPriority() { @@ -48,8 +48,8 @@ public java.lang.Integer getAllocatedPriority() { } /** - * The priority allocated for the firewall policy rule if query parameters specified - * minPriority/maxPriority. + * Output only. [Output Only] The priority allocated for the firewall policy rule if query + * parameters specified minPriority/maxPriority. * @param allocatedPriority allocatedPriority or {@code null} for none */ public FirewallPolicyRuleOperationMetadata setAllocatedPriority(java.lang.Integer allocatedPriority) { diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java new file mode 100644 index 00000000000..210c607e208 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadata.java @@ -0,0 +1,67 @@ +/* + * 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.deploymentmanager.model; + +/** + * Metadata for GetHealth operations. + * + *

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 Deployment Manager V2 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 GetHealthOperationMetadata extends com.google.api.client.json.GenericJson { + + /** + * Output only. The health information. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private GetHealthOperationMetadataHealthInfo healthInfo; + + /** + * Output only. The health information. + * @return value or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo getHealthInfo() { + return healthInfo; + } + + /** + * Output only. The health information. + * @param healthInfo healthInfo or {@code null} for none + */ + public GetHealthOperationMetadata setHealthInfo(GetHealthOperationMetadataHealthInfo healthInfo) { + this.healthInfo = healthInfo; + return this; + } + + @Override + public GetHealthOperationMetadata set(String fieldName, Object value) { + return (GetHealthOperationMetadata) super.set(fieldName, value); + } + + @Override + public GetHealthOperationMetadata clone() { + return (GetHealthOperationMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java new file mode 100644 index 00000000000..fe3880e6e44 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetHealthOperationMetadataHealthInfo.java @@ -0,0 +1,163 @@ +/* + * 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.deploymentmanager.model; + +/** + * Health information. + * + *

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 Deployment Manager V2 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 GetHealthOperationMetadataHealthInfo extends com.google.api.client.json.GenericJson { + + /** + * Output only. The availability SLO status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String availabilitySloStatus; + + /** + * Output only. The health status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String healthStatus; + + /** + * Output only. The repair category. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String repairCategory; + + /** + * Output only. The reason for unhealthy status. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String unhealthyReason; + + /** + * Output only. The time when health info was updated. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private String updateTime; + + /** + * Output only. The availability SLO status. + * @return value or {@code null} for none + */ + public java.lang.String getAvailabilitySloStatus() { + return availabilitySloStatus; + } + + /** + * Output only. The availability SLO status. + * @param availabilitySloStatus availabilitySloStatus or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setAvailabilitySloStatus(java.lang.String availabilitySloStatus) { + this.availabilitySloStatus = availabilitySloStatus; + return this; + } + + /** + * Output only. The health status. + * @return value or {@code null} for none + */ + public java.lang.String getHealthStatus() { + return healthStatus; + } + + /** + * Output only. The health status. + * @param healthStatus healthStatus or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setHealthStatus(java.lang.String healthStatus) { + this.healthStatus = healthStatus; + return this; + } + + /** + * Output only. The repair category. + * @return value or {@code null} for none + */ + public java.lang.String getRepairCategory() { + return repairCategory; + } + + /** + * Output only. The repair category. + * @param repairCategory repairCategory or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setRepairCategory(java.lang.String repairCategory) { + this.repairCategory = repairCategory; + return this; + } + + /** + * Output only. The reason for unhealthy status. + * @return value or {@code null} for none + */ + public java.lang.String getUnhealthyReason() { + return unhealthyReason; + } + + /** + * Output only. The reason for unhealthy status. + * @param unhealthyReason unhealthyReason or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setUnhealthyReason(java.lang.String unhealthyReason) { + this.unhealthyReason = unhealthyReason; + return this; + } + + /** + * Output only. The time when health info was updated. + * @return value or {@code null} for none + */ + public String getUpdateTime() { + return updateTime; + } + + /** + * Output only. The time when health info was updated. + * @param updateTime updateTime or {@code null} for none + */ + public GetHealthOperationMetadataHealthInfo setUpdateTime(String updateTime) { + this.updateTime = updateTime; + return this; + } + + @Override + public GetHealthOperationMetadataHealthInfo set(String fieldName, Object value) { + return (GetHealthOperationMetadataHealthInfo) super.set(fieldName, value); + } + + @Override + public GetHealthOperationMetadataHealthInfo clone() { + return (GetHealthOperationMetadataHealthInfo) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java index efda1dcd541..c6c48ac1f58 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/GetVersionOperationMetadataSbomInfo.java @@ -31,24 +31,21 @@ public final class GetVersionOperationMetadataSbomInfo extends com.google.api.client.json.GenericJson { /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.Map currentComponentVersions; /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.Map targetComponentVersions; /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * @return value or {@code null} for none */ public java.util.Map getCurrentComponentVersions() { @@ -56,8 +53,7 @@ public java.util.Map getCurrentComponentVersions() { } /** - * SBOM versions currently applied to the resource. The key is the component name and the value is - * the version. + * A mapping of components to their currently-applied versions or other appropriate identifiers. * @param currentComponentVersions currentComponentVersions or {@code null} for none */ public GetVersionOperationMetadataSbomInfo setCurrentComponentVersions(java.util.Map currentComponentVersions) { @@ -66,8 +62,7 @@ public GetVersionOperationMetadataSbomInfo setCurrentComponentVersions(java.util } /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * @return value or {@code null} for none */ public java.util.Map getTargetComponentVersions() { @@ -75,8 +70,7 @@ public java.util.Map getTargetComponentVersions() { } /** - * SBOM versions scheduled for the next maintenance. The key is the component name and the value - * is the version. + * A mapping of components to their target versions or other appropriate identifiers. * @param targetComponentVersions targetComponentVersions or {@code null} for none */ public GetVersionOperationMetadataSbomInfo setTargetComponentVersions(java.util.Map targetComponentVersions) { diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java new file mode 100644 index 00000000000..7954a054952 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/InstancesTroubleshootOperationMetadata.java @@ -0,0 +1,67 @@ +/* + * 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.deploymentmanager.model; + +/** + * [Output Only] Operation metadata for instances.troubleshoot. + * + *

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 Deployment Manager V2 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 InstancesTroubleshootOperationMetadata extends com.google.api.client.json.GenericJson { + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String troubleshootOutput; + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * @return value or {@code null} for none + */ + public java.lang.String getTroubleshootOutput() { + return troubleshootOutput; + } + + /** + * Output only. [Output Only] Serialized output of the troubleshooting diagnostic run. + * @param troubleshootOutput troubleshootOutput or {@code null} for none + */ + public InstancesTroubleshootOperationMetadata setTroubleshootOutput(java.lang.String troubleshootOutput) { + this.troubleshootOutput = troubleshootOutput; + return this; + } + + @Override + public InstancesTroubleshootOperationMetadata set(String fieldName, Object value) { + return (InstancesTroubleshootOperationMetadata) super.set(fieldName, value); + } + + @Override + public InstancesTroubleshootOperationMetadata clone() { + return (InstancesTroubleshootOperationMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java index 6674615e32c..eb79ff664a1 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Operation.java @@ -61,6 +61,13 @@ public final class Operation extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String description; + /** + * [Output Only] Extended details about the operation's execution. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private OperationDetails details; + /** * [Output Only] The time that this operation was completed. This value is in RFC3339 text format. * The value may be {@code null}. @@ -77,11 +84,21 @@ public final class Operation extends com.google.api.client.json.GenericJson { private Error error; /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * The value may be {@code null}. */ @com.google.api.client.util.Key private FirewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata; + /** + * Output only. Metadata for GetHealth operations. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private GetHealthOperationMetadata getHealthOperationMetadata; + /** * The value may be {@code null}. */ @@ -125,6 +142,13 @@ public final class Operation extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private InstancesBulkInsertOperationMetadata instancesBulkInsertOperationMetadata; + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private InstancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata; + /** * Output only. [Output Only] Type of the resource. Always `compute#operation` for Operation * resources. @@ -327,6 +351,23 @@ public Operation setDescription(java.lang.String description) { return this; } + /** + * [Output Only] Extended details about the operation's execution. + * @return value or {@code null} for none + */ + public OperationDetails getDetails() { + return details; + } + + /** + * [Output Only] Extended details about the operation's execution. + * @param details details or {@code null} for none + */ + public Operation setDetails(OperationDetails details) { + this.details = details; + return this; + } + /** * [Output Only] The time that this operation was completed. This value is in RFC3339 text format. * @return value or {@code null} for none @@ -364,6 +405,9 @@ public Operation setError(Error error) { } /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * @return value or {@code null} for none */ public FirewallPolicyRuleOperationMetadata getFirewallPolicyRuleOperationMetadata() { @@ -371,6 +415,9 @@ public FirewallPolicyRuleOperationMetadata getFirewallPolicyRuleOperationMetadat } /** + * Output only. [Output Only] Metadata containing the allocated priority from the + * networkFirewallPolicies.addRule and regionNetworkFirewallPolicies.addRule methods if not + * explicitly provided by the user. * @param firewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata or {@code null} for none */ public Operation setFirewallPolicyRuleOperationMetadata(FirewallPolicyRuleOperationMetadata firewallPolicyRuleOperationMetadata) { @@ -378,6 +425,23 @@ public Operation setFirewallPolicyRuleOperationMetadata(FirewallPolicyRuleOperat return this; } + /** + * Output only. Metadata for GetHealth operations. + * @return value or {@code null} for none + */ + public GetHealthOperationMetadata getGetHealthOperationMetadata() { + return getHealthOperationMetadata; + } + + /** + * Output only. Metadata for GetHealth operations. + * @param getHealthOperationMetadata getHealthOperationMetadata or {@code null} for none + */ + public Operation setGetHealthOperationMetadata(GetHealthOperationMetadata getHealthOperationMetadata) { + this.getHealthOperationMetadata = getHealthOperationMetadata; + return this; + } + /** * @return value or {@code null} for none */ @@ -482,6 +546,23 @@ public Operation setInstancesBulkInsertOperationMetadata(InstancesBulkInsertOper return this; } + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * @return value or {@code null} for none + */ + public InstancesTroubleshootOperationMetadata getInstancesTroubleshootOperationMetadata() { + return instancesTroubleshootOperationMetadata; + } + + /** + * Output only. [Output Only] Operation metadata for instances.troubleshoot. + * @param instancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata or {@code null} for none + */ + public Operation setInstancesTroubleshootOperationMetadata(InstancesTroubleshootOperationMetadata instancesTroubleshootOperationMetadata) { + this.instancesTroubleshootOperationMetadata = instancesTroubleshootOperationMetadata; + return this; + } + /** * Output only. [Output Only] Type of the resource. Always `compute#operation` for Operation * resources. @@ -875,7 +956,7 @@ public Error clone() { } /** - * Model definition for OperationErrorErrors. + * Represents a single error encountered during the processing of an operation. */ public static final class Errors extends com.google.api.client.json.GenericJson { @@ -897,6 +978,8 @@ public static final class Errors extends com.google.api.client.json.GenericJson private java.lang.String code; /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -973,6 +1056,8 @@ public Errors setCode(java.lang.String code) { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @return value or {@code null} for none */ public DebugInfo getDebugInfo() { @@ -980,6 +1065,8 @@ public DebugInfo getDebugInfo() { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @param debugInfo debugInfo or {@code null} for none */ public Errors setDebugInfo(DebugInfo debugInfo) { @@ -1055,35 +1142,41 @@ public Errors clone() { } /** - * Model definition for OperationErrorErrorsErrorDetails. + * Container for structured error details providing additional context specific to the encountered + * error code. */ public static final class ErrorDetails extends com.google.api.client.json.GenericJson { /** + * Error information containing structured domain, reason, and metadata. * The value may be {@code null}. */ @com.google.api.client.util.Key private ErrorInfo errorInfo; /** + * Links and information to help the user resolve the error. * The value may be {@code null}. */ @com.google.api.client.util.Key private Help help; /** + * A localized human-readable error message intended for end users. * The value may be {@code null}. */ @com.google.api.client.util.Key private LocalizedMessage localizedMessage; /** + * Details about quota limits and metrics when a quota is exceeded. * The value may be {@code null}. */ @com.google.api.client.util.Key private QuotaExceededInfo quotaInfo; /** + * Error information containing structured domain, reason, and metadata. * @return value or {@code null} for none */ public ErrorInfo getErrorInfo() { @@ -1091,6 +1184,7 @@ public ErrorInfo getErrorInfo() { } /** + * Error information containing structured domain, reason, and metadata. * @param errorInfo errorInfo or {@code null} for none */ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { @@ -1099,6 +1193,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { } /** + * Links and information to help the user resolve the error. * @return value or {@code null} for none */ public Help getHelp() { @@ -1106,6 +1201,7 @@ public Help getHelp() { } /** + * Links and information to help the user resolve the error. * @param help help or {@code null} for none */ public ErrorDetails setHelp(Help help) { @@ -1114,6 +1210,7 @@ public ErrorDetails setHelp(Help help) { } /** + * A localized human-readable error message intended for end users. * @return value or {@code null} for none */ public LocalizedMessage getLocalizedMessage() { @@ -1121,6 +1218,7 @@ public LocalizedMessage getLocalizedMessage() { } /** + * A localized human-readable error message intended for end users. * @param localizedMessage localizedMessage or {@code null} for none */ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { @@ -1129,6 +1227,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { } /** + * Details about quota limits and metrics when a quota is exceeded. * @return value or {@code null} for none */ public QuotaExceededInfo getQuotaInfo() { @@ -1136,6 +1235,7 @@ public QuotaExceededInfo getQuotaInfo() { } /** + * Details about quota limits and metrics when a quota is exceeded. * @param quotaInfo quotaInfo or {@code null} for none */ public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) { @@ -1172,7 +1272,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -1212,7 +1312,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -1221,7 +1321,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java new file mode 100644 index 00000000000..a180ad7b571 --- /dev/null +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/OperationDetails.java @@ -0,0 +1,91 @@ +/* + * 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.deploymentmanager.model; + +/** + * Model definition for OperationDetails. + * + *

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 Deployment Manager V2 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 OperationDetails extends com.google.api.client.json.GenericJson { + + /** + * Machine readable data from the message. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.Map data; + + /** + * Human or AI readable details on execution of the operation. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String message; + + /** + * Machine readable data from the message. + * @return value or {@code null} for none + */ + public java.util.Map getData() { + return data; + } + + /** + * Machine readable data from the message. + * @param data data or {@code null} for none + */ + public OperationDetails setData(java.util.Map data) { + this.data = data; + return this; + } + + /** + * Human or AI readable details on execution of the operation. + * @return value or {@code null} for none + */ + public java.lang.String getMessage() { + return message; + } + + /** + * Human or AI readable details on execution of the operation. + * @param message message or {@code null} for none + */ + public OperationDetails setMessage(java.lang.String message) { + this.message = message; + return this; + } + + @Override + public OperationDetails set(String fieldName, Object value) { + return (OperationDetails) super.set(fieldName, value); + } + + @Override + public OperationDetails clone() { + return (OperationDetails) super.clone(); + } + +} diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java index 5f90411badc..8466d35a74d 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/Resource.java @@ -361,7 +361,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -401,7 +401,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -410,7 +410,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java index 85b8da4ff2d..c30b78b4fe3 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/ResourceUpdate.java @@ -296,7 +296,7 @@ public Error clone() { } /** - * Model definition for ResourceUpdateErrorErrors. + * Represents a single error encountered during the processing of an operation. */ public static final class Errors extends com.google.api.client.json.GenericJson { @@ -318,6 +318,8 @@ public static final class Errors extends com.google.api.client.json.GenericJson private java.lang.String code; /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -394,6 +396,8 @@ public Errors setCode(java.lang.String code) { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @return value or {@code null} for none */ public DebugInfo getDebugInfo() { @@ -401,6 +405,8 @@ public DebugInfo getDebugInfo() { } /** + * Output only. [Output Only] Advanced debugging information with stack traces and other + * diagnostic details for the error. * @param debugInfo debugInfo or {@code null} for none */ public Errors setDebugInfo(DebugInfo debugInfo) { @@ -476,35 +482,41 @@ public Errors clone() { } /** - * Model definition for ResourceUpdateErrorErrorsErrorDetails. + * Container for structured error details providing additional context specific to the encountered + * error code. */ public static final class ErrorDetails extends com.google.api.client.json.GenericJson { /** + * Error information containing structured domain, reason, and metadata. * The value may be {@code null}. */ @com.google.api.client.util.Key private ErrorInfo errorInfo; /** + * Links and information to help the user resolve the error. * The value may be {@code null}. */ @com.google.api.client.util.Key private Help help; /** + * A localized human-readable error message intended for end users. * The value may be {@code null}. */ @com.google.api.client.util.Key private LocalizedMessage localizedMessage; /** + * Details about quota limits and metrics when a quota is exceeded. * The value may be {@code null}. */ @com.google.api.client.util.Key private QuotaExceededInfo quotaInfo; /** + * Error information containing structured domain, reason, and metadata. * @return value or {@code null} for none */ public ErrorInfo getErrorInfo() { @@ -512,6 +524,7 @@ public ErrorInfo getErrorInfo() { } /** + * Error information containing structured domain, reason, and metadata. * @param errorInfo errorInfo or {@code null} for none */ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { @@ -520,6 +533,7 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) { } /** + * Links and information to help the user resolve the error. * @return value or {@code null} for none */ public Help getHelp() { @@ -527,6 +541,7 @@ public Help getHelp() { } /** + * Links and information to help the user resolve the error. * @param help help or {@code null} for none */ public ErrorDetails setHelp(Help help) { @@ -535,6 +550,7 @@ public ErrorDetails setHelp(Help help) { } /** + * A localized human-readable error message intended for end users. * @return value or {@code null} for none */ public LocalizedMessage getLocalizedMessage() { @@ -542,6 +558,7 @@ public LocalizedMessage getLocalizedMessage() { } /** + * A localized human-readable error message intended for end users. * @param localizedMessage localizedMessage or {@code null} for none */ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { @@ -550,6 +567,7 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) { } /** + * Details about quota limits and metrics when a quota is exceeded. * @return value or {@code null} for none */ public QuotaExceededInfo getQuotaInfo() { @@ -557,6 +575,7 @@ public QuotaExceededInfo getQuotaInfo() { } /** + * Details about quota limits and metrics when a quota is exceeded. * @param quotaInfo quotaInfo or {@code null} for none */ public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) { @@ -593,7 +612,7 @@ public static final class Warnings extends com.google.api.client.json.GenericJso /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -633,7 +652,7 @@ public Warnings setCode(java.lang.String code) { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @return value or {@code null} for none */ public java.util.List getData() { @@ -642,7 +661,7 @@ public java.util.List getData() { /** * [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": - * "scope", "value": "zones/us-east1-d" } + * "scope", "value": "zones/us-east1-d" }] * @param data data or {@code null} for none */ public Warnings setData(java.util.List data) { diff --git a/clients/google-api-services-deploymentmanager/v2/2.0.0/pom.xml b/clients/google-api-services-deploymentmanager/v2/2.0.0/pom.xml index e28b44422b5..8b39af85064 100644 --- a/clients/google-api-services-deploymentmanager/v2/2.0.0/pom.xml +++ b/clients/google-api-services-deploymentmanager/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-deploymentmanager - v2-rev20260312-2.0.0 - Cloud Deployment Manager V2 API v2-rev20260312-2.0.0 + v2-rev20260827-2.0.0 + Cloud Deployment Manager V2 API v2-rev20260827-2.0.0 jar 2011 diff --git a/clients/google-api-services-deploymentmanager/v2/README.md b/clients/google-api-services-deploymentmanager/v2/README.md index 16aa4392c41..8b2b8ab2447 100644 --- a/clients/google-api-services-deploymentmanager/v2/README.md +++ b/clients/google-api-services-deploymentmanager/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-deploymentmanager - v2-rev20260312-2.0.0 + v2-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20260312-2.0.0' + implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20260827-2.0.0' } ```