Skip to content

Commit 1b01d6a

Browse files
1 parent b7465e6 commit 1b01d6a

File tree

14 files changed

+462
-14
lines changed

14 files changed

+462
-14
lines changed

clients/google-api-services-connectors/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-connectors</artifactId>
25-
<version>v1-rev20240715-2.0.0</version>
25+
<version>v1-rev20240729-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-connectors:v1-rev20240715-2.0.0'
38+
implementation 'com.google.apis:google-api-services-connectors:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConnectorInfraConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ public final class ConnectorInfraConfig extends com.google.api.client.json.Gener
5858
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5959
private java.lang.Long internalclientRatelimitThreshold;
6060

61+
/**
62+
* Max Instance Request Conncurrency for Cloud Run service.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.Integer maxInstanceRequestConcurrency;
67+
6168
/**
6269
* Indicate whether connector is being migrated to cloud run deployment model.
6370
* The value may be {@code null}.
@@ -161,6 +168,23 @@ public ConnectorInfraConfig setInternalclientRatelimitThreshold(java.lang.Long i
161168
return this;
162169
}
163170

171+
/**
172+
* Max Instance Request Conncurrency for Cloud Run service.
173+
* @return value or {@code null} for none
174+
*/
175+
public java.lang.Integer getMaxInstanceRequestConcurrency() {
176+
return maxInstanceRequestConcurrency;
177+
}
178+
179+
/**
180+
* Max Instance Request Conncurrency for Cloud Run service.
181+
* @param maxInstanceRequestConcurrency maxInstanceRequestConcurrency or {@code null} for none
182+
*/
183+
public ConnectorInfraConfig setMaxInstanceRequestConcurrency(java.lang.Integer maxInstanceRequestConcurrency) {
184+
this.maxInstanceRequestConcurrency = maxInstanceRequestConcurrency;
185+
return this;
186+
}
187+
164188
/**
165189
* Indicate whether connector is being migrated to cloud run deployment model.
166190
* @return value or {@code null} for none

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConnectorVersion.java

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@ public final class ConnectorVersion extends com.google.api.client.json.GenericJs
104104
@com.google.api.client.util.Key
105105
private EventingConfigTemplate eventingConfigTemplate;
106106

107+
/**
108+
* Output only. Is custom actions supported.
109+
* The value may be {@code null}.
110+
*/
111+
@com.google.api.client.util.Key
112+
private java.lang.Boolean isCustomActionsSupported;
113+
114+
/**
115+
* Output only. Is custom entities supported.
116+
* The value may be {@code null}.
117+
*/
118+
@com.google.api.client.util.Key
119+
private java.lang.Boolean isCustomEntitiesSupported;
120+
107121
/**
108122
* Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation
109123
* on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
@@ -170,6 +184,20 @@ public final class ConnectorVersion extends com.google.api.client.json.GenericJs
170184
@com.google.api.client.util.Key
171185
private SupportedRuntimeFeatures supportedRuntimeFeatures;
172186

187+
/**
188+
* Output only. Supported standard actions.
189+
* The value may be {@code null}.
190+
*/
191+
@com.google.api.client.util.Key
192+
private java.util.List<StandardAction> supportedStandardActions;
193+
194+
/**
195+
* Output only. Supported standard entities.
196+
* The value may be {@code null}.
197+
*/
198+
@com.google.api.client.util.Key
199+
private java.util.List<StandardEntity> supportedStandardEntities;
200+
173201
/**
174202
* Output only. Unsupported connection types.
175203
* The value may be {@code null}.
@@ -337,6 +365,40 @@ public ConnectorVersion setEventingConfigTemplate(EventingConfigTemplate eventin
337365
return this;
338366
}
339367

368+
/**
369+
* Output only. Is custom actions supported.
370+
* @return value or {@code null} for none
371+
*/
372+
public java.lang.Boolean getIsCustomActionsSupported() {
373+
return isCustomActionsSupported;
374+
}
375+
376+
/**
377+
* Output only. Is custom actions supported.
378+
* @param isCustomActionsSupported isCustomActionsSupported or {@code null} for none
379+
*/
380+
public ConnectorVersion setIsCustomActionsSupported(java.lang.Boolean isCustomActionsSupported) {
381+
this.isCustomActionsSupported = isCustomActionsSupported;
382+
return this;
383+
}
384+
385+
/**
386+
* Output only. Is custom entities supported.
387+
* @return value or {@code null} for none
388+
*/
389+
public java.lang.Boolean getIsCustomEntitiesSupported() {
390+
return isCustomEntitiesSupported;
391+
}
392+
393+
/**
394+
* Output only. Is custom entities supported.
395+
* @param isCustomEntitiesSupported isCustomEntitiesSupported or {@code null} for none
396+
*/
397+
public ConnectorVersion setIsCustomEntitiesSupported(java.lang.Boolean isCustomEntitiesSupported) {
398+
this.isCustomEntitiesSupported = isCustomEntitiesSupported;
399+
return this;
400+
}
401+
340402
/**
341403
* Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation
342404
* on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
@@ -496,6 +558,40 @@ public ConnectorVersion setSupportedRuntimeFeatures(SupportedRuntimeFeatures sup
496558
return this;
497559
}
498560

561+
/**
562+
* Output only. Supported standard actions.
563+
* @return value or {@code null} for none
564+
*/
565+
public java.util.List<StandardAction> getSupportedStandardActions() {
566+
return supportedStandardActions;
567+
}
568+
569+
/**
570+
* Output only. Supported standard actions.
571+
* @param supportedStandardActions supportedStandardActions or {@code null} for none
572+
*/
573+
public ConnectorVersion setSupportedStandardActions(java.util.List<StandardAction> supportedStandardActions) {
574+
this.supportedStandardActions = supportedStandardActions;
575+
return this;
576+
}
577+
578+
/**
579+
* Output only. Supported standard entities.
580+
* @return value or {@code null} for none
581+
*/
582+
public java.util.List<StandardEntity> getSupportedStandardEntities() {
583+
return supportedStandardEntities;
584+
}
585+
586+
/**
587+
* Output only. Supported standard entities.
588+
* @param supportedStandardEntities supportedStandardEntities or {@code null} for none
589+
*/
590+
public ConnectorVersion setSupportedStandardEntities(java.util.List<StandardEntity> supportedStandardEntities) {
591+
this.supportedStandardEntities = supportedStandardEntities;
592+
return this;
593+
}
594+
499595
/**
500596
* Output only. Unsupported connection types.
501597
* @return value or {@code null} for none

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConnectorVersionInfraConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public final class ConnectorVersionInfraConfig extends com.google.api.client.jso
6565
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
6666
private java.lang.Long internalclientRatelimitThreshold;
6767

68+
/**
69+
* Output only. Max instance request concurrency.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.Integer maxInstanceRequestConcurrency;
74+
6875
/**
6976
* Output only. Max QPS supported by the connector version before throttling of requests.
7077
* The value may be {@code null}.
@@ -178,6 +185,23 @@ public ConnectorVersionInfraConfig setInternalclientRatelimitThreshold(java.lang
178185
return this;
179186
}
180187

188+
/**
189+
* Output only. Max instance request concurrency.
190+
* @return value or {@code null} for none
191+
*/
192+
public java.lang.Integer getMaxInstanceRequestConcurrency() {
193+
return maxInstanceRequestConcurrency;
194+
}
195+
196+
/**
197+
* Output only. Max instance request concurrency.
198+
* @param maxInstanceRequestConcurrency maxInstanceRequestConcurrency or {@code null} for none
199+
*/
200+
public ConnectorVersionInfraConfig setMaxInstanceRequestConcurrency(java.lang.Integer maxInstanceRequestConcurrency) {
201+
this.maxInstanceRequestConcurrency = maxInstanceRequestConcurrency;
202+
return this;
203+
}
204+
181205
/**
182206
* Output only. Max QPS supported by the connector version before throttling of requests.
183207
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.connectors.v1.model;
18+
19+
/**
20+
* Standard action
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Connectors API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class StandardAction extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Name of the standard action.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String name;
38+
39+
/**
40+
* Name of the standard action.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.lang.String getName() {
44+
return name;
45+
}
46+
47+
/**
48+
* Name of the standard action.
49+
* @param name name or {@code null} for none
50+
*/
51+
public StandardAction setName(java.lang.String name) {
52+
this.name = name;
53+
return this;
54+
}
55+
56+
@Override
57+
public StandardAction set(String fieldName, Object value) {
58+
return (StandardAction) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public StandardAction clone() {
63+
return (StandardAction) super.clone();
64+
}
65+
66+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.connectors.v1.model;
18+
19+
/**
20+
* Standard entity
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Connectors API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class StandardEntity extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Name of the standard entity.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String name;
38+
39+
/**
40+
* Name of the standard entity.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.lang.String getName() {
44+
return name;
45+
}
46+
47+
/**
48+
* Name of the standard entity.
49+
* @param name name or {@code null} for none
50+
*/
51+
public StandardEntity setName(java.lang.String name) {
52+
this.name = name;
53+
return this;
54+
}
55+
56+
@Override
57+
public StandardEntity set(String fieldName, Object value) {
58+
return (StandardEntity) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public StandardEntity clone() {
63+
return (StandardEntity) super.clone();
64+
}
65+
66+
}

clients/google-api-services-connectors/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-connectors</artifactId>
11-
<version>v1-rev20240715-2.0.0</version>
12-
<name>Connectors API v1-rev20240715-2.0.0</name>
11+
<version>v1-rev20240729-2.0.0</version>
12+
<name>Connectors API v1-rev20240729-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-connectors/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-connectors</artifactId>
25-
<version>v1-rev20240715-2.0.0</version>
25+
<version>v1-rev20240729-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-connectors:v1-rev20240715-2.0.0'
38+
implementation 'com.google.apis:google-api-services-connectors:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-connectors/v2/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-connectors</artifactId>
25-
<version>v2-rev20240708-2.0.0</version>
25+
<version>v2-rev20240729-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-connectors:v2-rev20240708-2.0.0'
38+
implementation 'com.google.apis:google-api-services-connectors:v2-rev20240729-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)