@@ -5566,10 +5566,10 @@ class GoogleCloudApigeeV1Instance
55665566 # @return [String]
55675567 attr_accessor :description
55685568
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/([^/]+) `
55735573 # Corresponds to the JSON property `diskEncryptionKeyName`
55745574 # @return [String]
55755575 attr_accessor :disk_encryption_key_name
@@ -7541,17 +7541,19 @@ class GoogleCloudApigeeV1Organization
75417541 # @return [String]
75427542 attr_accessor :analytics_region
75437543
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/*`
75477548 # Corresponds to the JSON property `apiConsumerDataEncryptionKeyName`
75487549 # @return [String]
75497550 attr_accessor :api_consumer_data_encryption_key_name
75507551
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.
75557557 # Corresponds to the JSON property `apiConsumerDataLocation`
75567558 # @return [String]
75577559 attr_accessor :api_consumer_data_location
@@ -7568,12 +7570,12 @@ class GoogleCloudApigeeV1Organization
75687570 # @return [Array<String>]
75697571 attr_accessor :attributes
75707572
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
75777579 # changing authorizedNetwork, you must reconfigure VPC peering. After VPC
75787580 # peering with previous network is deleted, [run the following command](https://
75797581 # cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
@@ -7591,8 +7593,8 @@ class GoogleCloudApigeeV1Organization
75917593 # @return [String]
75927594 attr_accessor :authorized_network
75937595
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).
75967598 # Corresponds to the JSON property `billingType`
75977599 # @return [String]
75987600 attr_accessor :billing_type
@@ -7604,11 +7606,11 @@ class GoogleCloudApigeeV1Organization
76047606 # @return [String]
76057607 attr_accessor :ca_certificate
76067608
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/*`
76127614 # Corresponds to the JSON property `controlPlaneEncryptionKeyName`
76137615 # @return [String]
76147616 attr_accessor :control_plane_encryption_key_name
@@ -7624,7 +7626,7 @@ class GoogleCloudApigeeV1Organization
76247626 # @return [String]
76257627 attr_accessor :customer_name
76267628
7627- # Description of the Apigee organization.
7629+ # Optional. Description of the Apigee organization.
76287630 # Corresponds to the JSON property `description`
76297631 # @return [String]
76307632 attr_accessor :description
@@ -7644,7 +7646,8 @@ class GoogleCloudApigeeV1Organization
76447646 attr_accessor :disable_vpc_peering
76457647 alias_method :disable_vpc_peering?, :disable_vpc_peering
76467648
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.
76487651 # Corresponds to the JSON property `displayName`
76497652 # @return [String]
76507653 attr_accessor :display_name
@@ -7670,7 +7673,7 @@ class GoogleCloudApigeeV1Organization
76707673 # @return [String]
76717674 attr_accessor :name
76727675
7673- # Configuration for the Portals settings.
7676+ # Optional. Configuration for the Portals settings.
76747677 # Corresponds to the JSON property `portalDisabled`
76757678 # @return [Boolean]
76767679 attr_accessor :portal_disabled
@@ -7687,11 +7690,12 @@ class GoogleCloudApigeeV1Organization
76877690 # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties]
76887691 attr_accessor :properties
76897692
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.
76957699 # Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName`
76967700 # @return [String]
76977701 attr_accessor :runtime_database_encryption_key_name
0 commit comments