google-apis-appengine_v1beta 0.43.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: 6ca084db32eb6925884a1df46d5f11c86433ff08510887205d9ae17cf83c7531
4
- data.tar.gz: 272a2fa0d39efab8ac0de84aef81ac1e9c0ba90e78e52a9fe14c61d22af0bfb7
3
+ metadata.gz: 8c1445d8b1ce817eb975484686405ce4cd0ca4c3fa63fc7301f84aa81b76480a
4
+ data.tar.gz: a3952d642d43fb059e7de1479118f3c6bff0c8950e649c14d20348d58df0f067
5
5
  SHA512:
6
- metadata.gz: 71bc7a969c855cc7a566dc532955af84f242e7cd85126e0c6f7540fca715e3d5510c789a801845e9f6e1c989c683f3ab3a279986e676e9cb2f92ae8f3bbcc70c
7
- data.tar.gz: dcdb0e1326bd9d217fd4a80a2dd2e7f9fc8f68933fa16f7ee164707754941d26d67f91ed4fefae778886e76215e9696380cadfacc1ff7e1c0d995fedf79a836d
6
+ metadata.gz: 022cc0eacca7dae7796f7af489d603cbfb1688b842ee9398c407c73727356d08372b217dd42f6b367c722343c7d47c3ed115fd213cf725ff2ab5f2f14927ab1e
7
+ data.tar.gz: 978761b2b85fa804e1b15d7b80c3cfb9d06deb0786acc1470d41ae0472f9e42a757d4ebf2791ee7926e171a4c88b1574c0fa1f781f56955e57faaf5a06bce701
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.44.0 (2024-02-23)
9
+
10
+ * Regenerated from discovery document revision 20240218
11
+
3
12
  ### v0.43.0 (2024-02-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20240212
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/appengine/docs/admin-api/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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
@@ -2700,6 +2708,11 @@ module Google
2700
2708
  # @return [Google::Apis::AppengineV1beta::Date]
2701
2709
  attr_accessor :deprecation_date
2702
2710
 
2711
+ # User-friendly display name, e.g. 'Node.js 12', etc.
2712
+ # Corresponds to the JSON property `displayName`
2713
+ # @return [String]
2714
+ attr_accessor :display_name
2715
+
2703
2716
  # Represents a whole or partial calendar date, such as a birthday. The time of
2704
2717
  # day and time zone are either specified elsewhere or are insignificant. The
2705
2718
  # date is relative to the Gregorian Calendar. This can represent one of the
@@ -2745,6 +2758,7 @@ module Google
2745
2758
  def update!(**args)
2746
2759
  @decommissioned_date = args[:decommissioned_date] if args.key?(:decommissioned_date)
2747
2760
  @deprecation_date = args[:deprecation_date] if args.key?(:deprecation_date)
2761
+ @display_name = args[:display_name] if args.key?(:display_name)
2748
2762
  @end_of_support_date = args[:end_of_support_date] if args.key?(:end_of_support_date)
2749
2763
  @environment = args[:environment] if args.key?(:environment)
2750
2764
  @name = args[:name] if args.key?(:name)
@@ -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.43.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 = "20240212"
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
@@ -1206,6 +1207,7 @@ module Google
1206
1207
 
1207
1208
  property :deprecation_date, as: 'deprecationDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1208
1209
 
1210
+ property :display_name, as: 'displayName'
1209
1211
  property :end_of_support_date, as: 'endOfSupportDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1210
1212
 
1211
1213
  property :environment, as: 'environment'
@@ -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.43.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-18 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
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.12.0
29
+ version: 0.14.0
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.43.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1beta