google-apis-apigee_v1 0.102.0 → 0.104.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +38 -33
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/service.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a958f5516c40b348de20a67dcc007e4d2893b7beeed42e80848a65d63622118a
|
4
|
+
data.tar.gz: ce23cd2f708443267e75aa2a7cec7ad966a7378ca94cdd5f7130274a620bf890
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d91cc1f41845bb703c4b22469b4893e2eef83418d96939aeb6e578f1958b807b809a9696c26e5aaebf9320f6e0049240603f0e7682a0cfcbedea2887ecac099b
|
7
|
+
data.tar.gz: '0108199182faf8a06e4459f568448d16cb916bff12775d10e49abe3f2229f0bcb96eeee4bb1787e6222eb42e8813a8b219da7f6d72b32ccc0f0170a7b9c084c7'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-apigee_v1
|
2
2
|
|
3
|
+
### v0.104.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250414
|
6
|
+
|
7
|
+
### v0.103.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250320
|
10
|
+
|
3
11
|
### v0.102.0 (2025-03-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250313
|
@@ -3839,7 +3839,8 @@ module Google
|
|
3839
3839
|
# @return [String]
|
3840
3840
|
attr_accessor :app_family
|
3841
3841
|
|
3842
|
-
# ID of the developer app.
|
3842
|
+
# ID of the developer app. This ID is not user specified but is automatically
|
3843
|
+
# generated on app creation. appId is a UUID.
|
3843
3844
|
# Corresponds to the JSON property `appId`
|
3844
3845
|
# @return [String]
|
3845
3846
|
attr_accessor :app_id
|
@@ -5566,10 +5567,10 @@ module Google
|
|
5566
5567
|
# @return [String]
|
5567
5568
|
attr_accessor :description
|
5568
5569
|
|
5569
|
-
# Customer Managed Encryption Key (CMEK) used for disk and volume
|
5570
|
-
# not specified, a Google-Managed encryption key will be used.
|
5571
|
-
# format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/
|
5572
|
-
# `
|
5570
|
+
# Optional. Customer Managed Encryption Key (CMEK) used for disk and volume
|
5571
|
+
# encryption. If not specified, a Google-Managed encryption key will be used.
|
5572
|
+
# Use the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/
|
5573
|
+
# cryptoKeys/([^/]+)`
|
5573
5574
|
# Corresponds to the JSON property `diskEncryptionKeyName`
|
5574
5575
|
# @return [String]
|
5575
5576
|
attr_accessor :disk_encryption_key_name
|
@@ -7541,17 +7542,19 @@ module Google
|
|
7541
7542
|
# @return [String]
|
7542
7543
|
attr_accessor :analytics_region
|
7543
7544
|
|
7544
|
-
# Cloud KMS key name used for encrypting API consumer data. If not
|
7545
|
-
# BillingType](#BillingType) is `EVALUATION`, a Google-Managed
|
7546
|
-
# will be used. Format: `projects/*/locations/*/keyRings/*/
|
7545
|
+
# Optional. Cloud KMS key name used for encrypting API consumer data. If not
|
7546
|
+
# specified or [BillingType](#BillingType) is `EVALUATION`, a Google-Managed
|
7547
|
+
# encryption key will be used. Format: `projects/*/locations/*/keyRings/*/
|
7548
|
+
# cryptoKeys/*`
|
7547
7549
|
# Corresponds to the JSON property `apiConsumerDataEncryptionKeyName`
|
7548
7550
|
# @return [String]
|
7549
7551
|
attr_accessor :api_consumer_data_encryption_key_name
|
7550
7552
|
|
7551
|
-
# This field is needed only for customers using non-default data
|
7552
|
-
# regions. Apigee stores some control plane data only in single region.
|
7553
|
-
# field determines which single region Apigee should use. For example: "us-
|
7554
|
-
# when control plane is in US or "europe-west2" when control plane is in
|
7553
|
+
# Optional. This field is needed only for customers using non-default data
|
7554
|
+
# residency regions. Apigee stores some control plane data only in single region.
|
7555
|
+
# This field determines which single region Apigee should use. For example: "us-
|
7556
|
+
# west1" when control plane is in US or "europe-west2" when control plane is in
|
7557
|
+
# EU.
|
7555
7558
|
# Corresponds to the JSON property `apiConsumerDataLocation`
|
7556
7559
|
# @return [String]
|
7557
7560
|
attr_accessor :api_consumer_data_location
|
@@ -7568,12 +7571,12 @@ module Google
|
|
7568
7571
|
# @return [Array<String>]
|
7569
7572
|
attr_accessor :attributes
|
7570
7573
|
|
7571
|
-
# Compute Engine network used for Service Networking to be peered with
|
7572
|
-
# runtime instances. See [Getting started with the Service Networking API]
|
7573
|
-
#
|
7574
|
-
# started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD
|
7575
|
-
# value must be set before the creation of a runtime instance and can be
|
7576
|
-
# only when there are no runtime instances. For example: `default`. When
|
7574
|
+
# Optional. Compute Engine network used for Service Networking to be peered with
|
7575
|
+
# Apigee runtime instances. See [Getting started with the Service Networking API]
|
7576
|
+
# (https://cloud.google.com/service-infrastructure/docs/service-networking/
|
7577
|
+
# getting-started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`
|
7578
|
+
# . The value must be set before the creation of a runtime instance and can be
|
7579
|
+
# updated only when there are no runtime instances. For example: `default`. When
|
7577
7580
|
# changing authorizedNetwork, you must reconfigure VPC peering. After VPC
|
7578
7581
|
# peering with previous network is deleted, [run the following command](https://
|
7579
7582
|
# cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
|
@@ -7591,8 +7594,8 @@ module Google
|
|
7591
7594
|
# @return [String]
|
7592
7595
|
attr_accessor :authorized_network
|
7593
7596
|
|
7594
|
-
# Billing type of the Apigee organization. See [Apigee pricing](https
|
7595
|
-
# google.com/apigee/pricing).
|
7597
|
+
# Optional. Billing type of the Apigee organization. See [Apigee pricing](https:/
|
7598
|
+
# /cloud.google.com/apigee/pricing).
|
7596
7599
|
# Corresponds to the JSON property `billingType`
|
7597
7600
|
# @return [String]
|
7598
7601
|
attr_accessor :billing_type
|
@@ -7604,11 +7607,11 @@ module Google
|
|
7604
7607
|
# @return [String]
|
7605
7608
|
attr_accessor :ca_certificate
|
7606
7609
|
|
7607
|
-
# Cloud KMS key name used for encrypting control plane data that is
|
7608
|
-
# multi region. Only used for the data residency region "US" or "EU".
|
7609
|
-
# specified or [BillingType](#BillingType) is `EVALUATION`, a Google-
|
7610
|
-
# encryption key will be used. Format: `projects/*/locations/*/keyRings
|
7611
|
-
# cryptoKeys/*`
|
7610
|
+
# Optional. Cloud KMS key name used for encrypting control plane data that is
|
7611
|
+
# stored in a multi region. Only used for the data residency region "US" or "EU".
|
7612
|
+
# If not specified or [BillingType](#BillingType) is `EVALUATION`, a Google-
|
7613
|
+
# Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*
|
7614
|
+
# /cryptoKeys/*`
|
7612
7615
|
# Corresponds to the JSON property `controlPlaneEncryptionKeyName`
|
7613
7616
|
# @return [String]
|
7614
7617
|
attr_accessor :control_plane_encryption_key_name
|
@@ -7624,7 +7627,7 @@ module Google
|
|
7624
7627
|
# @return [String]
|
7625
7628
|
attr_accessor :customer_name
|
7626
7629
|
|
7627
|
-
# Description of the Apigee organization.
|
7630
|
+
# Optional. Description of the Apigee organization.
|
7628
7631
|
# Corresponds to the JSON property `description`
|
7629
7632
|
# @return [String]
|
7630
7633
|
attr_accessor :description
|
@@ -7644,7 +7647,8 @@ module Google
|
|
7644
7647
|
attr_accessor :disable_vpc_peering
|
7645
7648
|
alias_method :disable_vpc_peering?, :disable_vpc_peering
|
7646
7649
|
|
7647
|
-
# Display name for the Apigee organization. Unused, but reserved for
|
7650
|
+
# Optional. Display name for the Apigee organization. Unused, but reserved for
|
7651
|
+
# future use.
|
7648
7652
|
# Corresponds to the JSON property `displayName`
|
7649
7653
|
# @return [String]
|
7650
7654
|
attr_accessor :display_name
|
@@ -7670,7 +7674,7 @@ module Google
|
|
7670
7674
|
# @return [String]
|
7671
7675
|
attr_accessor :name
|
7672
7676
|
|
7673
|
-
# Configuration for the Portals settings.
|
7677
|
+
# Optional. Configuration for the Portals settings.
|
7674
7678
|
# Corresponds to the JSON property `portalDisabled`
|
7675
7679
|
# @return [Boolean]
|
7676
7680
|
attr_accessor :portal_disabled
|
@@ -7687,11 +7691,12 @@ module Google
|
|
7687
7691
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties]
|
7688
7692
|
attr_accessor :properties
|
7689
7693
|
|
7690
|
-
# Cloud KMS key name used for encrypting the data that is stored and
|
7691
|
-
# across runtime instances. Update is not allowed after the
|
7692
|
-
# created. If not specified or [RuntimeType](#RuntimeType) is `
|
7693
|
-
# Managed encryption key will be used. For example: "projects/
|
7694
|
-
# keyRings/bar/cryptoKeys/baz". **Note:** Not supported for
|
7694
|
+
# Optional. Cloud KMS key name used for encrypting the data that is stored and
|
7695
|
+
# replicated across runtime instances. Update is not allowed after the
|
7696
|
+
# organization is created. If not specified or [RuntimeType](#RuntimeType) is `
|
7697
|
+
# TRIAL`, a Google-Managed encryption key will be used. For example: "projects/
|
7698
|
+
# foo/locations/us/keyRings/bar/cryptoKeys/baz". **Note:** Not supported for
|
7699
|
+
# Apigee hybrid.
|
7695
7700
|
# Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName`
|
7696
7701
|
# @return [String]
|
7697
7702
|
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.
|
19
|
+
GEM_VERSION = "0.104.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 = "
|
25
|
+
REVISION = "20250414"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7596,7 +7596,8 @@ module Google
|
|
7596
7596
|
execute_or_queue_command(command, &block)
|
7597
7597
|
end
|
7598
7598
|
|
7599
|
-
# Updates the certificate in an alias.
|
7599
|
+
# Updates the certificate in an alias. The updated certificate must be in PEM-
|
7600
|
+
# or DER-encoded X.509 format.
|
7600
7601
|
# @param [String] name
|
7601
7602
|
# Required. Name of the alias. Use the following format in your request: `
|
7602
7603
|
# organizations/`org`/environments/`env`/keystores/`keystore`/aliases/`alias``
|
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.
|
4
|
+
version: 0.104.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.104.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:
|