google-apis-appengine_v1beta 0.35.0 → 0.36.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c3a29e16ef3b450cfa707e6bcceaa8afd424391d622df5959e734709da2e23d
4
- data.tar.gz: e9e852b1be3d8b4c1100baf1f05982021a138c17264fbe8e523e96b802b1a160
3
+ metadata.gz: bbf277e3037e526d5735119726cd8e88bf82e5b9c508b79de2ebb46fc0d11e20
4
+ data.tar.gz: 8a2422b43b9c8dd3dbcaae883c6549e0d4b95e016584f2c2262f5500a2b7dee0
5
5
  SHA512:
6
- metadata.gz: abf49e11d378067c2f4326a2d3747ef6c4503d374b14da0f1b65fe0ab0876e6a153e7110cbb46baae6c758eb2cd6d58a3a2804ef7b2e8c02d5dbec4c5ff10757
7
- data.tar.gz: 0bbaaca734d8fbd9727d8f1845fa47b855dc2b99070770094895aead934665e1623718b0f9528ae676578bd9e11a1b6e98ce52067cc19a8c38fdcf1d7ec028ce
6
+ metadata.gz: 3e9ac5b3d8edba0c60079ae84db3e21c42f9e87c71352d1ecb924059e6e58187ea468c4f026ead991462a8de17029af68bc4e1ac57e2880d1e4118325dbf08a4
7
+ data.tar.gz: 98b81a46dec2ff2748b64f720f20ae3d28428ff2a5400c537cc2c861093635df41c864f75d612cb9cc6b5754a29ec8eec841f514e1adc6a5381bd276f7d56c76
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.36.0 (2023-07-09)
4
+
5
+ * Regenerated from discovery document revision 20230706
6
+
3
7
  ### v0.35.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230601
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230601"
25
+ REVISION = "20230706"
26
26
  end
27
27
  end
28
28
  end
@@ -56,9 +56,6 @@ module Google
56
56
  # applications, see Managing Projects, Applications, and Billing (https://cloud.
57
57
  # google.com/appengine/docs/standard/python/console/).
58
58
  # @param [Google::Apis::AppengineV1beta::Application] application_object
59
- # @param [String] parent
60
- # The project and location in which the application should be created, specified
61
- # in the format projects/*/locations/*
62
59
  # @param [String] fields
63
60
  # Selector specifying which fields to include in a partial response.
64
61
  # @param [String] quota_user
@@ -76,13 +73,12 @@ module Google
76
73
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
77
74
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
78
75
  # @raise [Google::Apis::AuthorizationError] Authorization is required
