google-apis-apigee_v1 0.5.0 → 0.6.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: f04fb2c6cc7eb499356d7df86a9175d8485498bd574b74a7732e9874d7019b65
4
- data.tar.gz: c7581f726e1ac6ca24288fd182c01338772b123e13102f29672bfc5d77e34c7f
3
+ metadata.gz: cd8c32ac1f9db5957c75893598b1c3bd51b5afdbb2fb7a16bb8a52443ef094c5
4
+ data.tar.gz: 7c306a054e6b81b88e0380ab79c1df952527d340bbb2a14720fc98ef8f9d3a80
5
5
  SHA512:
6
- metadata.gz: cbe199083b7fa4df0ca5932592c6459c6a4eb46fc0b07f33f37009bf7ece3f865f1bbd202b49c50b105bbf168cab9dd522689083feaf384d46f395b4040bf8bb
7
- data.tar.gz: 9130274276bf95f84f351435c895c049adff1605afb3a2cc3cd7bf9b7048a13316d60c9fb275ca6532121c4744f2b2116170ae49c8675b7b88222367635cc4c3
6
+ metadata.gz: fa7399cc95ba71bdd79076af791ed6713b412ee838150be065420ee94708e2c1139c8d8ea513369717a6b9ebee455c9433409c9555121bac96910eab119af589
7
+ data.tar.gz: f4907c90530c23dbaf9a45991b3f0d16ca9c3c78ea1215a0a5f731a26df104a0d86205b860982f9241e933430ab5f66d8f4a49c83724551915852558f647c93d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.6.0 (2021-03-09)
4
+
5
+ * Regenerated from discovery document revision 20210305
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.5.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210225
@@ -4285,13 +4285,14 @@ module Google
4285
4285
  # runtime instances. See [Getting started with the Service Networking API](https:
4286
4286
  # //cloud.google.com/service-infrastructure/docs/service-networking/getting-
4287
4287
  # started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The
4288
- # value can be updated only when there are no runtime instances. For example: `
4289
- # default`. Apigee also supports shared VPC (that is, the host network project
4290
- # is not the same as the one that is peering with Apigee). See [Shared VPC
4291
- # overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC
4292
- # network, use the following format: `projects/`host-project-id`/`region`/
4293
- # networks/`network-name``. For example: `projects/my-sharedvpc-host/global/
4294
- # networks/mynetwork` **Note:** Not supported for Apigee hybrid.
4288
+ # value must be set before the creation of a runtime instance and can be updated
4289
+ # only when there are no runtime instances. For example: `default`. Apigee also
4290
+ # supports shared VPC (that is, the host network project is not the same as the
4291
+ # one that is peering with Apigee). See [Shared VPC overview](https://cloud.
4292
+ # google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
4293
+ # following format: `projects/`host-project-id`/`region`/networks/`network-name``
4294
+ # . For example: `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:**
4295
+ # Not supported for Apigee hybrid.
4295
4296
  # Corresponds to the JSON property `authorizedNetwork`
4296
4297
  # @return [String]
4297
4298
  attr_accessor :authorized_network
@@ -4351,7 +4352,7 @@ module Google
4351
4352
  # @return [String]
4352
4353
  attr_accessor :name
4353
4354
 
4354
- # Project ID associated with the Apigee organization.
4355
+ # Output only. Project ID associated with the Apigee organization.
4355
4356
  # Corresponds to the JSON property `projectId`
4356
4357
  # @return [String]
4357
4358
  attr_accessor :project_id
@@ -4364,10 +4365,10 @@ module Google
4364
4365
 
4365
4366
  # Cloud KMS key name used for encrypting the data that is stored and replicated
4366
4367
  # across runtime instances. Update is not allowed after the organization is
4367
- # created. If not specified, a Google-Managed encryption key will be used. Valid
4368
- # only when [RuntimeType](#RuntimeType) is `CLOUD`. For example: "projects/foo/
4369
- # locations/us/keyRings/bar/cryptoKeys/baz". **Note:** Not supported for Apigee
4370
- # hybrid.
4368
+ # created. Required when [RuntimeType](#RuntimeType) is `CLOUD`. If not
4369
+ # specified when [RuntimeType](#RuntimeType) is `TRIAL`, a Google-Managed
4370
+ # encryption key will be used. For example: "projects/foo/locations/us/keyRings/
4371
+ # bar/cryptoKeys/baz". **Note:** Not supported for Apigee hybrid.
4371
4372
  # Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName`
4372
4373
  # @return [String]
4373
4374
  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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210225"
25
+ REVISION = "20210305"
26
26
  end
27
27
  end
28
28
  end
@@ -1254,12 +1254,11 @@ module Google
1254
1254
  end
1255
1255
 
1256
1256
  # Gets an API proxy revision. To download the API proxy configuration bundle for
1257
- # the specified revision as a zip file, do the following: * Set the `format`
1258
- # query parameter to `bundle`. * Set the `Accept` header to `application/zip`.
1259
- # If you are using curl, specify `-o filename.zip` to save the output to a file;
1260
- # otherwise, it displays to `stdout`. Then, develop the API proxy configuration
1261
- # locally and upload the updated API proxy configuration revision, as described
1262
- # in [updateApiProxyRevision](updateApiProxyRevision).
1257
+ # the specified revision as a zip file, set the `format` query parameter to `
1258
+ # bundle`. If you are using curl, specify `-o filename.zip` to save the output
1259
+ # to a file; otherwise, it displays to `stdout`. Then, develop the API proxy
1260
+ # configuration locally and upload the updated API proxy configuration revision,
1261
+ # as described in [updateApiProxyRevision](updateApiProxyRevision).
1263
1262
  # @param [String] name
1264
1263
  # Required. API proxy revision in the following format: `organizations/`org`/
1265
1264
  # apis/`api`/revisions/`rev``
@@ -7463,9 +7462,13 @@ module Google
7463
7462
  execute_or_queue_command(command, &block)
7464
7463
  end
7465
7464
 
7466
- # Gets a revision of a shared flow. If `format=bundle` is passed, it instead
7467
- # outputs a shared flow revision as a ZIP-formatted bundle of code and config
7468
- # files.
7465
+ # Gets a revision of a shared flow. To download the shared flow configuration
7466
+ # bundle for the specified revision as a zip file, set the `format` query
7467
+ # parameter to `bundle`. If you are using curl, specify `-o filename.zip` to
7468
+ # save the output to a file; otherwise, it displays to `stdout`. Then, develop
7469
+ # the shared flow configuration locally and upload the updated sharedFlow
7470
+ # configuration revision, as described in [updateSharedFlowRevision](
7471
+ # updateSharedFlowRevision).
7469
7472
  # @param [String] name
7470
7473
  # Required. The name of the shared flow revision to get. Must be of the form: `
7471
7474
  # organizations/`organization_id`/sharedflows/`shared_flow_id`/revisions/`
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.5.0
4
+ version: 0.6.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
57
57
  post_install_message:
58
58
  rdoc_options: []