google-apis-integrations_v1 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: '04208255efce3f33bd0c257d85bbd6fa1cfbeda37f9a2a25209c15975e6e8631'
         | 
| 4 | 
            +
              data.tar.gz: 676e27726e171a99ea47bc614892e2a73d841d43884383b5c9f98dc681de2428
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 670c0f3ea59fb292664d0679eb4582190c9bea7cf18a28d3110bd2332d7ee2bdef9fe955c0cc9511fabc517278fd4ac615af548a53911df5d2cb09f89cbe1c32
         | 
| 7 | 
            +
              data.tar.gz: 9ab61f27f61c5c5ffc2823c3c28634dbfa163020611ac8507b721d0a7116dabf73a1c581c9d01497fcf636952a5060afacac22a5152831c0b3f2e484274f7a62
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,13 @@ | |
| 1 1 | 
             
            # Release history for google-apis-integrations_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.9.0 (2025-04-20)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20250413
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### v0.8.0 (2025-04-06)
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Regenerated from discovery document revision 20250330
         | 
| 10 | 
            +
             | 
| 3 11 | 
             
            ### v0.7.0 (2025-03-23)
         | 
| 4 12 |  | 
| 5 13 | 
             
            * Regenerated from discovery document revision 20250316
         | 
| @@ -5525,7 +5525,7 @@ module Google | |
| 5525 5525 | 
             
                    # @return [String]
         | 
| 5526 5526 | 
             
                    attr_accessor :envoy_image_location
         | 
| 5527 5527 |  | 
| 5528 | 
            -
                    # Eventing Configuration of a connection
         | 
| 5528 | 
            +
                    # Eventing Configuration of a connection next: 18
         | 
| 5529 5529 | 
             
                    # Corresponds to the JSON property `eventingConfig`
         | 
| 5530 5530 | 
             
                    # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
         | 
| 5531 5531 | 
             
                    attr_accessor :eventing_config
         | 
| @@ -5896,7 +5896,7 @@ module Google | |
| 5896 5896 | 
             
                    end
         | 
| 5897 5897 | 
             
                  end
         | 
| 5898 5898 |  | 
| 5899 | 
            -
                  # Eventing Configuration of a connection
         | 
| 5899 | 
            +
                  # Eventing Configuration of a connection next: 18
         | 
| 5900 5900 | 
             
                  class GoogleCloudConnectorsV1EventingConfig
         | 
| 5901 5901 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 5902 5902 |  | 
| @@ -5953,6 +5953,11 @@ module Google | |
| 5953 5953 | 
             
                    # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig]
         | 
| 5954 5954 | 
             
                    attr_accessor :registration_destination_config
         | 
| 5955 5955 |  | 
| 5956 | 
            +
                    # SSL Configuration of a connection
         | 
| 5957 | 
            +
                    # Corresponds to the JSON property `sslConfig`
         | 
| 5958 | 
            +
                    # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig]
         | 
| 5959 | 
            +
                    attr_accessor :ssl_config
         | 
| 5960 | 
            +
                  
         | 
| 5956 5961 | 
             
                    def initialize(**args)
         | 
| 5957 5962 | 
             
                       update!(**args)
         | 
| 5958 5963 | 
             
                    end
         | 
| @@ -5969,6 +5974,7 @@ module Google | |
| 5969 5974 | 
             
                      @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
         | 
| 5970 5975 | 
             
                      @proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
         | 
| 5971 5976 | 
             
                      @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
         | 
| 5977 | 
            +
                      @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
         | 
| 5972 5978 | 
             
                    end
         | 
| 5973 5979 | 
             
                  end
         | 
| 5974 5980 |  | 
| @@ -6683,12 +6689,12 @@ module Google | |
| 6683 6689 | 
             
                    # @return [String]
         | 
| 6684 6690 | 
             
                    attr_accessor :override_valid_time
         | 
| 6685 6691 |  | 
| 6686 | 
            -
                    # The reason / details of the current status.
         | 
| 6692 | 
            +
                    # Output only. The reason / details of the current status.
         | 
| 6687 6693 | 
             
                    # Corresponds to the JSON property `reason`
         | 
| 6688 6694 | 
             
                    # @return [String]
         | 
| 6689 6695 | 
             
                    attr_accessor :reason
         | 