79
- def create_app(application_object = nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
76
+ def create_app(application_object = nil, fields: nil, quota_user: nil, options: nil, &block)
80
77
  command = make_simple_command(:post, 'v1beta/apps', options)
81
78
  command.request_representation = Google::Apis::AppengineV1beta::Application::Representation
82
79
  command.request_object = application_object
83
80
  command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
84
81
  command.response_class = Google::Apis::AppengineV1beta::Operation
85
- command.query['parent'] = parent unless parent.nil?
86
82
  command.query['fields'] = fields unless fields.nil?
87
83
  command.query['quotaUser'] = quota_user unless quota_user.nil?
88
84
  execute_or_queue_command(command, &block)
@@ -1635,214 +1631,6 @@ module Google
1635
1631
  execute_or_queue_command(command, &block)
1636
1632
  end
1637
1633
 
1638
- # Creates an App Engine application for a Google Cloud Platform project.
1639
- # Required fields: id - The ID of the target Cloud Platform project. location -
1640
- # The region (https://cloud.google.com/appengine/docs/locations) where you want
1641
- # the App Engine application located.For more information about App Engine
1642
- # applications, see Managing Projects, Applications, and Billing (https://cloud.
1643
- # google.com/appengine/docs/standard/python/console/).
1644
- # @param [String] projects_id
1645
- # Part of `parent`. The project and location in which the application should be
1646
- # created, specified in the format projects/*/locations/*
1647
- # @param [String] locations_id
1648
- # Part of `parent`. See documentation of `projectsId`.
1649
- # @param [Google::Apis::AppengineV1beta::Application] application_object
1650
- # @param [String] fields
1651
- # Selector specifying which fields to include in a partial response.
1652
- # @param [String] quota_user
1653
- # Available to use for quota purposes for server-side applications. Can be any
1654
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1655
- # @param [Google::Apis::RequestOptions] options
1656
- # Request-specific options
1657
- #
1658
- # @yield [result, err] Result & error if block supplied
1659
- # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1660
- # @yieldparam err [StandardError] error object if request failed
1661
- #
1662
- # @return [Google::Apis::AppengineV1beta::Operation]
1663
- #
1664
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1665
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1666
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1667
- def create_project_location_application(projects_id, locations_id, application_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1668
- command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications', options)
1669
- command.request_representation = Google::Apis::AppengineV1beta::Application::Representation
1670
- command.request_object = application_object
1671
- command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1672
- command.response_class = Google::Apis::AppengineV1beta::Operation
1673
- command.params['projectsId'] = projects_id unless projects_id.nil?
1674
- command.params['locationsId'] = locations_id unless locations_id.nil?
1675
- command.query['fields'] = fields unless fields.nil?
1676
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1677
- execute_or_queue_command(command, &block)
1678
- end
1679
-
1680
- # Gets information about an application.
1681
- # @param [String] projects_id
1682
- # Part of `name`. Name of the Application resource to get. Example: apps/myapp.
1683
- # @param [String] locations_id
1684
- # Part of `name`. See documentation of `projectsId`.
1685
- # @param [String] applications_id
1686
- # Part of `name`. See documentation of `projectsId`.
1687
- # @param [String] fields
1688
- # Selector specifying which fields to include in a partial response.
1689
- # @param [String] quota_user
1690
- # Available to use for quota purposes for server-side applications. Can be any
1691
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1692
- # @param [Google::Apis::RequestOptions] options
1693
- # Request-specific options
1694
- #
1695
- # @yield [result, err] Result & error if block supplied
1696
- # @yieldparam result [Google::Apis::AppengineV1beta::Application] parsed result object
1697
- # @yieldparam err [StandardError] error object if request failed
1698
- #
1699
- # @return [Google::Apis::AppengineV1beta::Application]
1700
- #
1701
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1702
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1703
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1704
- def get_project_location_application(projects_id, locations_id, applications_id, fields: nil, quota_user: nil, options: nil, &block)
1705
- command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}', options)
1706
- command.response_representation = Google::Apis::AppengineV1beta::Application::Representation
1707
- command.response_class = Google::Apis::AppengineV1beta::Application
1708
- command.params['projectsId'] = projects_id unless projects_id.nil?
1709
- command.params['locationsId'] = locations_id unless locations_id.nil?
1710
- command.params['applicationsId'] = applications_id unless applications_id.nil?
1711
- command.query['fields'] = fields unless fields.nil?
1712
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1713
- execute_or_queue_command(command, &block)
1714
- end
1715
-
1716
- # Recreates the required App Engine features for the specified App Engine
1717
- # application, for example a Cloud Storage bucket or App Engine service account.
1718
- # Use this method if you receive an error message about a missing feature, for
1719
- # example, Error retrieving the App Engine service account. If you have deleted
1720
- # your App Engine service account, this will not be able to recreate it. Instead,
1721
- # you should attempt to use the IAM undelete API if possible at https://cloud.
1722
- # google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=
1723
- # %7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%
1724
- # 7D . If the deletion was recent, the numeric ID can be found in the Cloud
1725
- # Console Activity Log.
1726
- # @param [String] projects_id
1727
- # Part of `name`. Name of the application to repair. Example: apps/myapp
1728
- # @param [String] locations_id
1729
- # Part of `name`. See documentation of `projectsId`.
1730
- # @param [String] applications_id
1731
- # Part of `name`. See documentation of `projectsId`.
1732
- # @param [Google::Apis::AppengineV1beta::RepairApplicationRequest] repair_application_request_object
1733
- # @param [String] fields
1734
- # Selector specifying which fields to include in a partial response.
1735
- # @param [String] quota_user
1736
- # Available to use for quota purposes for server-side applications. Can be any
1737
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1738
- # @param [Google::Apis::RequestOptions] options
1739
- # Request-specific options
1740
- #
1741
- # @yield [result, err] Result & error if block supplied
1742
- # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1743
- # @yieldparam err [StandardError] error object if request failed
1744
- #
1745
- # @return [Google::Apis::AppengineV1beta::Operation]
1746
- #
1747
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1748
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1749
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1750
- def repair_project_location_application(projects_id, locations_id, applications_id, repair_application_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1751
- command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair', options)
1752
- command.request_representation = Google::Apis::AppengineV1beta::RepairApplicationRequest::Representation
1753
- command.request_object = repair_application_request_object
1754
- command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1755
- command.response_class = Google::Apis::AppengineV1beta::Operation
1756
- command.params['projectsId'] = projects_id unless projects_id.nil?
1757
- command.params['locationsId'] = locations_id unless locations_id.nil?
1758
- command.params['applicationsId'] = applications_id unless applications_id.nil?
1759
- command.query['fields'] = fields unless fields.nil?
1760
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1761
- execute_or_queue_command(command, &block)
1762
- end
1763
-
1764
- # Gets the current configuration of the specified service.
1765
- # @param [String] projects_id
1766
- # Part of `name`. Name of the resource requested. Example: apps/myapp/services/
1767
- # default.
1768
- # @param [String] locations_id
1769
- # Part of `name`. See documentation of `projectsId`.
1770
- # @param [String] applications_id
1771
- # Part of `name`. See documentation of `projectsId`.
1772
- # @param [String] services_id
1773
- # Part of `name`. See documentation of `projectsId`.
1774
- # @param [String] fields
1775
- # Selector specifying which fields to include in a partial response.
1776
- # @param [String] quota_user
1777
- # Available to use for quota purposes for server-side applications. Can be any
1778
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1779
- # @param [Google::Apis::RequestOptions] options
1780
- # Request-specific options
1781
- #
1782
- # @yield [result, err] Result & error if block supplied
1783
- # @yieldparam result [Google::Apis::AppengineV1beta::Service] parsed result object
1784
- # @yieldparam err [StandardError] error object if request failed
1785
- #
1786
- # @return [Google::Apis::AppengineV1beta::Service]
1787
- #
1788
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1789
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1790
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1791
- def get_project_location_application_service(projects_id, locations_id, applications_id, services_id, fields: nil, quota_user: nil, options: nil, &block)
1792
- command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}', options)
1793
- command.response_representation = Google::Apis::AppengineV1beta::Service::Representation
1794
- command.response_class = Google::Apis::AppengineV1beta::Service
1795
- command.params['projectsId'] = projects_id unless projects_id.nil?
1796
- command.params['locationsId'] = locations_id unless locations_id.nil?
1797
- command.params['applicationsId'] = applications_id unless applications_id.nil?
1798
- command.params['servicesId'] = services_id unless services_id.nil?
1799
- command.query['fields'] = fields unless fields.nil?
1800
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1801
- execute_or_queue_command(command, &block)
1802
- end
1803
-
1804
- # Lists all the services in the application.
1805
- # @param [String] projects_id
1806
- # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1807
- # @param [String] locations_id
1808
- # Part of `parent`. See documentation of `projectsId`.
1809
- # @param [String] applications_id
1810
- # Part of `parent`. See documentation of `projectsId`.
1811
- # @param [Fixnum] page_size
1812
- # Maximum results to return per page.
1813
- # @param [String] page_token
1814
- # Continuation token for fetching the next page of results.
1815
- # @param [String] fields
1816
- # Selector specifying which fields to include in a partial response.
1817
- # @param [String] quota_user
1818
- # Available to use for quota purposes for server-side applications. Can be any
1819
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1820
- # @param [Google::Apis::RequestOptions] options
1821
- # Request-specific options
1822
- #
1823
- # @yield [result, err] Result & error if block supplied
1824
- # @yieldparam result [Google::Apis::AppengineV1beta::ListServicesResponse] parsed result object
1825
- # @yieldparam err [StandardError] error object if request failed
1826
- #
1827
- # @return [Google::Apis::AppengineV1beta::ListServicesResponse]
1828
- #
1829
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1830
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1831
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1832
- def list_project_location_application_services(projects_id, locations_id, applications_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1833
- command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services', options)
1834
- command.response_representation = Google::Apis::AppengineV1beta::ListServicesResponse::Representation
1835
- command.response_class = Google::Apis::AppengineV1beta::ListServicesResponse
1836
- command.params['projectsId'] = projects_id unless projects_id.nil?
1837
- command.params['locationsId'] = locations_id unless locations_id.nil?
1838
- command.params['applicationsId'] = applications_id unless applications_id.nil?
1839
- command.query['pageSize'] = page_size unless page_size.nil?
1840
- command.query['pageToken'] = page_token unless page_token.nil?
1841
- command.query['fields'] = fields unless fields.nil?
1842
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1843
- execute_or_queue_command(command, &block)
1844
- end
1845
-
1846
1634
  # Gets the latest state of a long-running operation. Clients can use this method
1847
1635
  # to poll the operation result at intervals as recommended by the API service.
1848
1636
  # @param [String] projects_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []