google-apis-apigee_v1 0.16.0 → 0.17.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: d5db45e150c99ab8a21df15d958b4d7d600524c9fd9aae6a2364412ee0885163
4
- data.tar.gz: 529cd233d6f80851a79ca42355ba95fcc100add2c488b565f0c05616ed49aebf
3
+ metadata.gz: 38ee82313d4de95c3d6541af2d11375a55487d4ae3fe69b51e47d3563348f808
4
+ data.tar.gz: bd4c5e475faa0d6663a31e2af182cc0a0df0c7352d07e7ae387dd93ebd576070
5
5
  SHA512:
6
- metadata.gz: 2f9c15a4ffa8d62d5fee7d44f773130e19fccf5fc670bc436254f9da80ff99ec5f55146d029132f3acdc04bde5d669a9c7e725ba809e27dc24811afb40bb9ac9
7
- data.tar.gz: 72f4613b67eb48b8cfa104c02b7f4ea1867b25278228afcd9aae095bcd52006050e6a923120f5689ccaf4a1a40f3f56bb8ed418b16b0100770bc817796674819
6
+ metadata.gz: d028e5afc10d16fa636dbbf60e8d362cd1cb39318ffff3b1e861eb49bdad6cd40fb4979364b05cc21396bcccf4808431a0957932fc75cce35a9fd08cb34e50c9
7
+ data.tar.gz: f951c333d29b6f99df4783c3383b4af9010de6e4f6259b0ef2a0299f1e941229efe5c0e5a1a395e7e2de093f01c6a04a20f360ad8ba33cf02882095ff8105dec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.17.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210708
6
+
3
7
  ### v0.16.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210618"
25
+ REVISION = "20210708"
26
26
  end
27
27
  end
28
28
  end
@@ -1945,8 +1945,8 @@ module Google
1945
1945
  # expire an access token in less than 180 seconds.
1946
1946
  # @param [String] parent
1947
1947
  # Required. Email address of the developer for which attributes are being
1948
- # updated in the following format: `organizations/`org`/developers/`
1949
- # developer_email``
1948
+ # updated. Use the following structure in your request: `organizations/`org`/
1949
+ # developers/`developer_email``
1950
1950
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attributes] google_cloud_apigee_v1_attributes_object
1951
1951
  # @param [String] fields
1952
1952
  # Selector specifying which fields to include in a partial response.
@@ -2148,16 +2148,18 @@ module Google
2148
2148
  execute_or_queue_command(command, &block)
2149
2149
  end
2150
2150
 
2151
- # Sets the status of a developer. Valid values are `active` or `inactive`. A
2152
- # developer is `active` by default. If you set a developer's status to `inactive`
2153
- # , the API keys assigned to the developer apps are no longer valid even though
2154
- # the API keys are set to `approved`. Inactive developers can still sign in to
2155
- # the developer portal and create apps; however, any new API keys generated
2156
- # during app creation won't work. If successful, the API call returns the
2157
- # following HTTP status code: `204 No Content`
2151
+ # Sets the status of a developer. A developer is `active` by default. If you set
2152
+ # a developer's status to `inactive`, the API keys assigned to the developer
2153
+ # apps are no longer valid even though the API keys are set to `approved`.
2154
+ # Inactive developers can still sign in to the developer portal and create apps;
2155
+ # however, any new API keys generated during app creation won't work. To set the
2156
+ # status of a developer, set the `action` query parameter to `active` or `
2157
+ # inactive`, and the `Content-Type` header to `application/octet-stream`. If
2158
+ # successful, the API call returns the following HTTP status code: `204 No
2159
+ # Content`
2158
2160
  # @param [String] name
2159
- # Required. Email address of the developer. Use the following structure in your
2160
- # request: `organizations/`org`/developers/`developer_email``
2161
+ # Required. Name of the developer. Use the following structure in your request: `
2162
+ # organizations/`org`/developers/`developer_id``
2161
2163
  # @param [String] action
2162
2164
  # Status of the developer. Valid values are `active` and `inactive`.
2163
2165
  # @param [String] fields
@@ -3049,8 +3051,9 @@ module Google
3049
3051
 
3050
3052
  # Returns a list of all developer attributes.
3051
3053
  # @param [String] parent
3052
- # Required. Email address of the developer for which attributes are being listed
3053
- # in the following format: `organizations/`org`/developers/`developer_email``
3054
+ # Required. Email address of the developer for which attributes are being listed.
3055
+ # Use the following structure in your request: `organizations/`org`/developers/`
3056
+ # developer_email``
3054
3057
  # @param [String] fields
3055
3058
  # Selector specifying which fields to include in a partial response.
3056
3059
  # @param [String] quota_user
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.16.0
4
+ version: 0.17.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []