google-apis-appengine_v1beta 0.44.0 → 0.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 740afbbc89c3780de9fdca0f3e00329ff38cac93f58b3b890e81d931e31eea51
4
- data.tar.gz: 8d9d4ecb1b1617c837bbf63c69f38c137ffdcd5edf244132a9e57730c98a5491
3
+ metadata.gz: 8c1445d8b1ce817eb975484686405ce4cd0ca4c3fa63fc7301f84aa81b76480a
4
+ data.tar.gz: a3952d642d43fb059e7de1479118f3c6bff0c8950e649c14d20348d58df0f067
5
5
  SHA512:
6
- metadata.gz: 2565021e7e435380ba89d251086669a685611d0957f0b217948b8428fbd5e686b406eb0988a83c03705449bae469a95111c85be1c8845d6ef215b43f377a9ed9
7
- data.tar.gz: c34f2139fd8d446e47abfcabda7a96604d914f7838569b3c0090c032ac1ccbc2fba04f7087a196b99c38c35684d4e1318ed8a0fb070c3b6233a7847be2408cdb
6
+ metadata.gz: 022cc0eacca7dae7796f7af489d603cbfb1688b842ee9398c407c73727356d08372b217dd42f6b367c722343c7d47c3ed115fd213cf725ff2ab5f2f14927ab1e
7
+ data.tar.gz: 978761b2b85fa804e1b15d7b80c3cfb9d06deb0786acc1470d41ae0472f9e42a757d4ebf2791ee7926e171a4c88b1574c0fa1f781f56955e57faaf5a06bce701
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.45.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240226
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.44.0 (2024-02-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240218
@@ -620,7 +620,7 @@ module Google
620
620
  # various systems. CCFE will provide the CLH with reasons for the current state
621
621
  # per system.The current systems that CCFE supports are: Service Management (
622
622
  # Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud
623
- # Billing API)
623
+ # Billing API) Service Activation (Service Controller)
624
624
  # Corresponds to the JSON property `currentReasons`
625
625
  # @return [Google::Apis::AppengineV1beta::Reasons]
626
626
  attr_accessor :current_reasons
@@ -629,7 +629,7 @@ module Google
629
629
  # various systems. CCFE will provide the CLH with reasons for the current state
630
630
  # per system.The current systems that CCFE supports are: Service Management (
631
631
  # Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud
632
- # Billing API)
632
+ # Billing API) Service Activation (Service Controller)
633
633
  # Corresponds to the JSON property `previousReasons`
634
634
  # @return [Google::Apis::AppengineV1beta::Reasons]
635
635
  attr_accessor :previous_reasons
@@ -2519,7 +2519,7 @@ module Google
2519
2519
  # various systems. CCFE will provide the CLH with reasons for the current state
2520
2520
  # per system.The current systems that CCFE supports are: Service Management (
2521
2521
  # Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud
2522
- # Billing API)
2522
+ # Billing API) Service Activation (Service Controller)
2523
2523
  class Reasons
2524
2524
  include Google::Apis::Core::Hashable
2525
2525
 
@@ -2538,6 +2538,13 @@ module Google
2538
2538
  # @return [String]
2539
2539
  attr_accessor :data_governance
2540
2540
 
2541
+ # Consumer Container denotes if the service is active within a project or not.
2542
+ # This information could be used to clean up resources in case service in
2543
+ # DISABLED_FULL i.e. Service is inactive > 30 days.
2544
+ # Corresponds to the JSON property `serviceActivation`
2545
+ # @return [String]
2546
+ attr_accessor :service_activation
2547
+
2541
2548
  #
2542
2549
  # Corresponds to the JSON property `serviceManagement`
2543
2550
  # @return [String]
@@ -2552,6 +2559,7 @@ module Google
2552
2559
  @abuse = args[:abuse] if args.key?(:abuse)
2553
2560
  @billing = args[:billing] if args.key?(:billing)
2554
2561
  @data_governance = args[:data_governance] if args.key?(:data_governance)
2562
+ @service_activation = args[:service_activation] if args.key?(:service_activation)
2555
2563
  @service_management = args[:service_management] if args.key?(:service_management)
2556
2564
  end
2557
2565
  end
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240218"
25
+ REVISION = "20240226"
26
26
  end
27
27
  end
28
28
  end
@@ -1160,6 +1160,7 @@ module Google
1160
1160
  property :abuse, as: 'abuse'
1161
1161
  property :billing, as: 'billing'
1162
1162
  property :data_governance, as: 'dataGovernance'
1163
+ property :service_activation, as: 'serviceActivation'
1163
1164
  property :service_management, as: 'serviceManagement'
1164
1165
  end
1165
1166
  end
@@ -1676,6 +1676,48 @@ module Google
1676
1676
  execute_or_queue_command(command, &block)
1677
1677
  end
1678
1678
 
1679
+ # Lists all domains the user is authorized to administer.
1680
+ # @param [String] projects_id
1681
+ # Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
1682
+ # @param [String] locations_id
1683
+ # Part of `parent`. See documentation of `projectsId`.
1684
+ # @param [String] applications_id
1685
+ # Part of `parent`. See documentation of `projectsId`.
1686
+ # @param [Fixnum] page_size
1687
+ # Maximum results to return per page.
1688
+ # @param [String] page_token
1689
+ # Continuation token for fetching the next page of results.
1690
+ # @param [String] fields
1691
+ # Selector specifying which fields to include in a partial response.
1692
+ # @param [String] quota_user
1693
+ # Available to use for quota purposes for server-side applications. Can be any
1694
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1695
+ # @param [Google::Apis::RequestOptions] options
1696
+ # Request-specific options
1697
+ #
1698
+ # @yield [result, err] Result & error if block supplied
1699
+ # @yieldparam result [Google::Apis::AppengineV1beta::ListAuthorizedDomainsResponse] parsed result object
1700
+ # @yieldparam err [StandardError] error object if request failed
1701
+ #
1702
+ # @return [Google::Apis::AppengineV1beta::ListAuthorizedDomainsResponse]
1703
+ #
1704
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1705
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1706
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1707
+ def list_project_location_application_authorized_domains(projects_id, locations_id, applications_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1708
+ command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedDomains', options)
1709
+ command.response_representation = Google::Apis::AppengineV1beta::ListAuthorizedDomainsResponse::Representation
1710
+ command.response_class = Google::Apis::AppengineV1beta::ListAuthorizedDomainsResponse
1711
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1712
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1713
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1714
+ command.query['pageSize'] = page_size unless page_size.nil?
1715
+ command.query['pageToken'] = page_token unless page_token.nil?
1716
+ command.query['fields'] = fields unless fields.nil?
1717
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1718
+ execute_or_queue_command(command, &block)
1719
+ end
1720
+
1679
1721
  # Gets the latest state of a long-running operation. Clients can use this method
1680
1722
  # to poll the operation result at intervals as recommended by the API service.
1681
1723
  # @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.44.0
4
+ version: 0.45.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.45.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: []