|
529 | 529 | "type": "string"
|
530 | 530 | },
|
531 | 531 | "updateMask": {
|
532 |
| - "description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`", |
| 532 | + "description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled` * `async_operations_enabled`", |
533 | 533 | "format": "google-fieldmask",
|
534 | 534 | "location": "query",
|
535 | 535 | "type": "string"
|
|
1506 | 1506 | ],
|
1507 | 1507 | "parameters": {
|
1508 | 1508 | "endpointAttachmentId": {
|
1509 |
| - "description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.", |
| 1509 | + "description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.", |
1510 | 1510 | "location": "query",
|
1511 | 1511 | "type": "string"
|
1512 | 1512 | },
|
|
2600 | 2600 | "required": true,
|
2601 | 2601 | "type": "string"
|
2602 | 2602 | },
|
2603 |
| - "schemaView": { |
2604 |
| - "description": "Optional. Enum to control whether schema enrichment related fields should be included in the response.", |
2605 |
| - "enum": [ |
2606 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED", |
2607 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_BASIC", |
2608 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED" |
2609 |
| - ], |
2610 |
| - "enumDescriptions": [ |
2611 |
| - "VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.", |
2612 |
| - "Return basic connector version schema.", |
2613 |
| - "Return enriched connector version schema." |
2614 |
| - ], |
2615 |
| - "location": "query", |
2616 |
| - "type": "string" |
2617 |
| - }, |
2618 | 2603 | "view": {
|
2619 | 2604 | "description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.",
|
2620 | 2605 | "enum": [
|
|
2660 | 2645 | "type": "string"
|
2661 | 2646 | },
|
2662 | 2647 | "parent": {
|
2663 |
| - "description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource.", |
2664 | 2648 | "location": "path",
|
2665 | 2649 | "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+$",
|
2666 | 2650 | "required": true,
|
2667 | 2651 | "type": "string"
|
2668 | 2652 | },
|
2669 |
| - "schemaView": { |
2670 |
| - "description": "Optional. Enum to control whether schema enrichment related fields should be included in the response.", |
2671 |
| - "enum": [ |
2672 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED", |
2673 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_BASIC", |
2674 |
| - "CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED" |
2675 |
| - ], |
2676 |
| - "enumDescriptions": [ |
2677 |
| - "VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.", |
2678 |
| - "Return basic connector version schema.", |
2679 |
| - "Return enriched connector version schema." |
2680 |
| - ], |
2681 |
| - "location": "query", |
2682 |
| - "type": "string" |
2683 |
| - }, |
2684 | 2653 | "view": {
|
2685 | 2654 | "description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `BASIC` view.",
|
2686 | 2655 | "enum": [
|
|
2783 | 2752 | }
|
2784 | 2753 | }
|
2785 | 2754 | },
|
2786 |
| - "revision": "20250507", |
| 2755 | + "revision": "20250521", |
2787 | 2756 | "rootUrl": "https://connectors.googleapis.com/",
|
2788 | 2757 | "schemas": {
|
2789 | 2758 | "AuditConfig": {
|
|
3959 | 3928 | "readOnly": true,
|
3960 | 3929 | "type": "string"
|
3961 | 3930 | },
|
3962 |
| - "priorityEntityTypes": { |
3963 |
| - "description": "Optional. The priority entity types for the connector version.", |
3964 |
| - "items": { |
3965 |
| - "$ref": "PriorityEntityType" |
3966 |
| - }, |
3967 |
| - "type": "array" |
3968 |
| - }, |
3969 | 3931 | "releaseVersion": {
|
3970 | 3932 | "description": "Output only. ReleaseVersion of the connector, for example: \"1.0.1-alpha\".",
|
3971 | 3933 | "readOnly": true,
|
|
7622 | 7584 | },
|
7623 | 7585 | "type": "object"
|
7624 | 7586 | },
|
7625 |
| - "PriorityEntityType": { |
7626 |
| - "description": "PriorityEntityType represents an entity type with its associated priority and order.", |
7627 |
| - "id": "PriorityEntityType", |
7628 |
| - "properties": { |
7629 |
| - "description": { |
7630 |
| - "description": "The description of the entity type.", |
7631 |
| - "type": "string" |
7632 |
| - }, |
7633 |
| - "id": { |
7634 |
| - "description": "The entity type.", |
7635 |
| - "type": "string" |
7636 |
| - }, |
7637 |
| - "order": { |
7638 |
| - "description": "The order of the entity type within its priority group.", |
7639 |
| - "format": "int32", |
7640 |
| - "type": "integer" |
7641 |
| - }, |
7642 |
| - "priority": { |
7643 |
| - "description": "The priority of the entity type, such as P0, P1, etc.", |
7644 |
| - "type": "string" |
7645 |
| - } |
7646 |
| - }, |
7647 |
| - "type": "object" |
7648 |
| - }, |
7649 | 7587 | "Provider": {
|
7650 | 7588 | "description": "Provider indicates the owner who provides the connectors.",
|
7651 | 7589 | "id": "Provider",
|
|
0 commit comments