google-cloud-app_engine 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: cd77c66f4bff1f4ff3a3ed600fcd3c467ad038c68944fd3aec69c18d67cfb118
4
- data.tar.gz: a8d1f834187a50e346db2043b906dea304002d4a09cebaafdd7ff1db0acccf0f
3
+ metadata.gz: 823bde7c33c9324781c7b7296c2a5d857e36b1b137d7d71b1867d2d5be85a46f
4
+ data.tar.gz: 18fe1ad08de5ee2cd5bc58931ea10f3342b3633f3172d084461df8f82250388c
5
5
  SHA512:
6
- metadata.gz: 3dbb2a4c42c949070eae8ca0b8d5f2407e146fbe140f7846181ff85a7bf4f4c881b03b4f6310bde8acb7a7f5e453eed8283e7efb3de3febfc8ad0cc5ceed4a0e
7
- data.tar.gz: e2ea302c797f82a74b49c2345a6680634463feede38f63223764a183107b345710b95b2766fb0db0a625b707c1bd7a88b6179d409a7dccdd48e55ac43f10b16a
6
+ metadata.gz: 1877ecfb71693051b27424b50661873f22a32401397855daa5840087945bf0748bb347c3d3f41409939eabafd5a484465b49d8945da3183c268a7deabd73ab20
7
+ data.tar.gz: 398eea4996793bba58d53fd3f1f07af8c5dfcab6b82397a9372739cc68079da7938aab10649049ed882ba65480a285a459ff04dbd321e2059c67f4de68e79f7d
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.5.2"
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.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []