Skip to content

Commit d481818

Browse files
1 parent 85f4ed7 commit d481818

File tree

6 files changed

+19
-236
lines changed

6 files changed

+19
-236
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-rev20250507-2.0.0</version>
25+
<version>v1-rev20250521-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-rev20250507-2.0.0'
38+
implementation 'com.google.apis:google-api-services-connectors:v1-rev20250521-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 13 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,8 @@ public Patch setName(java.lang.String name) {
22812281
* `lock_config` To suspend/resume a connection: * `suspended` To update the connection
22822282
* details: * `description` * `labels` * `connector_version` * `config_variables` *
22832283
* `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` *
2284-
* `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`
2284+
* `eventing_enablement_type` * `eventing_config` * `auth_override_enabled` *
2285+
* `async_operations_enabled`
22852286
*/
22862287
@com.google.api.client.util.Key
22872288
private String updateMask;
@@ -2292,7 +2293,8 @@ public Patch setName(java.lang.String name) {
22922293
To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To
22932294
update the connection details: * `description` * `labels` * `connector_version` *
22942295
`config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` *
2295-
`ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`
2296+
`ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled` *
2297+
`async_operations_enabled`
22962298
*/
22972299
public String getUpdateMask() {
22982300
return updateMask;
@@ -2306,7 +2308,8 @@ public String getUpdateMask() {
23062308
* `lock_config` To suspend/resume a connection: * `suspended` To update the connection
23072309
* details: * `description` * `labels` * `connector_version` * `config_variables` *
23082310
* `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` *
2309-
* `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`
2311+
* `eventing_enablement_type` * `eventing_config` * `auth_override_enabled` *
2312+
* `async_operations_enabled`
23102313
*/
23112314
public Patch setUpdateMask(String updateMask) {
23122315
this.updateMask = updateMask;
@@ -7049,21 +7052,21 @@ public Create setParent(java.lang.String parent) {
70497052

70507053
/**
70517054
* Required. Identifier to assign to the EndpointAttachment. Must be unique within scope
7052-
* of the parent resource.
7055+
* of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
70537056
*/
70547057
@com.google.api.client.util.Key
70557058
private java.lang.String endpointAttachmentId;
70567059

70577060
/** Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent
7058-
resource.
7061+
resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
70597062
*/
70607063
public java.lang.String getEndpointAttachmentId() {
70617064
return endpointAttachmentId;
70627065
}
70637066

70647067
/**
70657068
* Required. Identifier to assign to the EndpointAttachment. Must be unique within scope
7066-
* of the parent resource.
7069+
* of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
70677070
*/
70687071
public Create setEndpointAttachmentId(java.lang.String endpointAttachmentId) {
70697072
this.endpointAttachmentId = endpointAttachmentId;
@@ -12445,29 +12448,6 @@ public Get setName(java.lang.String name) {
1244512448
return this;
1244612449
}
1244712450

12448-
/**
12449-
* Optional. Enum to control whether schema enrichment related fields should be
12450-
* included in the response.
12451-
*/
12452-
@com.google.api.client.util.Key
12453-
private java.lang.String schemaView;
12454-
12455-
/** Optional. Enum to control whether schema enrichment related fields should be included in the
12456-
response.
12457-
*/
12458-
public java.lang.String getSchemaView() {
12459-
return schemaView;
12460-
}
12461-
12462-
/**
12463-
* Optional. Enum to control whether schema enrichment related fields should be
12464-
* included in the response.
12465-
*/
12466-
public Get setSchemaView(java.lang.String schemaView) {
12467-
this.schemaView = schemaView;
12468-
return this;
12469-
}
12470-
1247112451
/**
1247212452
* Specifies which fields of the ConnectorVersion are returned in the response.
1247312453
* Defaults to `CUSTOMER` view.
@@ -12504,8 +12484,7 @@ public Get set(String parameterName, Object value) {
1250412484
* This request holds the parameters needed by the connectors server. After setting any optional
1250512485
* parameters, call the {@link List#execute()} method to invoke the remote operation.
1250612486
*
12507-
* @param parent Required. Parent resource of the connectors, of the form: `projects/locations/providers/connectors`
12508-
* Only global location is supported for ConnectorVersion resource.
12487+
* @param parent
1250912488
* @return the request
1251012489
*/
1251112490
public List list(java.lang.String parent) throws java.io.IOException {
@@ -12531,8 +12510,7 @@ public class List extends ConnectorsRequest<com.google.api.services.connectors.v
1253112510
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1253212511
* must be called to initialize this instance immediately after invoking the constructor. </p>
1253312512
*
12534-
* @param parent Required. Parent resource of the connectors, of the form: `projects/locations/providers/connectors`
12535-
* Only global location is supported for ConnectorVersion resource.
12513+
* @param parent
1253612514
* @since 1.13
1253712515
*/
1253812516
protected List(java.lang.String parent) {
@@ -12610,26 +12588,16 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1261012588
return (List) super.setUploadProtocol(uploadProtocol);
1261112589
}
1261212590

12613-
/**
12614-
* Required. Parent resource of the connectors, of the form:
12615-
* `projects/locations/providers/connectors` Only global location is supported for
12616-
* ConnectorVersion resource.
12617-
*/
1261812591
@com.google.api.client.util.Key
1261912592
private java.lang.String parent;
1262012593

12621-
/** Required. Parent resource of the connectors, of the form: `projects/locations/providers/connectors`
12622-
Only global location is supported for ConnectorVersion resource.
12594+
/**
12595+
1262312596
*/
1262412597
public java.lang.String getParent() {
1262512598
return parent;
1262612599
}
1262712600

12628-
/**
12629-
* Required. Parent resource of the connectors, of the form:
12630-
* `projects/locations/providers/connectors` Only global location is supported for
12631-
* ConnectorVersion resource.
12632-
*/
1263312601
public List setParent(java.lang.String parent) {
1263412602
if (!getSuppressPatternChecks()) {
1263512603
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
@@ -12672,29 +12640,6 @@ public List setPageToken(java.lang.String pageToken) {
1267212640
return this;
1267312641
}
1267412642

12675-
/**
12676-
* Optional. Enum to control whether schema enrichment related fields should be
12677-
* included in the response.
12678-
*/
12679-
@com.google.api.client.util.Key
12680-
private java.lang.String schemaView;
12681-
12682-
/** Optional. Enum to control whether schema enrichment related fields should be included in the
12683-
response.
12684-
*/
12685-
public java.lang.String getSchemaView() {
12686-
return schemaView;
12687-
}
12688-
12689-
/**
12690-
* Optional. Enum to control whether schema enrichment related fields should be
12691-
* included in the response.
12692-
*/
12693-
public List setSchemaView(java.lang.String schemaView) {
12694-
this.schemaView = schemaView;
12695-
return this;
12696-
}
12697-
1269812643
/**
1269912644
* Specifies which fields of the ConnectorVersion are returned in the response.
1270012645
* Defaults to `BASIC` view.

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,6 @@ public final class ConnectorVersion extends com.google.api.client.json.GenericJs
142142
@com.google.api.client.util.Key
143143
private java.lang.String name;
144144

145-
/**
146-
* Optional. The priority entity types for the connector version.
147-
* The value may be {@code null}.
148-
*/
149-
@com.google.api.client.util.Key
150-
private java.util.List<PriorityEntityType> priorityEntityTypes;
151-
152145
/**
153146
* Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
154147
* The value may be {@code null}.
@@ -463,23 +456,6 @@ public ConnectorVersion setName(java.lang.String name) {
463456
return this;
464457
}
465458

466-
/**
467-
* Optional. The priority entity types for the connector version.
468-
* @return value or {@code null} for none
469-
*/
470-
public java.util.List<PriorityEntityType> getPriorityEntityTypes() {
471-
return priorityEntityTypes;
472-
}
473-
474-
/**
475-
* Optional. The priority entity types for the connector version.
476-
* @param priorityEntityTypes priorityEntityTypes or {@code null} for none
477-
*/
478-
public ConnectorVersion setPriorityEntityTypes(java.util.List<PriorityEntityType> priorityEntityTypes) {
479-
this.priorityEntityTypes = priorityEntityTypes;
480-
return this;
481-
}
482-
483459
/**
484460
* Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
485461
* @return value or {@code null} for none

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

Lines changed: 0 additions & 138 deletions
This file was deleted.

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-rev20250507-2.0.0</version>
12-
<name>Connectors API v1-rev20250507-2.0.0</name>
11+
<version>v1-rev20250521-2.0.0</version>
12+
<name>Connectors API v1-rev20250521-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-rev20250507-2.0.0</version>
25+
<version>v1-rev20250521-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-rev20250507-2.0.0'
38+
implementation 'com.google.apis:google-api-services-connectors:v1-rev20250521-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)