| 6690 6696 |  | 
| 6691 | 
            -
                    # The status of the auth config.
         | 
| 6697 | 
            +
                    # Output only. The status of the auth config.
         | 
| 6692 6698 | 
             
                    # Corresponds to the JSON property `state`
         | 
| 6693 6699 | 
             
                    # @return [String]
         | 
| 6694 6700 | 
             
                    attr_accessor :state
         | 
| @@ -10460,15 +10466,15 @@ module Google | |
| 10460 10466 | 
             
                    # @return [String]
         | 
| 10461 10467 | 
             
                    attr_accessor :display_name
         | 
| 10462 10468 |  | 
| 10463 | 
            -
                    # Indicated if a channel has any active integrations referencing it. | 
| 10464 | 
            -
                    # false when the channel is created, and set to true if there is any | 
| 10465 | 
            -
                    # published with the channel configured in it.
         | 
| 10469 | 
            +
                    # Output only. Indicated if a channel has any active integrations referencing it.
         | 
| 10470 | 
            +
                    # Set to false when the channel is created, and set to true if there is any
         | 
| 10471 | 
            +
                    # integration published with the channel configured in it.
         | 
| 10466 10472 | 
             
                    # Corresponds to the JSON property `isActive`
         | 
| 10467 10473 | 
             
                    # @return [Boolean]
         | 
| 10468 10474 | 
             
                    attr_accessor :is_active
         | 
| 10469 10475 | 
             
                    alias_method :is_active?, :is_active
         | 
| 10470 10476 |  | 
| 10471 | 
            -
                    # Last sfdc messsage replay id for channel
         | 
| 10477 | 
            +
                    # Output only. Last sfdc messsage replay id for channel
         | 
| 10472 10478 | 
             
                    # Corresponds to the JSON property `lastReplayId`
         | 
| 10473 10479 | 
             
                    # @return [String]
         | 
| 10474 10480 | 
             
                    attr_accessor :last_replay_id
         | 
| @@ -10537,8 +10543,8 @@ module Google | |
| 10537 10543 | 
             
                    # @return [String]
         | 
| 10538 10544 | 
             
                    attr_accessor :name
         | 
| 10539 10545 |  | 
| 10540 | 
            -
                    # URL used for API calls after authentication (the login authority is | 
| 10541 | 
            -
                    # within the referenced AuthConfig).
         | 
| 10546 | 
            +
                    # Optional. URL used for API calls after authentication (the login authority is
         | 
| 10547 | 
            +
                    # configured within the referenced AuthConfig).
         | 
| 10542 10548 | 
             
                    # Corresponds to the JSON property `serviceAuthority`
         | 
| 10543 10549 | 
             
                    # @return [String]
         | 
| 10544 10550 | 
             
                    attr_accessor :service_authority
         | 
| @@ -11478,6 +11484,27 @@ module Google | |
| 11478 11484 | 
             
                    end
         | 
| 11479 11485 | 
             
                  end
         | 
| 11480 11486 |  | 
| 11487 | 
            +
                  # Request to enable/disable http call for a provisioned client
         | 
| 11488 | 
            +
                  class GoogleCloudIntegrationsV1alphaToggleHttpRequest
         | 
| 11489 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 11490 | 
            +
                  
         | 
| 11491 | 
            +
                    # Required. REQUIRED: True if http call feature should be turned on for this
         | 
| 11492 | 
            +
                    # region
         | 
| 11493 | 
            +
                    # Corresponds to the JSON property `enableHttpCall`
         | 
| 11494 | 
            +
                    # @return [Boolean]
         | 
| 11495 | 
            +
                    attr_accessor :enable_http_call
         | 
| 11496 | 
            +
                    alias_method :enable_http_call?, :enable_http_call
         | 
| 11497 | 
            +
                  
         | 
| 11498 | 
            +
                    def initialize(**args)
         | 
| 11499 | 
            +
                       update!(**args)
         | 
| 11500 | 
            +
                    end
         | 
| 11501 | 
            +
                  
         | 
| 11502 | 
            +
                    # Update properties of this object
         | 
| 11503 | 
            +
                    def update!(**args)
         | 
| 11504 | 
            +
                      @enable_http_call = args[:enable_http_call] if args.key?(:enable_http_call)
         | 
