lib/google/cloud/orchestration/airflow/service/v1/environments/operations.rb in google-cloud-orchestration-airflow-service-v1-0.6.0 vs lib/google/cloud/orchestration/airflow/service/v1/environments/operations.rb in google-cloud-orchestration-airflow-service-v1-0.6.1

- old
+ new

@@ -664,10 +664,12 @@ # @return [::String] # class Configuration extend ::Gapic::Config - config_attr :endpoint, "composer.googleapis.com", ::String + DEFAULT_ENDPOINT = "composer.googleapis.com" + + config_attr :endpoint, DEFAULT_ENDPOINT, ::String config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC allowed.any? { |klass| klass === value } end