Skip to content

Commit 646b00a

Browse files
1 parent 2d959cd commit 646b00a

File tree

4 files changed

+136
-6
lines changed

4 files changed

+136
-6
lines changed

clients/google-api-services-integrations/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-integrations</artifactId>
25-
<version>v1-rev20250720-2.0.0</version>
25+
<version>v1-rev20250922-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-integrations:v1-rev20250720-2.0.0'
38+
implementation 'com.google.apis:google-api-services-integrations:v1-rev20250922-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-integrations/v1/2.0.0/com/google/api/services/integrations/v1/Integrations.java

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9509,6 +9509,136 @@ public Publish set(String parameterName, Object value) {
95099509
return (Publish) super.set(parameterName, value);
95109510
}
95119511
}
9512+
/**
9513+
* Execute the integration in draft state
9514+
*
9515+
* Create a request for the method "versions.test".
9516+
*
9517+
* This request holds the parameters needed by the integrations server. After setting any optional
9518+
* parameters, call the {@link Test#execute()} method to invoke the remote operation.
9519+
*
9520+
* @param name Output only. Auto-generated primary key.
9521+
* @param content the {@link com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest}
9522+
* @return the request
9523+
*/
9524+
public Test test(java.lang.String name, com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest content) throws java.io.IOException {
9525+
Test result = new Test(name, content);
9526+
initialize(result);
9527+
return result;
9528+
}
9529+
9530+
public class Test extends IntegrationsRequest<com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsResponse> {
9531+
9532+
private static final String REST_PATH = "v1/{+name}:test";
9533+
9534+
private final java.util.regex.Pattern NAME_PATTERN =
9535+
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/integrations/[^/]+/versions/[^/]+$");
9536+
9537+
/**
9538+
* Execute the integration in draft state
9539+
*
9540+
* Create a request for the method "versions.test".
9541+
*
9542+
* This request holds the parameters needed by the the integrations server. After setting any
9543+
* optional parameters, call the {@link Test#execute()} method to invoke the remote operation. <p>
9544+
* {@link Test#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
9545+
* must be called to initialize this instance immediately after invoking the constructor. </p>
9546+
*
9547+
* @param name Output only. Auto-generated primary key.
9548+
* @param content the {@link com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest}
9549+
* @since 1.13
9550+
*/
9551+
protected Test(java.lang.String name, com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest content) {
9552+
super(Integrations.this, "POST", REST_PATH, content, com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsResponse.class);
9553+
this.name = com.google.api.client.util.Preconditions.checkNotNull(name, "Required parameter name must be specified.");
9554+
if (!getSuppressPatternChecks()) {
9555+
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
9556+
"Parameter name must conform to the pattern " +
9557+
"^projects/[^/]+/locations/[^/]+/integrations/[^/]+/versions/[^/]+$");
9558+
}
9559+
}
9560+
9561+
@Override
9562+
public Test set$Xgafv(java.lang.String $Xgafv) {
9563+
return (Test) super.set$Xgafv($Xgafv);
9564+
}
9565+
9566+
@Override
9567+
public Test setAccessToken(java.lang.String accessToken) {
9568+
return (Test) super.setAccessToken(accessToken);
9569+
}
9570+
9571+
@Override
9572+
public Test setAlt(java.lang.String alt) {
9573+
return (Test) super.setAlt(alt);
9574+
}
9575+
9576+
@Override
9577+
public Test setCallback(java.lang.String callback) {
9578+
return (Test) super.setCallback(callback);
9579+
}
9580+
9581+
@Override
9582+
public Test setFields(java.lang.String fields) {
9583+
return (Test) super.setFields(fields);
9584+
}
9585+
9586+
@Override
9587+
public Test setKey(java.lang.String key) {
9588+
return (Test) super.setKey(key);
9589+
}
9590+
9591+
@Override
9592+
public Test setOauthToken(java.lang.String oauthToken) {
9593+
return (Test) super.setOauthToken(oauthToken);
9594+
}
9595+
9596+
@Override
9597+
public Test setPrettyPrint(java.lang.Boolean prettyPrint) {
9598+
return (Test) super.setPrettyPrint(prettyPrint);
9599+
}
9600+
9601+
@Override
9602+
public Test setQuotaUser(java.lang.String quotaUser) {
9603+
return (Test) super.setQuotaUser(quotaUser);
9604+
}
9605+
9606+
@Override
9607+
public Test setUploadType(java.lang.String uploadType) {
9608+
return (Test) super.setUploadType(uploadType);
9609+
}
9610+
9611+
@Override
9612+
public Test setUploadProtocol(java.lang.String uploadProtocol) {
9613+
return (Test) super.setUploadProtocol(uploadProtocol);
9614+
}
9615+
9616+
/** Output only. Auto-generated primary key. */
9617+
@com.google.api.client.util.Key
9618+
private java.lang.String name;
9619+
9620+
/** Output only. Auto-generated primary key.
9621+
*/
9622+
public java.lang.String getName() {
9623+
return name;
9624+
}
9625+
9626+
/** Output only. Auto-generated primary key. */
9627+
public Test setName(java.lang.String name) {
9628+
if (!getSuppressPatternChecks()) {
9629+
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
9630+
"Parameter name must conform to the pattern " +
9631+
"^projects/[^/]+/locations/[^/]+/integrations/[^/]+/versions/[^/]+$");
9632+
}
9633+
this.name = name;
9634+
return this;
9635+
}
9636+
9637+
@Override
9638+
public Test set(String parameterName, Object value) {
9639+
return (Test) super.set(parameterName, value);
9640+
}
9641+
}
95129642
/**
95139643
* Sets the status of the ACTIVE integration to SNAPSHOT with a new tag "PREVIOUSLY_PUBLISHED" after
95149644
* validating it. The "HEAD" and "PUBLISH_REQUESTED" tags do not change. This RPC throws an

clients/google-api-services-integrations/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-integrations</artifactId>
11-
<version>v1-rev20250720-2.0.0</version>
12-
<name>Application Integration API v1-rev20250720-2.0.0</name>
11+
<version>v1-rev20250922-2.0.0</version>
12+
<name>Application Integration API v1-rev20250922-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-integrations/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-integrations</artifactId>
25-
<version>v1-rev20250720-2.0.0</version>
25+
<version>v1-rev20250922-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-integrations:v1-rev20250720-2.0.0'
38+
implementation 'com.google.apis:google-api-services-integrations:v1-rev20250922-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)