google-apis-appengine_v1beta 0.68.0 → 0.69.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/appengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/appengine_v1beta/service.rb +20 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d96869d4555d97bfa1b2a61faec835cf721b2e72614ab7b70ebd8caa29fb2dd
|
|
4
|
+
data.tar.gz: bce36e482ce61f77023e5b38411cb5b5e0b51523ada66cdc0ca149546665daa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccb33e50ce9d203ad69106995a68c5076e1007cb4923e60e8901185975cd35293ed4531375f8e4bc35c23456d26f7a9ecbec919e3ad40f05e2159c14a8976331
|
|
7
|
+
data.tar.gz: 20dda4ae35e80b45fa0f5a2a38d171806119fedd3cc0771a230c71d6d54328f1775d9e50256a2382ee9e38f1bddf20368b15f6c4e35255b4431d6b3565b404b1
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1beta
|
|
18
18
|
# Version of the google-apis-appengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.69.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260327"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -905,11 +905,16 @@ module Google
|
|
|
905
905
|
execute_or_queue_command(command, &block)
|
|
906
906
|
end
|
|
907
907
|
|
|
908
|
-
# Lists information about the supported locations for this service.
|
|
909
|
-
#
|
|
910
|
-
#
|
|
911
|
-
#
|
|
912
|
-
#
|
|
908
|
+
# Lists information about the supported locations for this service.This method
|
|
909
|
+
# lists locations based on the resource scope provided in the
|
|
910
|
+
# ListLocationsRequest.name field: Global locations: If name is empty, the
|
|
911
|
+
# method lists the public locations available to all projects. Project-specific
|
|
912
|
+
# locations: If name follows the format projects/`project`, the method lists
|
|
913
|
+
# locations visible to that specific project. This includes public, private, or
|
|
914
|
+
# other project-specific locations enabled for the project.For gRPC and client
|
|
915
|
+
# library implementations, the resource name is passed as the name field. For
|
|
916
|
+
# direct service calls, the resource name is incorporated into the request path
|
|
917
|
+
# based on the specific service implementation and version.
|
|
913
918
|
# @param [String] apps_id
|
|
914
919
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
915
920
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -1698,11 +1703,16 @@ module Google
|
|
|
1698
1703
|
execute_or_queue_command(command, &block)
|
|
1699
1704
|
end
|
|
1700
1705
|
|
|
1701
|
-
# Lists information about the supported locations for this service.
|
|
1702
|
-
#
|
|
1703
|
-
#
|
|
1704
|
-
#
|
|
1705
|
-
#
|
|
1706
|
+
# Lists information about the supported locations for this service.This method
|
|
1707
|
+
# lists locations based on the resource scope provided in the
|
|
1708
|
+
# ListLocationsRequest.name field: Global locations: If name is empty, the
|
|
1709
|
+
# method lists the public locations available to all projects. Project-specific
|
|
1710
|
+
# locations: If name follows the format projects/`project`, the method lists
|
|
1711
|
+
# locations visible to that specific project. This includes public, private, or
|
|
1712
|
+
# other project-specific locations enabled for the project.For gRPC and client
|
|
1713
|
+
# library implementations, the resource name is passed as the name field. For
|
|
1714
|
+
# direct service calls, the resource name is incorporated into the request path
|
|
1715
|
+
# based on the specific service implementation and version.
|
|
1706
1716
|
# @param [String] projects_id
|
|
1707
1717
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
1708
1718
|
# @param [Array<String>, String] extra_location_types
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-appengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.69.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.69.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|