google-cloud-app_engine 1.5.1 → 1.6.0

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: cd77c66f4bff1f4ff3a3ed600fcd3c467ad038c68944fd3aec69c18d67cfb118
4
- data.tar.gz: a8d1f834187a50e346db2043b906dea304002d4a09cebaafdd7ff1db0acccf0f
3
+ metadata.gz: f4ebe481160ebd012750aee39adf77f913b211d7f7d1483dbfd36a2cb8225739
4
+ data.tar.gz: c702db11f32bce2845eb65fccb6edb460515fd73376de489dfbb61cbf36a1763
5
5
  SHA512:
6
- metadata.gz: 3dbb2a4c42c949070eae8ca0b8d5f2407e146fbe140f7846181ff85a7bf4f4c881b03b4f6310bde8acb7a7f5e453eed8283e7efb3de3febfc8ad0cc5ceed4a0e
7
- data.tar.gz: e2ea302c797f82a74b49c2345a6680634463feede38f63223764a183107b345710b95b2766fb0db0a625b707c1bd7a88b6179d409a7dccdd48e55ac43f10b16a
6
+ metadata.gz: 5a8c50f13bc3965d635b2e98e4f5f72ad212a279ec67b7b4753aee06669be18f7ae68e2ea39eb5abfab49192df5c724ef7916e9b608db568f17d9d65552f7cb0
7
+ data.tar.gz: ff347c4ed8d7003ca480f9a83e5d2979a837abbeb58eb02a8e3a8a023bd7cd9cb2b47d3129b15841b5f4cc439de39ac507e91768caf28c95af48088611a8f795
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/appengine.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/app_engine"
39
+
40
+ client = Google::Cloud::AppEngine.applications
41
+ request = ::Google::Cloud::AppEngine::V1::GetApplicationRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_application request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AppEngine
23
- VERSION = "1.5.1"
23
+ VERSION = "1.6.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-app_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the App Engine Admin API
80
80
  test_files: []