google-apis-apigee_v1 0.102.0 → 0.103.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: b3b8b9d5dca99221bcef49808cd08f80f118a64231dd6261f8da35e6d36a2bcf
4
- data.tar.gz: e29ed7ebe8baf0c5948a3929b6c32c92dd6eaaaa8b86e55e6e6b65c8256db762
3
+ metadata.gz: ef1253238ea0f654e24f08a0de9f7d33c01ce4b209417e25e10b8682b201a278
4
+ data.tar.gz: 76462057948d202748d3480668691b11347eb52b34dc350d2bc7e1b3c8d6eae6
5
5
  SHA512:
6
- metadata.gz: 54bbeadb238074e750dff341c30b748c62c221c3ace84573c84373515bbb14c75cef9acdd5f418b208681a162049ba7b28234ae5862aa1363b0fbe887f32da44
7
- data.tar.gz: 483adc4c4952a71371914e9d0cf04e8cbf68d0d0583c065ca8f84a1d087ccedd48835f197ab141b401d26e8a47dfad9785125593fe1c784766bbd0802d47a2e9
6
+ metadata.gz: 890a9ad4f4a57f9d1b94831cda94c719c00c099b3c691225702b52ce993ab169babdf38307a9c669bd435ccdc693fc2a456622790ca8b283559a1e617dbd36e6
7
+ data.tar.gz: 9696611a8a62dc72957a5799ff295d39165ad722cd346ec79fb5bbaf6d8f4b3971fbcc917fb92fc95a6219f0d0d5da14cc51042aa9329723d558f5aad009459b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.103.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+
3
7
  ### v0.102.0 (2025-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20250313
@@ -5566,10 +5566,10 @@ module Google
5566
5566
  # @return [String]
5567
5567
  attr_accessor :description
5568
5568
 
5569
- # Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If
5570
- # not specified, a Google-Managed encryption key will be used. Use the following
5571
- # format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
5572
- # `
5569
+ # Optional. Customer Managed Encryption Key (CMEK) used for disk and volume
5570
+ # encryption. If not specified, a Google-Managed encryption key will be used.
5571
+ # Use the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/
5572
+ # cryptoKeys/([^/]+)`
5573
5573
  # Corresponds to the JSON property `diskEncryptionKeyName`
5574
5574
  # @return [String]
5575
5575
  attr_accessor :disk_encryption_key_name
@@ -7541,17 +7541,19 @@ module Google
7541
7541
  # @return [String]
7542
7542
  attr_accessor :analytics_region
7543
7543
 
7544
- # Cloud KMS key name used for encrypting API consumer data. If not specified or [
7545
- # BillingType](#BillingType) is `EVALUATION`, a Google-Managed encryption key
7546
- # will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
7544
+ # Optional. Cloud KMS key name used for encrypting API consumer data. If not
7545
+ # specified or [BillingType](#BillingType) is `EVALUATION`, a Google-Managed
7546
+ # encryption key will be used. Format: `projects/*/locations/*/keyRings/*/
7547
+ # cryptoKeys/*`
7547
7548
  # Corresponds to the JSON property `apiConsumerDataEncryptionKeyName`
7548
7549
  # @return [String]
7549
7550
  attr_accessor :api_consumer_data_encryption_key_name
7550
7551
 
7551
- # This field is needed only for customers using non-default data residency
7552
- # regions. Apigee stores some control plane data only in single region. This
7553
- # field determines which single region Apigee should use. For example: "us-west1"
7554
- # when control plane is in US or "europe-west2" when control plane is in EU.
7552
+ # Optional. This field is needed only for customers using non-default data
7553
+ # residency regions. Apigee stores some control plane data only in single region.
7554
+ # This field determines which single region Apigee should use. For example: "us-
7555
+ # west1" when control plane is in US or "europe-west2" when control plane is in
7556
+ # EU.
7555
7557
  # Corresponds to the JSON property `apiConsumerDataLocation`
7556
7558
  # @return [String]
7557
7559
  attr_accessor :api_consumer_data_location
@@ -7568,12 +7570,12 @@ module Google
7568
7570
  # @return [Array<String>]
7569
7571
  attr_accessor :attributes
7570
7572
 
7571
- # Compute Engine network used for Service Networking to be peered with Apigee
7572
- # runtime instances. See [Getting started with the Service Networking API](https:
7573
- # //cloud.google.com/service-infrastructure/docs/service-networking/getting-
7574
- # started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The
7575
- # value must be set before the creation of a runtime instance and can be updated
7576
- # only when there are no runtime instances. For example: `default`. When
7573
+ # Optional. Compute Engine network used for Service Networking to be peered with
7574
+ # Apigee runtime instances. See [Getting started with the Service Networking API]
7575
+ # (https://cloud.google.com/service-infrastructure/docs/service-networking/
7576
+ # getting-started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`
7577
+ # . The value must be set before the creation of a runtime instance and can be
7578
+ # updated only when there are no runtime instances. For example: `default`. When
7577
7579
  # changing authorizedNetwork, you must reconfigure VPC peering. After VPC
