google-cloud-orchestration-airflow-service 1.5.1 → 1.5.2

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: e566e6122fe391f72666b944113fe99014d8c14c1558d2a91808dfde2664234f
4
- data.tar.gz: 6f1404674bd2c94e5541a2ae20171b124364145d56731fa78c64beacbe5097cf
3
+ metadata.gz: 7700e579a6e034bef56603181d2106e8043014443e996b2e968742b42cedcb71
4
+ data.tar.gz: bfbf6427b678e388b6ebfbadfd9c51026874f4dcdcc9dc711db2e1f06fa0e3ac
5
5
  SHA512:
6
- metadata.gz: 730a313d422f5cfc2897f7a245224f5f071cd084cf8e9ab3c471ea2dad68abc7d2bafd8c841fe8255276ff964ef58b76ee9727500504ef9e241f014f3ac9d8fa
7
- data.tar.gz: 07a48f52ef243ddc53ff0cf5cb2ce0691de7cf0538eabdb5c2753ddddb1561fd24dd13ee8dbf6a2d72c8716a9ebd4db95ce58ab5aa9e7d5921f4fd8a539784eb
6
+ metadata.gz: 148e78acb204601d02ade4674a52286c2f88d4b23dec20b45dd9f89b75811389de035885e9736ccfbee7583a0da35233bc2fad98cc1d13cd0be4e351b88615a7
7
+ data.tar.gz: b33e57fa479c714d038e7bafcb8181df2fd6e5da66dc9ddffbbf78118798d7bcb67102a8cc1313c24e52cd26831da9822e13149d48d7192c36e395624c805e74
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/composer.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/orchestration/airflow/service"
39
+
40
+ client = Google::Cloud::Orchestration::Airflow::Service.environments
41
+ request = ::Google::Cloud::Orchestration::Airflow::Service::V1::CreateEnvironmentRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_environment request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -22,7 +22,7 @@ module Google
22
22
  module Orchestration
23
23
  module Airflow
24
24
  module Service
25
- VERSION = "1.5.1"
25
+ VERSION = "1.5.2"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Cloud Composer API
83
83
  test_files: []