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-alloydb/v1/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-alloydb</artifactId>
<version>v1-rev20260723-2.0.0</version>
<version>v1-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260730-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -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.alloydb.v1.model;

/**
* AlloyDbInternalDebugInfo contains internal debugging information for AlloyDB errors. It is
* explicitly kept out of the allowlist (errors.yaml) to ensure it is sanitized (stripped) by
* OnePlatform for all external requests. Used only to carry internal error details to across
* UPC/FlowLib boundary for ObservabilityInfo.
*
* <p> 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 AlloyDB API. For a detailed explanation see:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class AlloydbClhErrorsAlloyDbInternalDebugInfo extends com.google.api.client.json.GenericJson {

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String originalError;

/**
* @return value or {@code null} for none
*/
public java.lang.String getOriginalError() {
return originalError;
}

/**
* @param originalError originalError or {@code null} for none
*/
public AlloydbClhErrorsAlloyDbInternalDebugInfo setOriginalError(java.lang.String originalError) {
this.originalError = originalError;
return this;
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo set(String fieldName, Object value) {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.set(fieldName, value);
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo clone() {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.clone();
}

}
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-alloydb</artifactId>
<version>v1-rev20260723-2.0.0</version>
<name>AlloyDB API v1-rev20260723-2.0.0</name>
<version>v1-rev20260730-2.0.0</version>
<name>AlloyDB API v1-rev20260730-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1/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-alloydb</artifactId>
<version>v1-rev20260723-2.0.0</version>
<version>v1-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260730-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1alpha/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-alloydb</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<version>v1alpha-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260730-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -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.alloydb.v1alpha.model;

/**
* AlloyDbInternalDebugInfo contains internal debugging information for AlloyDB errors. It is
* explicitly kept out of the allowlist (errors.yaml) to ensure it is sanitized (stripped) by
* OnePlatform for all external requests. Used only to carry internal error details to across
* UPC/FlowLib boundary for ObservabilityInfo.
*
* <p> 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 AlloyDB API. For a detailed explanation see:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class AlloydbClhErrorsAlloyDbInternalDebugInfo extends com.google.api.client.json.GenericJson {

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String originalError;

/**
* @return value or {@code null} for none
*/
public java.lang.String getOriginalError() {
return originalError;
}

/**
* @param originalError originalError or {@code null} for none
*/
public AlloydbClhErrorsAlloyDbInternalDebugInfo setOriginalError(java.lang.String originalError) {
this.originalError = originalError;
return this;
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo set(String fieldName, Object value) {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.set(fieldName, value);
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo clone() {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.clone();
}

}
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1alpha/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-alloydb</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<name>AlloyDB API v1alpha-rev20260723-2.0.0</name>
<version>v1alpha-rev20260730-2.0.0</version>
<name>AlloyDB API v1alpha-rev20260730-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1alpha/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-alloydb</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<version>v1alpha-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20260730-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1beta/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-alloydb</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<version>v1beta-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260730-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -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.alloydb.v1beta.model;

/**
* AlloyDbInternalDebugInfo contains internal debugging information for AlloyDB errors. It is
* explicitly kept out of the allowlist (errors.yaml) to ensure it is sanitized (stripped) by
* OnePlatform for all external requests. Used only to carry internal error details to across
* UPC/FlowLib boundary for ObservabilityInfo.
*
* <p> 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 AlloyDB API. For a detailed explanation see:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class AlloydbClhErrorsAlloyDbInternalDebugInfo extends com.google.api.client.json.GenericJson {

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String originalError;

/**
* @return value or {@code null} for none
*/
public java.lang.String getOriginalError() {
return originalError;
}

/**
* @param originalError originalError or {@code null} for none
*/
public AlloydbClhErrorsAlloyDbInternalDebugInfo setOriginalError(java.lang.String originalError) {
this.originalError = originalError;
return this;
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo set(String fieldName, Object value) {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.set(fieldName, value);
}

@Override
public AlloydbClhErrorsAlloyDbInternalDebugInfo clone() {
return (AlloydbClhErrorsAlloyDbInternalDebugInfo) super.clone();
}

}
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1beta/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-alloydb</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<name>AlloyDB API v1beta-rev20260723-2.0.0</name>
<version>v1beta-rev20260730-2.0.0</version>
<name>AlloyDB API v1beta-rev20260730-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1beta/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-alloydb</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<version>v1beta-rev20260730-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20260730-2.0.0'
}
```

Expand Down
Loading