google-apis-appengine_v1beta 0.27.0 → 0.28.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: 9e77a6861ee18e482bf48f773d17dba9147f48e7af4060ef1aa077f5c2e5f5a0
4
- data.tar.gz: c1389b5601ff5f5f4279465eea9808cb642884a30e724954a362c5824022d73e
3
+ metadata.gz: 277805a731c2feb725b93538548a35d0b0bf53fd7f593e7641dcc3a944284a73
4
+ data.tar.gz: 429c46b6aaffced9b72772bb5a09435699b4937ba5a05b2ef179dcfacebb749a
5
5
  SHA512:
6
- metadata.gz: 80461f3eec276b0291097b81c78b383d3373ad148a822959502ba62325f496acee6fc36030295f2d1f34eca67897b48bc4c34fce2bfef59d80ca85962b4007d9
7
- data.tar.gz: d49bbddd7bea4156f19c13dd31a8c88609e418b26ea5260e9109fea02de257cb3c2530f2b36042e087a347dfb4497020220e6ab1d235831b10deaeb3a7af7536
6
+ metadata.gz: 7d9f566bce55ba49cd7731eb6cb73df1fcaa5b34899bd93db17e98bf670da4045a095b3eb726d744df96ada416f3454eb31997c75dd1645daa9eb4a25316530a
7
+ data.tar.gz: d31df127f755539fe269fa4b69e18d882dd1c954e5d174edbc22a5d4b5434373a2a26156b3d36375693e2dba6d8b8cda29155dbcea4b537be83f045714b163ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.28.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221017
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.27.0 (2022-09-29)
4
9
 
5
10
  * Regenerated using generator version 0.10.0
@@ -97,9 +97,9 @@ module Google
97
97
  # @return [String]
98
98
  attr_accessor :auth_domain
99
99
 
100
- # Google Cloud Storage bucket that can be used for storing files associated with
101
- # this application. This bucket is associated with the application and can be
102
- # used by the gcloud deployment commands.@OutputOnly
100
+ # Output only. Google Cloud Storage bucket that can be used for storing files
101
+ # associated with this application. This bucket is associated with the
102
+ # application and can be used by the gcloud deployment commands.@OutputOnly
103
103
  # Corresponds to the JSON property `codeBucket`
104
104
  # @return [String]
105
105
  attr_accessor :code_bucket
@@ -110,8 +110,8 @@ module Google
110
110
  # @return [String]
111
111
  attr_accessor :database_type
112
112
 
113
- # Google Cloud Storage bucket that can be used by this application to store
114
- # content.@OutputOnly
113
+ # Output only. Google Cloud Storage bucket that can be used by this application
114
+ # to store content.@OutputOnly
115
115
  # Corresponds to the JSON property `defaultBucket`
116
116
  # @return [String]
117
117
  attr_accessor :default_bucket
@@ -121,7 +121,8 @@ module Google
121
121
  # @return [String]
122
122
  attr_accessor :default_cookie_expiration
123
123
 
124
- # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
124
+ # Output only. Hostname used to reach this application, as resolved by App
125
+ # Engine.@OutputOnly
125
126
  # Corresponds to the JSON property `defaultHostname`
126
127
  # @return [String]
127
128
  attr_accessor :default_hostname
@@ -139,8 +140,8 @@ module Google
139
140
  # @return [Google::Apis::AppengineV1beta::FeatureSettings]
140
141
  attr_accessor :feature_settings
141
142
 
142
- # The Google Container Registry domain used for storing managed build docker
143
- # images for this application.
143
+ # Output only. The Google Container Registry domain used for storing managed
144
+ # build docker images for this application.
144
145
  # Corresponds to the JSON property `gcrDomain`
145
146
  # @return [String]
146
147
  attr_accessor :gcr_domain
@@ -165,8 +166,8 @@ module Google
165
166
  # @return [String]
166
167
  attr_accessor :location_id
167
168
 
168
- # Full path to the Application resource in the API. Example: apps/myapp.@
169
- # OutputOnly
169
+ # Output only. Full path to the Application resource in the API. Example: apps/
170
+ # myapp.@OutputOnly
170
171
  # Corresponds to the JSON property `name`
171
172
  # @return [String]
172
173
  attr_accessor :name
@@ -1238,7 +1239,7 @@ module Google
1238
1239
  # @return [String]
1239
1240
  attr_accessor :oauth2_client_secret
1240
1241
 
1241
- # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
1242
+ # Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly
1242
1243
  # Corresponds to the JSON property `oauth2ClientSecretSha256`
1243
1244
  # @return [String]
1244
1245
  attr_accessor :oauth2_client_secret_sha256
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220818"
25
+ REVISION = "20221017"
26
26
  end
27
27
  end
28
28
  end
@@ -56,6 +56,9 @@ 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/*
59
62
  # @param [String] fields
60
63
  # Selector specifying which fields to include in a partial response.
61
64
  # @param [String] quota_user
@@ -73,12 +76,13 @@ module Google
73
76
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
74
77
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
75
78
  # @raise [Google::Apis::AuthorizationError] Authorization is required
76
- def create_app(application_object = nil, fields: nil, quota_user: nil, options: nil, &block)
79
+ def create_app(application_object = nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
77
80
  command = make_simple_command(:post, 'v1beta/apps', options)
78
81
  command.request_representation = Google::Apis::AppengineV1beta::Application::Representation
79
82
  command.request_object = application_object
80
83
  command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
81
84
  command.response_class = Google::Apis::AppengineV1beta::Operation
85
+ command.query['parent'] = parent unless parent.nil?
82
86
  command.query['fields'] = fields unless fields.nil?
83
87
  command.query['quotaUser'] = quota_user unless quota_user.nil?
84
88
  execute_or_queue_command(command, &block)
@@ -1560,6 +1564,294 @@ module Google
1560
1564
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1561
1565
  execute_or_queue_command(command, &block)
1562
1566
  end
1567
+
1568
+ # Gets information about a location.
1569
+ # @param [String] projects_id
1570
+ # Part of `name`. Resource name for the location.
1571
+ # @param [String] locations_id
1572
+ # Part of `name`. See documentation of `projectsId`.
1573
+ # @param [String] fields
1574
+ # Selector specifying which fields to include in a partial response.
1575
+ # @param [String] quota_user
1576
+ # Available to use for quota purposes for server-side applications. Can be any
1577
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1578
+ # @param [Google::Apis::RequestOptions] options
1579
+ # Request-specific options
1580
+ #
1581
+ # @yield [result, err] Result & error if block supplied
1582
+ # @yieldparam result [Google::Apis::AppengineV1beta::Location] parsed result object
1583
+ # @yieldparam err [StandardError] error object if request failed
1584
+ #
1585
+ # @return [Google::Apis::AppengineV1beta::Location]
1586
+ #
1587
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1588
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1589
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1590
+ def get_project_location(projects_id, locations_id, fields: nil, quota_user: nil, options: nil, &block)
1591
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}', options)
1592
+ command.response_representation = Google::Apis::AppengineV1beta::Location::Representation
1593
+ command.response_class = Google::Apis::AppengineV1beta::Location
1594
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1595
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1596
+ command.query['fields'] = fields unless fields.nil?
1597
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1598
+ execute_or_queue_command(command, &block)
1599
+ end
1600
+
1601
+ # Lists information about the supported locations for this service.
1602
+ # @param [String] projects_id
1603
+ # Part of `name`. The resource that owns the locations collection, if applicable.
1604
+ # @param [String] filter
1605
+ # A filter to narrow down results to a preferred subset. The filtering language
1606
+ # accepts strings like "displayName=tokyo", and is documented in more detail in
1607
+ # AIP-160 (https://google.aip.dev/160).
1608
+ # @param [Fixnum] page_size
1609
+ # The maximum number of results to return. If not set, the service selects a
1610
+ # default.
1611
+ # @param [String] page_token
1612
+ # A page token received from the next_page_token field in the response. Send
1613
+ # that page token to receive the subsequent page.
1614
+ # @param [String] fields
1615
+ # Selector specifying which fields to include in a partial response.
1616
+ # @param [String] quota_user
1617
+ # Available to use for quota purposes for server-side applications. Can be any
1618
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1619
+ # @param [Google::Apis::RequestOptions] options
1620
+ # Request-specific options
1621
+ #
1622
+ # @yield [result, err] Result & error if block supplied
1623
+ # @yieldparam result [Google::Apis::AppengineV1beta::ListLocationsResponse] parsed result object
1624
+ # @yieldparam err [StandardError] error object if request failed
1625
+ #
1626
+ # @return [Google::Apis::AppengineV1beta::ListLocationsResponse]
1627
+ #
1628
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1629
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1630
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1631
+ def list_project_locations(projects_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1632
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations', options)
1633
+ command.response_representation = Google::Apis::AppengineV1beta::ListLocationsResponse::Representation
1634
+ command.response_class = Google::Apis::AppengineV1beta::ListLocationsResponse
1635
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1636
+ command.query['filter'] = filter unless filter.nil?
1637
+ command.query['pageSize'] = page_size unless page_size.nil?
1638
+ command.query['pageToken'] = page_token unless page_token.nil?
1639
+ command.query['fields'] = fields unless fields.nil?
1640
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1641
+ execute_or_queue_command(command, &block)
1642
+ end
1643
+
1644
+ # Creates an App Engine application for a Google Cloud Platform project.
1645
+ # Required fields: id - The ID of the target Cloud Platform project. location -
1646
+ # The region (https://cloud.google.com/appengine/docs/locations) where you want
1647
+ # the App Engine application located.For more information about App Engine
1648
+ # applications, see Managing Projects, Applications, and Billing (https://cloud.
1649
+ # google.com/appengine/docs/standard/python/console/).
1650
+ # @param [String] projects_id
1651
+ # Part of `parent`. The project and location in which the application should be
1652
+ # created, specified in the format projects/*/locations/*
1653
+ # @param [String] locations_id
1654
+ # Part of `parent`. See documentation of `projectsId`.
1655
+ # @param [Google::Apis::AppengineV1beta::Application] application_object
1656
+ # @param [String] fields
1657
+ # Selector specifying which fields to include in a partial response.
1658
+ # @param [String] quota_user
1659
+ # Available to use for quota purposes for server-side applications. Can be any
1660
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1661
+ # @param [Google::Apis::RequestOptions] options
1662
+ # Request-specific options
1663
+ #
1664
+ # @yield [result, err] Result & error if block supplied
1665
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1666
+ # @yieldparam err [StandardError] error object if request failed
1667
+ #
1668
+ # @return [Google::Apis::AppengineV1beta::Operation]
1669
+ #
1670
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1671
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1672
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1673
+ def create_project_location_application(projects_id, locations_id, application_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1674
+ command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications', options)
1675
+ command.request_representation = Google::Apis::AppengineV1beta::Application::Representation
1676
+ command.request_object = application_object
1677
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1678
+ command.response_class = Google::Apis::AppengineV1beta::Operation
1679
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1680
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1681
+ command.query['fields'] = fields unless fields.nil?
1682
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1683
+ execute_or_queue_command(command, &block)
1684
+ end
1685
+
1686
+ # Gets information about an application.
1687
+ # @param [String] projects_id
1688
+ # Part of `name`. Name of the Application resource to get. Example: apps/myapp.
1689
+ # @param [String] locations_id
1690
+ # Part of `name`. See documentation of `projectsId`.
1691
+ # @param [String] applications_id
1692
+ # Part of `name`. See documentation of `projectsId`.
1693
+ # @param [String] fields
1694
+ # Selector specifying which fields to include in a partial response.
1695
+ # @param [String] quota_user
1696
+ # Available to use for quota purposes for server-side applications. Can be any
1697
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1698
+ # @param [Google::Apis::RequestOptions] options
1699
+ # Request-specific options
1700
+ #
1701
+ # @yield [result, err] Result & error if block supplied
1702
+ # @yieldparam result [Google::Apis::AppengineV1beta::Application] parsed result object
1703
+ # @yieldparam err [StandardError] error object if request failed
1704
+ #
1705
+ # @return [Google::Apis::AppengineV1beta::Application]
1706
+ #
1707
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1708
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1709
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1710
+ def get_project_location_application(projects_id, locations_id, applications_id, fields: nil, quota_user: nil, options: nil, &block)
1711
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}', options)
1712
+ command.response_representation = Google::Apis::AppengineV1beta::Application::Representation
1713
+ command.response_class = Google::Apis::AppengineV1beta::Application
1714
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1715
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1716
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1717
+ command.query['fields'] = fields unless fields.nil?
1718
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1719
+ execute_or_queue_command(command, &block)
1720
+ end
1721
+
1722
+ # Recreates the required App Engine features for the specified App Engine
1723
+ # application, for example a Cloud Storage bucket or App Engine service account.
1724
+ # Use this method if you receive an error message about a missing feature, for
1725
+ # example, Error retrieving the App Engine service account. If you have deleted
1726
+ # your App Engine service account, this will not be able to recreate it. Instead,
1727
+ # you should attempt to use the IAM undelete API if possible at https://cloud.
1728
+ # google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=
1729
+ # %7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%
1730
+ # 7D . If the deletion was recent, the numeric ID can be found in the Cloud
1731
+ # Console Activity Log.
1732
+ # @param [String] projects_id
1733
+ # Part of `name`. Name of the application to repair. Example: apps/myapp
1734
+ # @param [String] locations_id
1735
+ # Part of `name`. See documentation of `projectsId`.
1736
+ # @param [String] applications_id
1737
+ # Part of `name`. See documentation of `projectsId`.
1738
+ # @param [Google::Apis::AppengineV1beta::RepairApplicationRequest] repair_application_request_object
1739
+ # @param [String] fields
1740
+ # Selector specifying which fields to include in a partial response.
1741
+ # @param [String] quota_user
1742
+ # Available to use for quota purposes for server-side applications. Can be any
1743
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1744
+ # @param [Google::Apis::RequestOptions] options
1745
+ # Request-specific options
1746
+ #
1747
+ # @yield [result, err] Result & error if block supplied
1748
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1749
+ # @yieldparam err [StandardError] error object if request failed
1750
+ #
1751
+ # @return [Google::Apis::AppengineV1beta::Operation]
1752
+ #
1753
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1754
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1755
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1756
+ def repair_project_location_application(projects_id, locations_id, applications_id, repair_application_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1757
+ command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair', options)
1758
+ command.request_representation = Google::Apis::AppengineV1beta::RepairApplicationRequest::Representation
1759
+ command.request_object = repair_application_request_object
1760
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1761
+ command.response_class = Google::Apis::AppengineV1beta::Operation
1762
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1763
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1764
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1765
+ command.query['fields'] = fields unless fields.nil?
1766
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1767
+ execute_or_queue_command(command, &block)
1768
+ end
1769
+
1770
+ # Gets the latest state of a long-running operation. Clients can use this method
1771
+ # to poll the operation result at intervals as recommended by the API service.
1772
+ # @param [String] projects_id
1773
+ # Part of `name`. The name of the operation resource.
1774
+ # @param [String] locations_id
1775
+ # Part of `name`. See documentation of `projectsId`.
1776
+ # @param [String] operations_id
1777
+ # Part of `name`. See documentation of `projectsId`.
1778
+ # @param [String] fields
1779
+ # Selector specifying which fields to include in a partial response.
1780
+ # @param [String] quota_user
1781
+ # Available to use for quota purposes for server-side applications. Can be any
1782
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1783
+ # @param [Google::Apis::RequestOptions] options
1784
+ # Request-specific options
1785
+ #
1786
+ # @yield [result, err] Result & error if block supplied
1787
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1788
+ # @yieldparam err [StandardError] error object if request failed
1789
+ #
1790
+ # @return [Google::Apis::AppengineV1beta::Operation]
1791
+ #
1792
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1793
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1794
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1795
+ def get_project_location_operation(projects_id, locations_id, operations_id, fields: nil, quota_user: nil, options: nil, &block)
1796
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}', options)
1797
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1798
+ command.response_class = Google::Apis::AppengineV1beta::Operation
1799
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1800
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1801
+ command.params['operationsId'] = operations_id unless operations_id.nil?
1802
+ command.query['fields'] = fields unless fields.nil?
1803
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1804
+ execute_or_queue_command(command, &block)
1805
+ end
1806
+
1807
+ # Lists operations that match the specified filter in the request. If the server
1808
+ # doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding
1809
+ # allows API services to override the binding to use different resource name
1810
+ # schemes, such as users/*/operations. To override the binding, API services can
1811
+ # add a binding such as "/v1/`name=users/*`/operations" to their service
1812
+ # configuration. For backwards compatibility, the default name includes the
1813
+ # operations collection id, however overriding users must ensure the name
1814
+ # binding is the parent resource, without the operations collection id.
1815
+ # @param [String] projects_id
1816
+ # Part of `name`. The name of the operation's parent resource.
1817
+ # @param [String] locations_id
1818
+ # Part of `name`. See documentation of `projectsId`.
1819
+ # @param [String] filter
1820
+ # The standard list filter.
1821
+ # @param [Fixnum] page_size
1822
+ # The standard list page size.
1823
+ # @param [String] page_token
1824
+ # The standard list page token.
1825
+ # @param [String] fields
1826
+ # Selector specifying which fields to include in a partial response.
1827
+ # @param [String] quota_user
1828
+ # Available to use for quota purposes for server-side applications. Can be any
1829
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1830
+ # @param [Google::Apis::RequestOptions] options
1831
+ # Request-specific options
1832
+ #
1833
+ # @yield [result, err] Result & error if block supplied
1834
+ # @yieldparam result [Google::Apis::AppengineV1beta::ListOperationsResponse] parsed result object
1835
+ # @yieldparam err [StandardError] error object if request failed
1836
+ #
1837
+ # @return [Google::Apis::AppengineV1beta::ListOperationsResponse]
1838
+ #
1839
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1840
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1841
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1842
+ def list_project_location_operations(projects_id, locations_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1843
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/operations', options)
1844
+ command.response_representation = Google::Apis::AppengineV1beta::ListOperationsResponse::Representation
1845
+ command.response_class = Google::Apis::AppengineV1beta::ListOperationsResponse
1846
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1847
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1848
+ command.query['filter'] = filter unless filter.nil?
1849
+ command.query['pageSize'] = page_size unless page_size.nil?
1850
+ command.query['pageToken'] = page_token unless page_token.nil?
1851
+ command.query['fields'] = fields unless fields.nil?
1852
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1853
+ execute_or_queue_command(command, &block)
1854
+ end
1563
1855
 
1564
1856
  protected
1565
1857
 
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.27.0
4
+ version: 0.28.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.28.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: []