google-apis-apigee_v1 0.42.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: eea308066c257c4f083b7e4f03a443fae19209d9dd780727e2716106d204c62b
4
- data.tar.gz: b58fbbd2a3a20062a41c4d2a7a670b584a5714d3ac6907d4db853b140a70fad5
3
+ metadata.gz: cd22b37fc31bac57feb8daf981cb83a30e2004fb11865abd8505ac7f9ce7018c
4
+ data.tar.gz: db81216ea3d25e6f443bd87dc36e1a688b1c8791e281e46a21552566080b6ce2
5
5
  SHA512:
6
- metadata.gz: 57def9287592976d86416a9fb069137a65228f10fdb2b2246dc893af82598fe2e91cb56375145f7e941101d5e7d2197f16e7aae4bb5b9e6f869619b50b9c9bc2
7
- data.tar.gz: c9b70890a3dbc5ccf2319409f1030c3181f00a5db611eccf9f9083cb9fc42641616a1ba9876d4b3ed72c4e893baf1490a77d0799e6bd15b484266c55210c525d
6
+ metadata.gz: 30f1a727b814c845bd69aa6a1967ba4adbd038ef34841301baa9fdf9c94af1f08473e41eb4884db4ccb804c5bc76de39a800de03f2ccf3d708b52ef23230b2b2
7
+ data.tar.gz: 1556f9f3aedfee49566918851f3affd748624b05a2931970cd27a2ca2e636dd34f35fc42467d7e43802045f53e882229a8f6311067acaf3e625edbeb902d2b03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.45.0 (2022-05-10)
4
+
5
+ * Regenerated from discovery document revision 20220509
6
+
7
+ ### v0.44.0 (2022-05-03)
8
+
9
+ * Regenerated from discovery document revision 20220428
10
+
11
+ ### v0.43.0 (2022-04-26)
12
+
13
+ * Regenerated from discovery document revision 20220421
14
+
3
15
  ### v0.42.0 (2022-04-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220407
@@ -692,7 +692,7 @@ module Google
692
692
  attr_accessor :read_only
693
693
  alias_method :read_only?, :read_only
694
694
 
695
- # Output only. List of revisons defined for the API proxy.
695
+ # Output only. List of revisions defined for the API proxy.
696
696
  # Corresponds to the JSON property `revision`
697
697
  # @return [Array<String>]
698
698
  attr_accessor :revision
@@ -5267,6 +5267,13 @@ module Google
5267
5267
  # @return [String]
5268
5268
  attr_accessor :analytics_region
5269
5269
 
5270
+ # Output only. Apigee Project ID associated with the organization. Use this
5271
+ # project to allowlist Apigee in the Service Attachment when using private
5272
+ # service connect with Apigee.
5273
+ # Corresponds to the JSON property `apigeeProjectId`
5274
+ # @return [String]
5275
+ attr_accessor :apigee_project_id
5276
+
5270
5277
  # Not used by Apigee.
5271
5278
  # Corresponds to the JSON property `attributes`
5272
5279
  # @return [Array<String>]
@@ -5404,6 +5411,7 @@ module Google
5404
5411
  def update!(**args)
5405
5412
  @addons_config = args[:addons_config] if args.key?(:addons_config)
5406
5413
  @analytics_region = args[:analytics_region] if args.key?(:analytics_region)
5414
+ @apigee_project_id = args[:apigee_project_id] if args.key?(:apigee_project_id)
5407
5415
  @attributes = args[:attributes] if args.key?(:attributes)
5408
5416
  @authorized_network = args[:authorized_network] if args.key?(:authorized_network)
5409
5417
  @billing_type = args[:billing_type] if args.key?(:billing_type)
@@ -7662,8 +7670,8 @@ module Google
7662
7670
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
7663
7671
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
7664
7672
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
7665
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
7666
- # DATA_WRITE logging.
7673
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
7674
+ # from DATA_WRITE logging.
7667
7675
  class GoogleIamV1AuditConfig
7668
7676
  include Google::Apis::Core::Hashable
7669
7677
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220407"
25
+ REVISION = "20220509"
26
26
  end
27
27
  end
28
28
  end
