google-apis-appengine_v1 0.17.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/appengine_v1/classes.rb +10 -3
- data/lib/google/apis/appengine_v1/gem_version.rb +3 -3
- data/lib/google/apis/appengine_v1/representations.rb +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 225d18b14d83a2b3c5101c634aaa5bb121e2daf7ef0e0e8a7df808b62e4f5ff2
|
4
|
+
data.tar.gz: e97c54c259fb5581b1ce3339f636fbb75f032cad73714405d6f3d1ef0ca24a4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44361827c7a096dddde2eae0edd728654e3b8d5cfb888cf9bdb8a9636f8a64d3e49185724f9f439ae2301c329be2d5dfec88043826a373287dbb023228bdb480
|
7
|
+
data.tar.gz: 005a6baf4924599f89dd7f4da9b2fa82116593c19ee394fc12dd3dd658cddf253be1f2145d3035d5dc806b92637554dff88788b906c220e694fb2b58b5963646
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
2
2
|
|
3
|
+
### v0.20.0 (2022-04-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220326
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
8
|
+
### v0.19.0 (2021-12-14)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.18.0 (2021-10-22)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20211016
|
15
|
+
* Unspecified changes
|
16
|
+
|
3
17
|
### v0.17.0 (2021-10-08)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20211002
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/appengine_v1"
|
|
51
51
|
client = Google::Apis::AppengineV1::AppengineService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Appengine service in particular.)
|
67
67
|
|
@@ -809,8 +809,7 @@ module Google
|
|
809
809
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
810
810
|
# messages in your APIs. A typical example is to use it as the request or the
|
811
811
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
812
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
813
|
-
# Empty is empty JSON object ``.
|
812
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
814
813
|
class Empty
|
815
814
|
include Google::Apis::Core::Hashable
|
816
815
|
|
@@ -2335,7 +2334,7 @@ module Google
|
|
2335
2334
|
# usage and billing reports, enabling fine-grain analysis of costs. An example
|
2336
2335
|
# of using labels is to tag resources belonging to different environments (e.g.,
|
2337
2336
|
# "env=prod", "env=qa"). Label keys and values can be no longer than 63
|
2338
|
-
# characters
|
2337
|
+
# characters and can only contain lowercase letters, numeric characters,
|
2339
2338
|
# underscores, dashes, and international characters. Label keys must start with
|
2340
2339
|
# a lowercase letter or an international character. Each service can have at
|
2341
2340
|
# most 32 labels.
|
@@ -2715,6 +2714,13 @@ module Google
|
|
2715
2714
|
# @return [Google::Apis::AppengineV1::ApiConfigHandler]
|
2716
2715
|
attr_accessor :api_config
|
2717
2716
|
|
2717
|
+
# app_engine_apis allows second generation runtimes to access the App Engine
|
2718
|
+
# APIs.
|
2719
|
+
# Corresponds to the JSON property `appEngineApis`
|
2720
|
+
# @return [Boolean]
|
2721
|
+
attr_accessor :app_engine_apis
|
2722
|
+
alias_method :app_engine_apis?, :app_engine_apis
|
2723
|
+
|
2718
2724
|
# Automatic scaling is based on request rate, response latencies, and other
|
2719
2725
|
# application metrics.
|
2720
2726
|
# Corresponds to the JSON property `automaticScaling`
|
@@ -2957,6 +2963,7 @@ module Google
|
|
2957
2963
|
# Update properties of this object
|
2958
2964
|
def update!(**args)
|
2959
2965
|
@api_config = args[:api_config] if args.key?(:api_config)
|
2966
|
+
@app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
|
2960
2967
|
@automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
|
2961
2968
|
@basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
|
2962
2969
|
@beta_settings = args[:beta_settings] if args.key?(:beta_settings)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AppengineV1
|
18
18
|
# Version of the google-apis-appengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1142,6 +1142,7 @@ module Google
|
|
1142
1142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
1143
|
property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1::ApiConfigHandler, decorator: Google::Apis::AppengineV1::ApiConfigHandler::Representation
|
1144
1144
|
|
1145
|
+
property :app_engine_apis, as: 'appEngineApis'
|
1145
1146
|
property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1::AutomaticScaling, decorator: Google::Apis::AppengineV1::AutomaticScaling::Representation
|
1146
1147
|
|
1147
1148
|
property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1::BasicScaling, decorator: Google::Apis::AppengineV1::BasicScaling::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-appengine_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.20.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for App Engine Admin API V1
|