| 11505 | 
            +
                    end
         | 
| 11506 | 
            +
                  end
         | 
| 11507 | 
            +
                  
         | 
| 11481 11508 | 
             
                  # Configuration detail of a trigger.
         | 
| 11482 11509 | 
             
                  class GoogleCloudIntegrationsV1alphaTriggerConfig
         | 
| 11483 11510 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module IntegrationsV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-integrations_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.9.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.16.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20250413"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -1732,6 +1732,12 @@ module Google | |
| 1732 1732 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1733 1733 | 
             
                  end
         | 
| 1734 1734 |  | 
| 1735 | 
            +
                  class GoogleCloudIntegrationsV1alphaToggleHttpRequest
         | 
| 1736 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1737 | 
            +
                  
         | 
| 1738 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1739 | 
            +
                  end
         | 
| 1740 | 
            +
                  
         | 
| 1735 1741 | 
             
                  class GoogleCloudIntegrationsV1alphaTriggerConfig
         | 
| 1736 1742 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1737 1743 |  | 
| @@ -3479,6 +3485,8 @@ module Google | |
| 3479 3485 |  | 
| 3480 3486 | 
             
                      property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
         | 
| 3481 3487 |  | 
| 3488 | 
            +
                      property :ssl_config, as: 'sslConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig::Representation
         | 
| 3489 | 
            +
                  
         | 
| 3482 3490 | 
             
                    end
         | 
| 3483 3491 | 
             
                  end
         | 
| 3484 3492 |  | 
| @@ -5028,6 +5036,13 @@ module Google | |
| 5028 5036 | 
             
                    end
         | 
| 5029 5037 | 
             
                  end
         | 
| 5030 5038 |  | 
| 5039 | 
            +
                  class GoogleCloudIntegrationsV1alphaToggleHttpRequest
         | 
| 5040 | 
            +
                    # @private
         | 
| 5041 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 5042 | 
            +
                      property :enable_http_call, as: 'enableHttpCall'
         | 
| 5043 | 
            +
                    end
         | 
| 5044 | 
            +
                  end
         | 
| 5045 | 
            +
                  
         | 
| 5031 5046 | 
             
                  class GoogleCloudIntegrationsV1alphaTriggerConfig
         | 
| 5032 5047 | 
             
                    # @private
         | 
| 5033 5048 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -893,6 +893,39 @@ module Google | |
| 893 893 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 894 894 | 
             
                    end
         | 
| 895 895 |  | 
| 896 | 
            +
                    # Enable/Disable http call for provisioned client
         | 
| 897 | 
            +
                    # @param [String] parent
         | 
| 898 | 
            +
                    #   Required. Required: The ID of the GCP Project to be provisioned.
         | 
| 899 | 
            +
                    # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaToggleHttpRequest] google_cloud_integrations_v1alpha_toggle_http_request_object
         | 
| 900 | 
            +
                    # @param [String] fields
         | 
| 901 | 
            +
                    #   Selector specifying which fields to include in a partial response.
         | 
| 902 | 
            +
                    # @param [String] quota_user
         | 
| 903 | 
            +
                    #   Available to use for quota purposes for server-side applications. Can be any
         | 
| 904 | 
            +
                    #   arbitrary string assigned to a user, but should not exceed 40 characters.
         | 
| 905 | 
            +
                    # @param [Google::Apis::RequestOptions] options
         | 
| 906 | 
            +
                    #   Request-specific options
         | 
| 907 | 
            +
                    #
         | 
| 908 | 
            +
                    # @yield [result, err] Result & error if block supplied
         | 
| 909 | 
            +
                    # @yieldparam result [Google::Apis::IntegrationsV1::GoogleProtobufEmpty] parsed result object
         | 
| 910 | 
            +
                    # @yieldparam err [StandardError] error object if request failed
         | 
| 911 | 
            +
                    #
         | 
| 912 | 
            +
                    # @return [Google::Apis::IntegrationsV1::GoogleProtobufEmpty]
         | 
| 913 | 
            +
                    #
         | 