7578
7580
  # peering with previous network is deleted, [run the following command](https://
7579
7581
  # cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
@@ -7591,8 +7593,8 @@ module Google
7591
7593
  # @return [String]
7592
7594
  attr_accessor :authorized_network
7593
7595
 
7594
- # Billing type of the Apigee organization. See [Apigee pricing](https://cloud.
7595
- # google.com/apigee/pricing).
7596
+ # Optional. Billing type of the Apigee organization. See [Apigee pricing](https:/
7597
+ # /cloud.google.com/apigee/pricing).
7596
7598
  # Corresponds to the JSON property `billingType`
7597
7599
  # @return [String]
7598
7600
  attr_accessor :billing_type
@@ -7604,11 +7606,11 @@ module Google
7604
7606
  # @return [String]
7605
7607
  attr_accessor :ca_certificate
7606
7608
 
7607
- # Cloud KMS key name used for encrypting control plane data that is stored in a
7608
- # multi region. Only used for the data residency region "US" or "EU". If not
7609
- # specified or [BillingType](#BillingType) is `EVALUATION`, a Google-Managed
7610
- # encryption key will be used. Format: `projects/*/locations/*/keyRings/*/
7611
- # cryptoKeys/*`
7609
+ # Optional. Cloud KMS key name used for encrypting control plane data that is
7610
+ # stored in a multi region. Only used for the data residency region "US" or "EU".
7611
+ # If not specified or [BillingType](#BillingType) is `EVALUATION`, a Google-
7612
+ # Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*
7613
+ # /cryptoKeys/*`
7612
7614
  # Corresponds to the JSON property `controlPlaneEncryptionKeyName`
7613
7615
  # @return [String]
7614
7616
  attr_accessor :control_plane_encryption_key_name
@@ -7624,7 +7626,7 @@ module Google
7624
7626
  # @return [String]
7625
7627
  attr_accessor :customer_name
7626
7628
 
7627
- # Description of the Apigee organization.
7629
+ # Optional. Description of the Apigee organization.
7628
7630
  # Corresponds to the JSON property `description`
7629
7631
  # @return [String]
7630
7632
  attr_accessor :description
@@ -7644,7 +7646,8 @@ module Google
7644
7646
  attr_accessor :disable_vpc_peering
7645
7647
  alias_method :disable_vpc_peering?, :disable_vpc_peering
7646
7648
 
7647
- # Display name for the Apigee organization. Unused, but reserved for future use.
7649
+ # Optional. Display name for the Apigee organization. Unused, but reserved for
7650
+ # future use.
7648
7651
  # Corresponds to the JSON property `displayName`
7649
7652
  # @return [String]
7650
7653
  attr_accessor :display_name
@@ -7670,7 +7673,7 @@ module Google
7670
7673
  # @return [String]
7671
7674
  attr_accessor :name
7672
7675
 
7673
- # Configuration for the Portals settings.
7676
+ # Optional. Configuration for the Portals settings.
7674
7677
  # Corresponds to the JSON property `portalDisabled`
7675
7678
  # @return [Boolean]
7676
7679
  attr_accessor :portal_disabled
@@ -7687,11 +7690,12 @@ module Google
7687
7690
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties]
7688
7691
  attr_accessor :properties
7689
7692
 
7690
- # Cloud KMS key name used for encrypting the data that is stored and replicated
7691
- # across runtime instances. Update is not allowed after the organization is
7692
- # created. If not specified or [RuntimeType](#RuntimeType) is `TRIAL`, a Google-
7693
- # Managed encryption key will be used. For example: "projects/foo/locations/us/
7694
- # keyRings/bar/cryptoKeys/baz". **Note:** Not supported for Apigee hybrid.
7693
+ # Optional. Cloud KMS key name used for encrypting the data that is stored and
7694
+ # replicated across runtime instances. Update is not allowed after the
7695
+ # organization is created. If not specified or [RuntimeType](#RuntimeType) is `
7696
+ # TRIAL`, a Google-Managed encryption key will be used. For example: "projects/
7697
+ # foo/locations/us/keyRings/bar/cryptoKeys/baz". **Note:** Not supported for
7698
+ # Apigee hybrid.
7695
7699
  # Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName`
7696
7700
  # @return [String]
7697
7701
  attr_accessor :runtime_database_encryption_key_name
@@ -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.102.0"
19
+ GEM_VERSION = "0.103.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250313"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.102.0
4
+ version: 0.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.102.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.103.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
62
62
  rdoc_options: []
63
63
  require_paths: