Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-compute/beta/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>beta-rev20260629-2.0.0</version>
<version>beta-rev20260709-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-compute:beta-rev20260629-2.0.0'
implementation 'com.google.apis:google-api-services-compute:beta-rev20260709-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public Error clone() {
}

/**
* Model definition for InstanceGroupManagerResizeRequestStatusErrorErrors.
* Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {

Expand Down Expand Up @@ -286,42 +286,49 @@ public Errors clone() {
}

/**
* Model definition for InstanceGroupManagerResizeRequestStatusErrorErrorsErrorDetails.
* 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() {
return errorInfo;
}

/**
* Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
Expand All @@ -330,13 +337,15 @@ 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() {
return help;
}

/**
* Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
Expand All @@ -345,13 +354,15 @@ 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() {
return localizedMessage;
}

/**
* A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
Expand All @@ -360,13 +371,15 @@ 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() {
return quotaInfo;
}

/**
* Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public Error clone() {
}

/**
* Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors.
* Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {

Expand Down Expand Up @@ -235,42 +235,49 @@ public Errors clone() {
}

/**
* Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrorsErrorDetails.
* 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() {
return errorInfo;
}

/**
* Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
Expand All @@ -279,13 +286,15 @@ 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() {
return help;
}

/**
* Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
Expand All @@ -294,13 +303,15 @@ 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() {
return localizedMessage;
}

/**
* A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
Expand All @@ -309,13 +320,15 @@ 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() {
return quotaInfo;
}

/**
* Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ public Error clone() {
}

/**
* Model definition for
* InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsErrorErrors.
* Represents a single error encountered during the processing of an operation.
*/
public static final class Errors extends com.google.api.client.json.GenericJson {

Expand Down Expand Up @@ -264,43 +263,49 @@ public Errors clone() {
}

/**
* Model definition for InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
* ErrorErrorsErrorDetails.
* 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() {
return errorInfo;
}

/**
* Error information containing structured domain, reason, and metadata.
* @param errorInfo errorInfo or {@code null} for none
*/
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
Expand All @@ -309,13 +314,15 @@ 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() {
return help;
}

/**
* Links and information to help the user resolve the error.
* @param help help or {@code null} for none
*/
public ErrorDetails setHelp(Help help) {
Expand All @@ -324,13 +331,15 @@ 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() {
return localizedMessage;
}

/**
* A localized human-readable error message intended for end users.
* @param localizedMessage localizedMessage or {@code null} for none
*/
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
Expand All @@ -339,13 +348,15 @@ 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() {
return quotaInfo;
}

/**
* Details about quota limits and metrics when a quota is exceeded.
* @param quotaInfo quotaInfo or {@code null} for none
*/
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {
Expand Down
Loading
Loading