google-cloud-app_engine 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: 5401c4e527af144f3bdee0e6900d300b189bca3ff53b8b297ea1d9533b2ec500
4
- data.tar.gz: 6ddb283c3e99d77c3d7741f15618d3a878f2a67efca0b6878ac38718e71d0c11
3
+ metadata.gz: 823bde7c33c9324781c7b7296c2a5d857e36b1b137d7d71b1867d2d5be85a46f
4
+ data.tar.gz: 18fe1ad08de5ee2cd5bc58931ea10f3342b3633f3172d084461df8f82250388c
5
5
  SHA512:
6
- metadata.gz: 86f3a382f19f0b000fac122312686ddf605ebd8f9b512faec467382b0525f70d50af47a9fddbfea59d1831c7dbd827d29146347355df41473b5e7883cb703d33
7
- data.tar.gz: 93952c80d2f74b9074de9a30fce2ea9cca80664db63fdd527df9e5282be3712f308460685123eaafa4874e01a69394d3591feefccdf690999b180f744abb8245
6
+ metadata.gz: 1877ecfb71693051b27424b50661873f22a32401397855daa5840087945bf0748bb347c3d3f41409939eabafd5a484465b49d8945da3183c268a7deabd73ab20
7
+ data.tar.gz: 398eea4996793bba58d53fd3f1f07af8c5dfcab6b82397a9372739cc68079da7938aab10649049ed882ba65480a285a459ff04dbd321e2059c67f4de68e79f7d
data/README.md CHANGED
@@ -7,7 +7,7 @@ The App Engine Admin API provisions and manages your App Engine applications.
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-app_engine-v*`.
9
9
  The gem `google-cloud-app_engine` 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/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.0"
23
+ VERSION = "1.5.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-app_engine
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-app_engine-v1
@@ -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.2
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: []