@@ -2655,6 +2655,7 @@ module Google
2655
2655
  property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig::Representation
2656
2656
 
2657
2657
  property :analytics_region, as: 'analyticsRegion'
2658
+ property :apigee_project_id, as: 'apigeeProjectId'
2658
2659
  collection :attributes, as: 'attributes'
2659
2660
  property :authorized_network, as: 'authorizedNetwork'
2660
2661
  property :billing_type, as: 'billingType'
@@ -120,10 +120,20 @@ module Google
120
120
  execute_or_queue_command(command, &block)
121
121
  end
122
122
 
123
- # Delete an Apigee organization. Only supported for SubscriptionType TRIAL.
123
+ # Delete an Apigee organization. For organizations with BillingType EVALUATION,
124
+ # an immediate deletion is performed. For paid organizations, a soft-deletion is
125
+ # performed. The organization can be restored within the soft-deletion period -
126
+ # which can be controlled using the retention field in the request.
124
127
  # @param [String] name
125
128
  # Required. Name of the organization. Use the following structure in your
126
129
  # request: `organizations/`org``
130
+ # @param [String] retention
131
+ # Optional. This setting is only applicable for organizations that are soft-
132
+ # deleted (i.e. BillingType is not EVALUATION). It controls how long
133
+ # Organization data will be retained after the initial delete operation
134
+ # completes. During this period, the Organization may be restored to its last
135
+ # known state. After this period, the Organization will no longer be able to be
136
+ # restored.
127
137
  # @param [String] fields
128
138
  # Selector specifying which fields to include in a partial response.
129
139
  # @param [String] quota_user
@@ -141,11 +151,12 @@ module Google
141
151
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
142
152
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
143
153
  # @raise [Google::Apis::AuthorizationError] Authorization is required
144
- def delete_organization(name, fields: nil, quota_user: nil, options: nil, &block)
154
+ def delete_organization(name, retention: nil, fields: nil, quota_user: nil, options: nil, &block)
145
155
  command = make_simple_command(:delete, 'v1/{+name}', options)
146
156
  command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
147
157
  command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
148
158
  command.params['name'] = name unless name.nil?
159
+ command.query['retention'] = retention unless retention.nil?
149
160
  command.query['fields'] = fields unless fields.nil?
150
161
  command.query['quotaUser'] = quota_user unless quota_user.nil?
151
162
  execute_or_queue_command(command, &block)
@@ -4087,8 +4098,9 @@ module Google
4087
4098
  # api-platform/system-administration/manage-users-roles). You must have the `
4088
4099
  # apigee.environments.getIamPolicy` permission to call this API.
4089
4100
  # @param [String] resource
4090
- # REQUIRED: The resource for which the policy is being requested. See the
4091
- # operation documentation for the appropriate value for this field.
4101
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
4102
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4103
+ # appropriate value for this field.
4092
4104
  # @param [Fixnum] options_requested_policy_version
4093
4105
  # Optional. The maximum policy version that will be used to format the policy.
4094
4106
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -4165,8 +4177,9 @@ module Google
4165
4177
  # administration/manage-users-roles). You must have the `apigee.environments.
4166
4178
  # setIamPolicy` permission to call this API.
4167
4179
  # @param [String] resource
4168
- # REQUIRED: The resource for which the policy is being specified. See the
4169
- # operation documentation for the appropriate value for this field.
4180
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
4181
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4182
+ # appropriate value for this field.
4170
4183
  # @param [Google::Apis::ApigeeV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
4171
4184
  # @param [String] fields
4172
4185
  # Selector specifying which fields to include in a partial response.
@@ -4234,8 +4247,9 @@ module Google
4234
4247
  # permissions that the user has on the environment. If the environment does not
4235
4248
  # exist, an empty permission set is returned (a NOT_FOUND error is not returned).
4236
4249
  # @param [String] resource
4237
- # REQUIRED: The resource for which the policy detail is being requested. See the
4238
- # operation documentation for the appropriate value for this field.
4250
+ # REQUIRED: The resource for which the policy detail is being requested. See [
4251
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
4252
+ # appropriate value for this field.
4239
4253
  # @param [Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
4240
4254
  # @param [String] fields
4241
4255
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-16 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-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []