google-apis-appengine_v1beta 0.37.0 → 0.39.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: 8cfb03f3c787e199c488f603c5bfec0064ed3a7f7c9bdd0bab0b90e077dc560c
4
- data.tar.gz: b2b922bed95c18d88ae8bd4cefc2c5af0e90184e7d11406fd60846694485551f
3
+ metadata.gz: 70724ab189da4837a18cc6234c3f0f5b6b4f55c9aae0c57afd871bc83db2c23a
4
+ data.tar.gz: 8511b8e901772a90d65b62da564689adada6b339ac4941bbc31f34da1a757b03
5
5
  SHA512:
6
- metadata.gz: a5f9c36b7508cd1905aa7aa8e27230fcbf76703fd83b4e2443f91ea1668a77d011acb2f5846af0bde5509f77be8ce730a40718cb702d8951f3235dcf0999dee8
7
- data.tar.gz: 71920894a4cd48283485d2506736f27c529b5c14913ac66bd32698c0a3d7ca91fb3e485bb86e38508fb6a05c2a7c7ef026141765921dbd5bec0d992bc05fc2be
6
+ metadata.gz: bab74767984240ef9dbbd983a5129b12c078cfc009ade953120693ab2902994db917caae1e0daf844d907699b41bc5ea77f73386a2fcb40b6554f87e2c6be220
7
+ data.tar.gz: 23d28a687537c60daffa623374576192bf4f89c4186e4515457447735bf2ae9372458ba6221693d2337e8d008aee0b3f06c582ae4e7be95218f9252649cdfdd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.39.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
7
+ ### v0.38.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230821
10
+
3
11
  ### v0.37.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230807
@@ -146,6 +146,13 @@ module Google
146
146
  # @return [String]
147
147
  attr_accessor :gcr_domain
148
148
 
149
+ # Additional Google Generated Customer Metadata, this field won't be provided by
150
+ # default and can be requested by setting the IncludeExtraData field in
151
+ # GetApplicationRequest
152
+ # Corresponds to the JSON property `generatedCustomerMetadata`
153
+ # @return [Hash<String,Object>]
154
+ attr_accessor :generated_customer_metadata
155
+
149
156
  # Identity-Aware Proxy
150
157
  # Corresponds to the JSON property `iap`
151
158
  # @return [Google::Apis::AppengineV1beta::IdentityAwareProxy]
@@ -199,6 +206,7 @@ module Google
199
206
  @dispatch_rules = args[:dispatch_rules] if args.key?(:dispatch_rules)
200
207
  @feature_settings = args[:feature_settings] if args.key?(:feature_settings)
201
208
  @gcr_domain = args[:gcr_domain] if args.key?(:gcr_domain)
209
+ @generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
202
210
  @iap = args[:iap] if args.key?(:iap)
203
211
  @id = args[:id] if args.key?(:id)
204
212
  @location_id = args[:location_id] if args.key?(:location_id)
@@ -736,6 +744,47 @@ module Google
736
744
  end
737
745
  end
738
746
 
747
+ # Represents a whole or partial calendar date, such as a birthday. The time of
748
+ # day and time zone are either specified elsewhere or are insignificant. The
749
+ # date is relative to the Gregorian Calendar. This can represent one of the
750
+ # following: A full date, with non-zero year, month, and day values. A month and
751
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
752
+ # zero month and a zero day. A year and month, with a zero day (for example, a
753
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
754
+ # DateTime google.protobuf.Timestamp
755
+ class Date
756
+ include Google::Apis::Core::Hashable
757
+
758
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
759
+ # specify a year by itself or a year and month where the day isn't significant.
760
+ # Corresponds to the JSON property `day`
761
+ # @return [Fixnum]
762
+ attr_accessor :day
763
+
764
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
765
+ # and day.
766
+ # Corresponds to the JSON property `month`
767
+ # @return [Fixnum]
768
+ attr_accessor :month
769
+
770
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
771
+ # year.
772
+ # Corresponds to the JSON property `year`
773
+ # @return [Fixnum]
774
+ attr_accessor :year
775
+
776
+ def initialize(**args)
777
+ update!(**args)
778
+ end
779
+
780
+ # Update properties of this object
781
+ def update!(**args)
782
+ @day = args[:day] if args.key?(:day)
783
+ @month = args[:month] if args.key?(:month)
784
+ @year = args[:year] if args.key?(:year)
785
+ end
786
+ end
787
+
739
788
  # Request message for Instances.DebugInstance.
740
789
  class DebugInstanceRequest
741
790
  include Google::Apis::Core::Hashable
@@ -2627,6 +2676,42 @@ module Google
2627
2676
  class Runtime
2628
2677
  include Google::Apis::Core::Hashable
2629
2678
 
2679
+ # Represents a whole or partial calendar date, such as a birthday. The time of
2680
+ # day and time zone are either specified elsewhere or are insignificant. The
2681
+ # date is relative to the Gregorian Calendar. This can represent one of the
2682
+ # following: A full date, with non-zero year, month, and day values. A month and
2683
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
2684
+ # zero month and a zero day. A year and month, with a zero day (for example, a
2685
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
2686
+ # DateTime google.protobuf.Timestamp
2687
+ # Corresponds to the JSON property `decommissionedDate`
2688
+ # @return [Google::Apis::AppengineV1beta::Date]
2689
+ attr_accessor :decommissioned_date
2690
+
2691
+ # Represents a whole or partial calendar date, such as a birthday. The time of
2692
+ # day and time zone are either specified elsewhere or are insignificant. The
2693
+ # date is relative to the Gregorian Calendar. This can represent one of the
2694
+ # following: A full date, with non-zero year, month, and day values. A month and
2695
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
2696
+ # zero month and a zero day. A year and month, with a zero day (for example, a
2697
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
2698
+ # DateTime google.protobuf.Timestamp
2699
+ # Corresponds to the JSON property `deprecationDate`
2700
+ # @return [Google::Apis::AppengineV1beta::Date]
2701
+ attr_accessor :deprecation_date
2702
+
2703
+ # Represents a whole or partial calendar date, such as a birthday. The time of
2704
+ # day and time zone are either specified elsewhere or are insignificant. The
2705
+ # date is relative to the Gregorian Calendar. This can represent one of the
2706
+ # following: A full date, with non-zero year, month, and day values. A month and
2707
+ # day, with a zero year (for example, an anniversary). A year on its own, with a
2708
+ # zero month and a zero day. A year and month, with a zero day (for example, a
2709
+ # credit card expiration date).Related types: google.type.TimeOfDay google.type.
2710
+ # DateTime google.protobuf.Timestamp
2711
+ # Corresponds to the JSON property `endOfSupportDate`
2712
+ # @return [Google::Apis::AppengineV1beta::Date]
2713
+ attr_accessor :end_of_support_date
2714
+
2630
2715
  # The environment of the runtime.
2631
2716
  # Corresponds to the JSON property `environment`
2632
2717
  # @return [String]
@@ -2653,6 +2738,9 @@ module Google
2653
2738
 
2654
2739
  # Update properties of this object
2655
2740
  def update!(**args)
2741
+ @decommissioned_date = args[:decommissioned_date] if args.key?(:decommissioned_date)
2742
+ @deprecation_date = args[:deprecation_date] if args.key?(:deprecation_date)
2743
+ @end_of_support_date = args[:end_of_support_date] if args.key?(:end_of_support_date)
2656
2744
  @environment = args[:environment] if args.key?(:environment)
2657
2745
  @name = args[:name] if args.key?(:name)
2658
2746
  @stage = args[:stage] if args.key?(:stage)
@@ -3419,7 +3507,7 @@ module Google
3419
3507
  # @return [String]
3420
3508
  attr_accessor :egress_setting
3421
3509
 
3422
- # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/
3510
+ # Full Serverless VPC Access Connector name e.g. projects/my-project/locations/
3423
3511
  # us-central1/connectors/c1.
3424
3512
  # Corresponds to the JSON property `name`
3425
3513
  # @return [String]
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.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 = "20230807"
25
+ REVISION = "20230831"
26
26
  end
27
27
  end
28
28
  end
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class Date
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class DebugInstanceRequest
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -534,6 +540,7 @@ module Google
534
540
  property :feature_settings, as: 'featureSettings', class: Google::Apis::AppengineV1beta::FeatureSettings, decorator: Google::Apis::AppengineV1beta::FeatureSettings::Representation
535
541
 
536
542
  property :gcr_domain, as: 'gcrDomain'
543
+ hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
537
544
  property :iap, as: 'iap', class: Google::Apis::AppengineV1beta::IdentityAwareProxy, decorator: Google::Apis::AppengineV1beta::IdentityAwareProxy::Representation
538
545
 
539
546
  property :id, as: 'id'
@@ -689,6 +696,15 @@ module Google
689
696
  end
690
697
  end
691
698
 
699
+ class Date
700
+ # @private
701
+ class Representation < Google::Apis::Core::JsonRepresentation
702
+ property :day, as: 'day'
703
+ property :month, as: 'month'
704
+ property :year, as: 'year'
705
+ end
706
+ end
707
+
692
708
  class DebugInstanceRequest
693
709
  # @private
694
710
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1186,6 +1202,12 @@ module Google
1186
1202
  class Runtime
1187
1203
  # @private
1188
1204
  class Representation < Google::Apis::Core::JsonRepresentation
1205
+ property :decommissioned_date, as: 'decommissionedDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1206
+
1207
+ property :deprecation_date, as: 'deprecationDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1208
+
1209
+ property :end_of_support_date, as: 'endOfSupportDate', class: Google::Apis::AppengineV1beta::Date, decorator: Google::Apis::AppengineV1beta::Date::Representation
1210
+
1189
1211
  property :environment, as: 'environment'
1190
1212
  property :name, as: 'name'
1191
1213
  property :stage, as: 'stage'
@@ -87,6 +87,8 @@ module Google
87
87
  # Gets information about an application.
88
88
  # @param [String] apps_id
89
89
  # Part of `name`. Name of the Application resource to get. Example: apps/myapp.
90
+ # @param [String] include_extra_data
91
+ # Optional. Options to include extra data
90
92
  # @param [String] fields
91
93
  # Selector specifying which fields to include in a partial response.
92
94
  # @param [String] quota_user
@@ -104,11 +106,12 @@ module Google
104
106
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
105
107
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
106
108
  # @raise [Google::Apis::AuthorizationError] Authorization is required
107
- def get_app(apps_id, fields: nil, quota_user: nil, options: nil, &block)
109
+ def get_app(apps_id, include_extra_data: nil, fields: nil, quota_user: nil, options: nil, &block)
108
110
  command = make_simple_command(:get, 'v1beta/apps/{appsId}', options)
109
111
  command.response_representation = Google::Apis::AppengineV1beta::Application::Representation
110
112
  command.response_class = Google::Apis::AppengineV1beta::Application
111
113
  command.params['appsId'] = apps_id unless apps_id.nil?
114
+ command.query['includeExtraData'] = include_extra_data unless include_extra_data.nil?
112
115
  command.query['fields'] = fields unless fields.nil?
113
116
  command.query['quotaUser'] = quota_user unless quota_user.nil?
114
117
  execute_or_queue_command(command, &block)
@@ -982,10 +985,6 @@ module Google
982
985
  # apps/myapp.
983
986
  # @param [String] environment
984
987
  # Optional. The environment of the Application.
985
- # @param [Fixnum] page_size
986
- # Optional. Maximum results to return per page.
987
- # @param [String] page_token
988
- # Optional. Continuation token for fetching the next page of results.
989
988
  # @param [String] fields
990
989
  # Selector specifying which fields to include in a partial response.
991
990
  # @param [String] quota_user
@@ -1003,14 +1002,12 @@ module Google
1003
1002
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1004
1003
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1005
1004
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1006
- def list_app_runtimes(apps_id, environment: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1005
+ def list_app_runtimes(apps_id, environment: nil, fields: nil, quota_user: nil, options: nil, &block)
1007
1006
  command = make_simple_command(:get, 'v1beta/apps/{appsId}/runtimes', options)
1008
1007
  command.response_representation = Google::Apis::AppengineV1beta::ListRuntimesResponse::Representation
1009
1008
  command.response_class = Google::Apis::AppengineV1beta::ListRuntimesResponse
1010
1009
  command.params['appsId'] = apps_id unless apps_id.nil?
1011
1010
  command.query['environment'] = environment unless environment.nil?
1012
- command.query['pageSize'] = page_size unless page_size.nil?
1013
- command.query['pageToken'] = page_token unless page_token.nil?
1014
1011
  command.query['fields'] = fields unless fields.nil?
1015
1012
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1016
1013
  execute_or_queue_command(command, &block)
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.37.0
4
+ version: 0.39.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-08-20 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.39.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for App Engine Admin API V1beta