@@ -501,7 +501,7 @@ def listen_connection_event(resource_path, listen_event_request_object = nil, fi
501501 # update the connection details: * `description` * `labels` * `connector_version`
502502 # * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
503503 # `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` *
504- # `auth_override_enabled`
504+ # `auth_override_enabled` * `async_operations_enabled`
505505 # @param [String] fields
506506 # Selector specifying which fields to include in a partial response.
507507 # @param [String] quota_user
@@ -1539,7 +1539,8 @@ def withdraw_custom_connector_version(name, withdraw_custom_connector_version_re
15391539 # @param [Google::Apis::ConnectorsV1::EndpointAttachment] endpoint_attachment_object
15401540 # @param [String] endpoint_attachment_id
15411541 # Required. Identifier to assign to the EndpointAttachment. Must be unique
1542- # within scope of the parent resource.
1542+ # within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]`0,61`[a-
1543+ # z0-9])?$`.
15431544 # @param [String] fields
15441545 # Selector specifying which fields to include in a partial response.
15451546 # @param [String] quota_user
@@ -2714,9 +2715,6 @@ def fetch_project_location_provider_connector_version_auth_schema(name, view: ni
27142715 # Required. Resource name of the form: `projects/*/locations/*/providers/*/
27152716 # connectors/*/versions/*` Only global location is supported for
27162717 # ConnectorVersion resource.
2717- # @param [String] schema_view
2718- # Optional. Enum to control whether schema enrichment related fields should be
2719- # included in the response.
27202718 # @param [String] view
27212719 # Specifies which fields of the ConnectorVersion are returned in the response.
27222720 # Defaults to `CUSTOMER` view.
@@ -2737,12 +2735,11 @@ def fetch_project_location_provider_connector_version_auth_schema(name, view: ni
27372735 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
27382736 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
27392737 # @raise [Google::Apis::AuthorizationError] Authorization is required
2740- def get_project_location_provider_connector_version ( name , schema_view : nil , view : nil , fields : nil , quota_user : nil , options : nil , &block )
2738+ def get_project_location_provider_connector_version ( name , view : nil , fields : nil , quota_user : nil , options : nil , &block )
27412739 command = make_simple_command ( :get , 'v1/{+name}' , options )
27422740 command . response_representation = Google ::Apis ::ConnectorsV1 ::ConnectorVersion ::Representation
27432741 command . response_class = Google ::Apis ::ConnectorsV1 ::ConnectorVersion
27442742 command . params [ 'name' ] = name unless name . nil?
2745- command . query [ 'schemaView' ] = schema_view unless schema_view . nil?
27462743 command . query [ 'view' ] = view unless view . nil?
27472744 command . query [ 'fields' ] = fields unless fields . nil?
27482745 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
@@ -2751,16 +2748,10 @@ def get_project_location_provider_connector_version(name, schema_view: nil, view
27512748
27522749 # Lists Connector Versions in a given project and location.
27532750 # @param [String] parent
2754- # Required. Parent resource of the connectors, of the form: `projects/*/
2755- # locations/*/providers/*/connectors/*` Only global location is supported for
2756- # ConnectorVersion resource.
27572751 # @param [Fixnum] page_size
27582752 # Page size.
27592753 # @param [String] page_token
27602754 # Page token.
2761- # @param [String] schema_view
2762- # Optional. Enum to control whether schema enrichment related fields should be
2763- # included in the response.
27642755 # @param [String] view
27652756 # Specifies which fields of the ConnectorVersion are returned in the response.
27662757 # Defaults to `BASIC` view.
@@ -2781,14 +2772,13 @@ def get_project_location_provider_connector_version(name, schema_view: nil, view
27812772 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
27822773 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
27832774 # @raise [Google::Apis::AuthorizationError] Authorization is required
2784- def list_project_location_provider_connector_versions ( parent , page_size : nil , page_token : nil , schema_view : nil , view : nil , fields : nil , quota_user : nil , options : nil , &block )
2775+ def list_project_location_provider_connector_versions ( parent , page_size : nil , page_token : nil , view : nil , fields : nil , quota_user : nil , options : nil , &block )
27852776 command = make_simple_command ( :get , 'v1/{+parent}/versions' , options )
27862777 command . response_representation = Google ::Apis ::ConnectorsV1 ::ListConnectorVersionsResponse ::Representation
27872778 command . response_class = Google ::Apis ::ConnectorsV1 ::ListConnectorVersionsResponse
27882779 command . params [ 'parent' ] = parent unless parent . nil?
27892780 command . query [ 'pageSize' ] = page_size unless page_size . nil?
27902781 command . query [ 'pageToken' ] = page_token unless page_token . nil?
2791- command . query [ 'schemaView' ] = schema_view unless schema_view . nil?
27922782 command . query [ 'view' ] = view unless view . nil?
27932783 command . query [ 'fields' ] = fields unless fields . nil?
27942784 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
0 commit comments