google-apis-appengine_v1beta 0.51.0 → 0.52.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 +97 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edd4e5dfabea4351e6a91e9542ea0bdac21c03a6dd9f77ab30d583da42faa565
|
4
|
+
data.tar.gz: 76286e4ce102be686aba89ae432180b7cfbd8acbdfc257dae94c30261fa1d252
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a690c672b4a762f1147fd1e132686b0b724e742ca1387290af9f2cca72fa83e2053016eb07c19094220c111684d242da7f54765ef00387db1e85accf98821b11
|
7
|
+
data.tar.gz: d14ee1fe877c9fef518c7c7c9f6b128738c01b33e708c430da07ffe6bff51c67a58b4cd6757176a224a9653ab0f2e22abca368cd525b668f90f28023ab200c24
|
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.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250409"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -901,6 +901,9 @@ module Google
|
|
901
901
|
# Lists information about the supported locations for this service.
|
902
902
|
# @param [String] apps_id
|
903
903
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
904
|
+
# @param [Array<String>, String] extra_location_types
|
905
|
+
# Optional. A list of extra location types that should be used as conditions for
|
906
|
+
# controlling the visibility of the locations.
|
904
907
|
# @param [String] filter
|
905
908
|
# A filter to narrow down results to a preferred subset. The filtering language
|
906
909
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -928,11 +931,12 @@ module Google
|
|
928
931
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
929
932
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
930
933
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
931
|
-
def list_app_locations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
934
|
+
def list_app_locations(apps_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
932
935
|
command = make_simple_command(:get, 'v1beta/apps/{appsId}/locations', options)
|
933
936
|
command.response_representation = Google::Apis::AppengineV1beta::ListLocationsResponse::Representation
|
934
937
|
command.response_class = Google::Apis::AppengineV1beta::ListLocationsResponse
|
935
938
|
command.params['appsId'] = apps_id unless apps_id.nil?
|
939
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
936
940
|
command.query['filter'] = filter unless filter.nil?
|
937
941
|
command.query['pageSize'] = page_size unless page_size.nil?
|
938
942
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -1636,6 +1640,9 @@ module Google
|
|
1636
1640
|
# Lists information about the supported locations for this service.
|
1637
1641
|
# @param [String] projects_id
|
1638
1642
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
1643
|
+
# @param [Array<String>, String] extra_location_types
|
1644
|
+
# Optional. A list of extra location types that should be used as conditions for
|
1645
|
+
# controlling the visibility of the locations.
|
1639
1646
|
# @param [String] filter
|
1640
1647
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1641
1648
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -1663,11 +1670,12 @@ module Google
|
|
1663
1670
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1664
1671
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1665
1672
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1666
|
-
def list_project_locations(projects_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1673
|
+
def list_project_locations(projects_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1667
1674
|
command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations', options)
|
1668
1675
|
command.response_representation = Google::Apis::AppengineV1beta::ListLocationsResponse::Representation
|
1669
1676
|
command.response_class = Google::Apis::AppengineV1beta::ListLocationsResponse
|
1670
1677
|
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1678
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
1671
1679
|
command.query['filter'] = filter unless filter.nil?
|
1672
1680
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1673
1681
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -1847,6 +1855,93 @@ module Google
|
|
1847
1855
|
execute_or_queue_command(command, &block)
|
1848
1856
|
end
|
1849
1857
|
|
1858
|
+
# Updates the specified Version resource. You can specify the following fields
|
1859
|
+
# depending on the App Engine environment and type of scaling that the version
|
1860
|
+
# resource uses:Standard environment instance_class (https://cloud.google.com/
|
1861
|
+
# appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.
|
1862
|
+
# FIELDS.instance_class)automatic scaling in the standard environment:
|
1863
|
+
# automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/
|
1864
|
+
# admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.
|
1865
|
+
# automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.
|
1866
|
+
# com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#
|
1867
|
+
# Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.
|
1868
|
+
# max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/
|
1869
|
+
# rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.
|
1870
|
+
# standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/
|
1871
|
+
# docs/admin-api/reference/rest/v1beta/apps.services.versions#
|
1872
|
+
# StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.
|
1873
|
+
# target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/
|
1874
|
+
# reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)
|
1875
|
+
# automaticScaling.standard_scheduler_settings.target_throughput_utilization (
|
1876
|
+
# https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.
|
1877
|
+
# services.versions#StandardSchedulerSettings)basic scaling or manual scaling in
|
1878
|
+
# the standard environment: serving_status (https://cloud.google.com/appengine/
|
1879
|
+
# docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.
|
1880
|
+
# serving_status) manual_scaling.instances (https://cloud.google.com/appengine/
|
1881
|
+
# docs/admin-api/reference/rest/v1beta/apps.services.versions#manualscaling)
|
1882
|
+
# Flexible environment serving_status (https://cloud.google.com/appengine/docs/
|
1883
|
+
# admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.
|
1884
|
+
# serving_status)automatic scaling in the flexible environment:
|
1885
|
+
# automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/
|
1886
|
+
# admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.
|
1887
|
+
# automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.
|
1888
|
+
# com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#
|
1889
|
+
# Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (
|
1890
|
+
# https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.
|
1891
|
+
# services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.
|
1892
|
+
# cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/
|
1893
|
+
# admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.
|
1894
|
+
# automatic_scaling)manual scaling in the flexible environment: manual_scaling.
|
1895
|
+
# instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/
|
1896
|
+
# v1beta/apps.services.versions#manualscaling)
|
1897
|
+
# @param [String] projects_id
|
1898
|
+
# Part of `name`. Name of the resource to update. Example: apps/myapp/services/
|
1899
|
+
# default/versions/1.
|
1900
|
+
# @param [String] locations_id
|
1901
|
+
# Part of `name`. See documentation of `projectsId`.
|
1902
|
+
# @param [String] applications_id
|
1903
|
+
# Part of `name`. See documentation of `projectsId`.
|
1904
|
+
# @param [String] services_id
|
1905
|
+
# Part of `name`. See documentation of `projectsId`.
|
1906
|
+
# @param [String] versions_id
|
1907
|
+
# Part of `name`. See documentation of `projectsId`.
|
1908
|
+
# @param [Google::Apis::AppengineV1beta::Version] version_object
|
1909
|
+
# @param [String] update_mask
|
1910
|
+
# Standard field mask for the set of fields to be updated.
|
1911
|
+
# @param [String] fields
|
1912
|
+
# Selector specifying which fields to include in a partial response.
|
1913
|
+
# @param [String] quota_user
|
1914
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1915
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1916
|
+
# @param [Google::Apis::RequestOptions] options
|
1917
|
+
# Request-specific options
|
1918
|
+
#
|
1919
|
+
# @yield [result, err] Result & error if block supplied
|
1920
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
|
1921
|
+
# @yieldparam err [StandardError] error object if request failed
|
1922
|
+
#
|
1923
|
+
# @return [Google::Apis::AppengineV1beta::Operation]
|
1924
|
+
#
|
1925
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1926
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1927
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1928
|
+
def patch_project_location_application_service_version(projects_id, locations_id, applications_id, services_id, versions_id, version_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1929
|
+
command = make_simple_command(:patch, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}', options)
|
1930
|
+
command.request_representation = Google::Apis::AppengineV1beta::Version::Representation
|
1931
|
+
command.request_object = version_object
|
1932
|
+
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
|
1933
|
+
command.response_class = Google::Apis::AppengineV1beta::Operation
|
1934
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1935
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1936
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1937
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
1938
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
1939
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
1940
|
+
command.query['fields'] = fields unless fields.nil?
|
1941
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1942
|
+
execute_or_queue_command(command, &block)
|
1943
|
+
end
|
1944
|
+
|
1850
1945
|
# Gets the latest state of a long-running operation. Clients can use this method
|
1851
1946
|
# to poll the operation result at intervals as recommended by the API service.
|
1852
1947
|
# @param [String] projects_id
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.52.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:
|