google-apis-appengine_v1beta 0.44.0 → 0.46.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: 740afbbc89c3780de9fdca0f3e00329ff38cac93f58b3b890e81d931e31eea51
4
- data.tar.gz: 8d9d4ecb1b1617c837bbf63c69f38c137ffdcd5edf244132a9e57730c98a5491
3
+ metadata.gz: 9296f7193abf118e48421c21e6f98cd5cb29ffb2899663d6834c570601971da2
4
+ data.tar.gz: 52445f487da15fde23329a7c65686edf634c02feef8437ace8f3449b233221c9
5
5
  SHA512:
6
- metadata.gz: 2565021e7e435380ba89d251086669a685611d0957f0b217948b8428fbd5e686b406eb0988a83c03705449bae469a95111c85be1c8845d6ef215b43f377a9ed9
7
- data.tar.gz: c34f2139fd8d446e47abfcabda7a96604d914f7838569b3c0090c032ac1ccbc2fba04f7087a196b99c38c35684d4e1318ed8a0fb070c3b6233a7847be2408cdb
6
+ metadata.gz: 3e87693283b635ef8ce168b0411dfc7a066f979bdbe1446093fd577e89e0278ce0df3582ddac9ed492ffab18bded3cf56dbb4dd52c4e16b2d65c9bd60067c61b
7
+ data.tar.gz: d58b8fa06237da562871b7da45141dab6d3807124b57ce1495c5340c806daec2205a4c56e85434d79c598fa1884b08d48ba93ef6eb2551efecffddae5be28cc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.46.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240415
6
+
7
+ ### v0.45.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240226
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.44.0 (2024-02-23)
4
13
 
5
14
  * 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
@@ -2358,7 +2358,9 @@ module Google
2358
2358
  # @return [String]
2359
2359
  attr_accessor :event_id
2360
2360
 
2361
- #
2361
+ # Phase indicates when in the container event propagation this event is being
2362
+ # communicated. Events are sent before and after the per-resource events are
2363
+ # propagated. required
2362
2364
  # Corresponds to the JSON property `phase`
2363
2365
  # @return [String]
2364
2366
  attr_accessor :phase
@@ -2519,7 +2521,7 @@ module Google
2519
2521
  # various systems. CCFE will provide the CLH with reasons for the current state
2520
2522
  # per system.The current systems that CCFE supports are: Service Management (
2521
2523
  # Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud
2522
- # Billing API)
2524
+ # Billing API) Service Activation (Service Controller)
2523
2525
  class Reasons
2524
2526
  include Google::Apis::Core::Hashable
2525
2527
 
@@ -2538,6 +2540,13 @@ module Google
2538
2540
  # @return [String]
2539
2541
  attr_accessor :data_governance
2540
2542
 
2543
+ # Consumer Container denotes if the service is active within a project or not.
2544
+ # This information could be used to clean up resources in case service in
2545
+ # DISABLED_FULL i.e. Service is inactive > 30 days.
2546
+ # Corresponds to the JSON property `serviceActivation`
2547
+ # @return [String]
2548
+ attr_accessor :service_activation
2549
+
2541
2550
  #
2542
2551
  # Corresponds to the JSON property `serviceManagement`
2543
2552
  # @return [String]
@@ -2552,6 +2561,7 @@ module Google
2552
2561
  @abuse = args[:abuse] if args.key?(:abuse)
2553
2562
  @billing = args[:billing] if args.key?(:billing)
2554
2563
  @data_governance = args[:data_governance] if args.key?(:data_governance)
2564
+ @service_activation = args[:service_activation] if args.key?(:service_activation)
2555
2565
  @service_management = args[:service_management] if args.key?(:service_management)
2556
2566
  end
2557
2567
  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.46.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 = "20240415"
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.46.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-04-21 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.46.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: []