@@ -2281,7 +2281,8 @@ public Patch setName(java.lang.String name) {
2281
2281
* `lock_config` To suspend/resume a connection: * `suspended` To update the connection
2282
2282
* details: * `description` * `labels` * `connector_version` * `config_variables` *
2283
2283
* `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`
2285
2286
*/
2286
2287
@com.google.api.client.util.Key
2287
2288
private String updateMask;
@@ -2292,7 +2293,8 @@ public Patch setName(java.lang.String name) {
2292
2293
To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To
2293
2294
update the connection details: * `description` * `labels` * `connector_version` *
2294
2295
`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`
2296
2298
*/
2297
2299
public String getUpdateMask() {
2298
2300
return updateMask;
@@ -2306,7 +2308,8 @@ public String getUpdateMask() {
2306
2308
* `lock_config` To suspend/resume a connection: * `suspended` To update the connection
2307
2309
* details: * `description` * `labels` * `connector_version` * `config_variables` *
2308
2310
* `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`
2310
2313
*/
2311
2314
public Patch setUpdateMask(String updateMask) {
2312
2315
this.updateMask = updateMask;
@@ -7049,21 +7052,21 @@ public Create setParent(java.lang.String parent) {
7049
7052
7050
7053
/**
7051
7054
* 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])?$`.
7053
7056
*/
7054
7057
@com.google.api.client.util.Key
7055
7058
private java.lang.String endpointAttachmentId;
7056
7059
7057
7060
/** 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])?$`.
7059
7062
*/
7060
7063
public java.lang.String getEndpointAttachmentId() {
7061
7064
return endpointAttachmentId;
7062
7065
}
7063
7066
7064
7067
/**
7065
7068
* 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])?$`.
7067
7070
*/
7068
7071
public Create setEndpointAttachmentId(java.lang.String endpointAttachmentId) {
7069
7072
this.endpointAttachmentId = endpointAttachmentId;
@@ -12445,29 +12448,6 @@ public Get setName(java.lang.String name) {
12445
12448
return this;
12446
12449
}
12447
12450
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
-
12471
12451
/**
12472
12452
* Specifies which fields of the ConnectorVersion are returned in the response.
12473
12453
* Defaults to `CUSTOMER` view.
@@ -12504,8 +12484,7 @@ public Get set(String parameterName, Object value) {
12504
12484
* This request holds the parameters needed by the connectors server. After setting any optional
12505
12485
* parameters, call the {@link List#execute()} method to invoke the remote operation.
12506
12486
*
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
12509
12488
* @return the request
12510
12489
*/
12511
12490
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
12531
12510
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
12532
12511
* must be called to initialize this instance immediately after invoking the constructor. </p>
12533
12512
*
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
12536
12514
* @since 1.13
12537
12515
*/
12538
12516
protected List(java.lang.String parent) {
@@ -12610,26 +12588,16 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
12610
12588
return (List) super.setUploadProtocol(uploadProtocol);
12611
12589
}
12612
12590
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
- */
12618
12591
@com.google.api.client.util.Key
12619
12592
private java.lang.String parent;
12620
12593
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
+
12623
12596
*/
12624
12597
public java.lang.String getParent() {
12625
12598
return parent;
12626
12599
}
12627
12600
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
- */
12633
12601
public List setParent(java.lang.String parent) {
12634
12602
if (!getSuppressPatternChecks()) {
12635
12603
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
@@ -12672,29 +12640,6 @@ public List setPageToken(java.lang.String pageToken) {
12672
12640
return this;
12673
12641
}
12674
12642
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
-
12698
12643
/**
12699
12644
* Specifies which fields of the ConnectorVersion are returned in the response.
12700
12645
* Defaults to `BASIC` view.
0 commit comments