| 914 | 
            +
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         | 
| 915 | 
            +
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         | 
| 916 | 
            +
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         | 
| 917 | 
            +
                    def toggle_project_location_client_http(parent, google_cloud_integrations_v1alpha_toggle_http_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
         | 
| 918 | 
            +
                      command = make_simple_command(:post, 'v1/{+parent}/clients:toggleHttp', options)
         | 
| 919 | 
            +
                      command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaToggleHttpRequest::Representation
         | 
| 920 | 
            +
                      command.request_object = google_cloud_integrations_v1alpha_toggle_http_request_object
         | 
| 921 | 
            +
                      command.response_representation = Google::Apis::IntegrationsV1::GoogleProtobufEmpty::Representation
         | 
| 922 | 
            +
                      command.response_class = Google::Apis::IntegrationsV1::GoogleProtobufEmpty
         | 
| 923 | 
            +
                      command.params['parent'] = parent unless parent.nil?
         | 
| 924 | 
            +
                      command.query['fields'] = fields unless fields.nil?
         | 
| 925 | 
            +
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         | 
| 926 | 
            +
                      execute_or_queue_command(command, &block)
         | 
| 927 | 
            +
                    end
         | 
| 928 | 
            +
                    
         | 
| 896 929 | 
             
                    # Creates a cloud function project.
         | 
| 897 930 | 
             
                    # @param [String] parent
         | 
| 898 931 | 
             
                    #   Required. The project that the executed integration belongs to.
         | 
| @@ -1156,9 +1189,6 @@ module Google | |
| 1156 1189 | 
             
                    # @param [String] name
         | 
| 1157 1190 | 
             
                    #   Required. The integration resource name. Format: projects/`gcp_project_id`/
         | 
| 1158 1191 | 
             
                    #   locations/`location`/integrations/`integration_id`
         | 
| 1159 | 
            -
                    # @param [String] gcp_cloud_events_mode
         | 
| 1160 | 
            -
                    #   Optional. LINT: LEGACY_NAMES The query parameter value for
         | 
| 1161 | 
            -
                    #   __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
         | 
| 1162 1192 | 
             
                    # @param [String] trigger_id
         | 
| 1163 1193 | 
             
                    #   Required. Id of the integration trigger config. The trigger_id is in the
         | 
| 1164 1194 | 
             
                    #   format: `integration_connector_trigger/projects/`gcp_project_id`/location/`
         | 
| @@ -1180,12 +1210,11 @@ module Google | |
| 1180 1210 | 
             
                    # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
         | 
| 1181 1211 | 
             
                    # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
         | 
| 1182 1212 | 
             
                    # @raise [Google::Apis::AuthorizationError] Authorization is required
         | 
| 1183 | 
            -
                    def execute_project_location_integration_event(name,  | 
| 1213 | 
            +
                    def execute_project_location_integration_event(name, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
         | 
| 1184 1214 | 
             
                      command = make_simple_command(:post, 'v1/{+name}:executeEvent', options)
         | 
| 1185 1215 | 
             
                      command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse::Representation
         | 
| 1186 1216 | 
             
                      command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
         | 
| 1187 1217 | 
             
                      command.params['name'] = name unless name.nil?
         | 
| 1188 | 
            -
                      command.query['GCPCloudEventsMode'] = gcp_cloud_events_mode unless gcp_cloud_events_mode.nil?
         | 
| 1189 1218 | 
             
                      command.query['triggerId'] = trigger_id unless trigger_id.nil?
         | 
| 1190 1219 | 
             
                      command.query['fields'] = fields unless fields.nil?
         | 
| 1191 1220 | 
             
                      command.query['quotaUser'] = quota_user unless quota_user.nil?
         | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-integrations_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.9.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            bindir: bin
         | 
| 9 9 | 
             
            cert_chain: []
         | 
| 10 | 
            -
            date: 2025- | 
| 10 | 
            +
            date: 2025-04-20 00:00:00.000000000 Z
         | 
| 11 11 | 
             
            dependencies:
         | 
| 12 12 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 13 13 | 
             
              name: google-apis-core
         | 
| @@ -57,7 +57,7 @@ licenses: | |
| 57 57 | 
             
            metadata:
         | 
| 58 58 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 59 59 | 
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1/CHANGELOG.md
         | 
| 60 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0. | 
| 60 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.9.0
         | 
| 61 61 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
         | 
| 62 62 | 
             
            rdoc_options: []
         | 
| 63 63 | 
             
            require_paths:
         |