google-cloud-orchestration-airflow-service 1.5.0 → 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: 751b502700da490d4c703288a7cf482b9740fc15326ab7390e28141a3165add6
4
- data.tar.gz: b25ad35f8351604fdbf200e90cd29cda435d3e4d954fe41e42ee3dfe1b474e47
3
+ metadata.gz: 7700e579a6e034bef56603181d2106e8043014443e996b2e968742b42cedcb71
4
+ data.tar.gz: bfbf6427b678e388b6ebfbadfd9c51026874f4dcdcc9dc711db2e1f06fa0e3ac
5
5
  SHA512:
6
- metadata.gz: 917cdfd2aba0b7c202c62bd552ac5d658e2b2da496042c5e6c111983d85973dd440bd2fa2d2cea8e589d27c1ee820dec4c164b3415572c83001237114d97a5d9
7
- data.tar.gz: edff29b7c8f7b30cbf394f4dd2a2a534f13a7c070a9fb0347e0f1fbe0e0716e6f05b78d772f551e96a0fc9ca4f37441651f6c6346497b8141f144e1a2e8ff1c9
6
+ metadata.gz: 148e78acb204601d02ade4674a52286c2f88d4b23dec20b45dd9f89b75811389de035885e9736ccfbee7583a0da35233bc2fad98cc1d13cd0be4e351b88615a7
7
+ data.tar.gz: b33e57fa479c714d038e7bafcb8181df2fd6e5da66dc9ddffbbf78118798d7bcb67102a8cc1313c24e52cd26831da9822e13149d48d7192c36e395624c805e74
data/README.md CHANGED
@@ -7,7 +7,7 @@ The client library for the Cloud Composer API, built on the popular Apache Airfl
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-orchestration-airflow-service-v*`.
9
9
  The gem `google-cloud-orchestration-airflow-service` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
25
+ VERSION = "1.5.2"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
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.0
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.2
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: []