diff --git a/api_names_out.yaml b/api_names_out.yaml index 00005c82f..140054c6b 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -11090,6 +11090,7 @@ "/apigee:v1/GoogleCloudApigeeV1Organization/name": name "/apigee:v1/GoogleCloudApigeeV1Organization/projectId": project_id "/apigee:v1/GoogleCloudApigeeV1Organization/properties": properties +"/apigee:v1/GoogleCloudApigeeV1Organization/runtimeDatabaseEncryptionKeyName": runtime_database_encryption_key_name "/apigee:v1/GoogleCloudApigeeV1Organization/runtimeType": runtime_type "/apigee:v1/GoogleCloudApigeeV1Organization/subscriptionType": subscription_type "/apigee:v1/GoogleCloudApigeeV1Organization/type": type diff --git a/generated/google/apis/apigee_v1.rb b/generated/google/apis/apigee_v1.rb index 62156d925..1f86ade5b 100644 --- a/generated/google/apis/apigee_v1.rb +++ b/generated/google/apis/apigee_v1.rb @@ -29,7 +29,7 @@ module Google # @see https://cloud.google.com/apigee-api-management/ module ApigeeV1 VERSION = 'V1' - REVISION = '20201015' + REVISION = '20201022' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/apigee_v1/classes.rb b/generated/google/apis/apigee_v1/classes.rb index e396414d2..1ba58a9cd 100644 --- a/generated/google/apis/apigee_v1/classes.rb +++ b/generated/google/apis/apigee_v1/classes.rb @@ -3992,6 +3992,15 @@ module Google # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties] attr_accessor :properties + # Cloud KMS key name used for encrypting the data that is stored and replicated + # across runtime instances. Update is not allowed after the organization is + # created. If not specified, a Google-Managed encryption key will be used. Valid + # only when [RuntimeType] is CLOUD. For example: "projects/foo/locations/us/ + # keyRings/bar/cryptoKeys/baz". **Note:** Not supported for Apigee hybrid. + # Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName` + # @return [String] + attr_accessor :runtime_database_encryption_key_name + # Required. Runtime type of the Apigee organization based on the Apigee # subscription purchased. # Corresponds to the JSON property `runtimeType` @@ -4030,6 +4039,7 @@ module Google @name = args[:name] if args.key?(:name) @project_id = args[:project_id] if args.key?(:project_id) @properties = args[:properties] if args.key?(:properties) + @runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name) @runtime_type = args[:runtime_type] if args.key?(:runtime_type) @subscription_type = args[:subscription_type] if args.key?(:subscription_type) @type = args[:type] if args.key?(:type) diff --git a/generated/google/apis/apigee_v1/representations.rb b/generated/google/apis/apigee_v1/representations.rb index 8ec1007b0..2c2b33c79 100644 --- a/generated/google/apis/apigee_v1/representations.rb +++ b/generated/google/apis/apigee_v1/representations.rb @@ -1995,6 +1995,7 @@ module Google property :project_id, as: 'projectId' property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation + property :runtime_database_encryption_key_name, as: 'runtimeDatabaseEncryptionKeyName' property :runtime_type, as: 'runtimeType' property :subscription_type, as: 'subscriptionType' property :type, as: 'type' diff --git a/generated/google/apis/apigee_v1/synth.metadata b/generated/google/apis/apigee_v1/synth.metadata index eb07fc0a6..4325a4869 100644 --- a/generated/google/apis/apigee_v1/synth.metadata +++ b/generated/google/apis/apigee_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4" + "sha": "f7fd8441cea0c111e25170a6e4ea5676fdd23164" } } ]