lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb in google-cloud-orchestration-airflow-service-v1-1.2.0 vs lib/google/cloud/orchestration/airflow/service/v1/environments/rest/client.rb in google-cloud-orchestration-airflow-service-v1-1.3.0

- old
+ new

@@ -1019,11 +1019,11 @@ ## # Lists workloads in a Cloud Composer environment. Workload is a unit that # runs a single Composer component. # # This method is supported for Cloud Composer environments in versions - # composer-3.*.*-airflow-*.*.* and newer. + # composer-2.*.*-airflow-*.*.* and newer. # # @overload list_workloads(request, options = nil) # Pass arguments to `list_workloads` via a request object, either of type # {::Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsRequest} or an equivalent Hash. # @@ -2485,9 +2485,16 @@ # * (`Google::Auth::Credentials`) A googleauth credentials object # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials)) # * (`Signet::OAuth2::Client`) A signet oauth2 client object # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client)) # * (`nil`) indicating no credentials + # + # Warning: If you accept a credential configuration (JSON file or Hash) from an + # external source for authentication to Google Cloud, you must validate it before + # providing it to a Google API client library. Providing an unvalidated credential + # configuration to Google APIs can compromise the security of your systems and data. + # For more information, refer to [Validate credential configurations from external + # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials). # @return [::Object] # @!attribute [rw] scope # The OAuth scopes # @return [::Array<::String>] # @!attribute [rw] lib_name