@@ -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.
0 commit comments