lib/google/cloud/talent/v4/event_service/rest/client.rb in google-cloud-talent-v4-0.13.0 vs lib/google/cloud/talent/v4/event_service/rest/client.rb in google-cloud-talent-v4-1.0.0

- old
+ new

@@ -31,10 +31,13 @@ # # A service handles client event report. # class Client # @private + API_VERSION = "" + + # @private DEFAULT_ENDPOINT_TEMPLATE = "jobs.$UNIVERSE_DOMAIN$" include Paths # @private @@ -219,15 +222,16 @@ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h # Customize the options with defaults call_metadata = @config.rpcs.create_client_event.metadata.to_h - # Set x-goog-api-client and x-goog-user-project headers + # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \ lib_name: @config.lib_name, lib_version: @config.lib_version, gapic_version: ::Google::Cloud::Talent::V4::VERSION, transports_version_send: [:rest] + call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty? call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id options.apply_defaults timeout: @config.rpcs.create_client_event.timeout, metadata: call_metadata, retry_policy: @config.rpcs.create_client_event.retry_policy