google-apis-apigee_v1 0.50.0 → 0.51.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 +4 -0
- data/lib/google/apis/apigee_v1/classes.rb +11 -10
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/service.rb +21 -22
- 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: a357b94201d0c8a5feac5997010dc80ed6330f82cfcc1d76d6f728be2b61f20d
|
4
|
+
data.tar.gz: b0f3606155db1e8a688b9ed37e059e626417a05c3357604e261067c6baec3a90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aba330e2b39bc243bdc1033ed3f93ce8c7d98118004cfcdf4339778c1e8fe8a1f95bf8aa0f32795f115843cc13ba6ffc3ad5f70899530ce9604e7a8c3879d7bd
|
7
|
+
data.tar.gz: 7c129f77c1d34ad30756ae6c46e28cea8ee81751d3bc4c60b7c2b0885dd15dd3ee4f1f9317420b92e175ce0363abb5b3e41fdf37d930df12754ebe80d17fd950
|
data/CHANGELOG.md
CHANGED
@@ -3062,8 +3062,9 @@ module Google
|
|
3062
3062
|
end
|
3063
3063
|
end
|
3064
3064
|
|
3065
|
-
# Apigee endpoint attachment. For more information, see Southbound networking
|
3066
|
-
# patterns.
|
3065
|
+
# Apigee endpoint attachment. For more information, see [Southbound networking
|
3066
|
+
# patterns] (https://cloud.google.com/apigee/docs/api-platform/architecture/
|
3067
|
+
# southbound-networking-patterns-endpoints).
|
3067
3068
|
class GoogleCloudApigeeV1EndpointAttachment
|
3068
3069
|
include Google::Apis::Core::Hashable
|
3069
3070
|
|
@@ -4056,14 +4057,14 @@ module Google
|
|
4056
4057
|
# @return [String]
|
4057
4058
|
attr_accessor :host
|
4058
4059
|
|
4059
|
-
# Optional.
|
4060
|
-
#
|
4061
|
-
#
|
4062
|
-
#
|
4063
|
-
#
|
4064
|
-
#
|
4065
|
-
# configuring
|
4066
|
-
# a.b.c.d/22
|
4060
|
+
# Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to
|
4061
|
+
# create the Apigee instance. Providing CIDR ranges is optional. You can provide
|
4062
|
+
# just /22 or /28 or both (or neither). Ranges you provide should be freely
|
4063
|
+
# available as part of a larger named range you have allocated to the Service
|
4064
|
+
# Networking peering. If this parameter is not provided, Apigee automatically
|
4065
|
+
# requests an available /22 and /28 CIDR block from Service Networking. Use the /
|
4066
|
+
# 22 CIDR block for configuring your firewall needs to allow traffic from Apigee.
|
4067
|
+
# Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
|
4067
4068
|
# Corresponds to the JSON property `ipRange`
|
4068
4069
|
# @return [String]
|
4069
4070
|
attr_accessor :ip_range
|
@@ -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.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220725"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -122,14 +122,14 @@ module Google
|
|
122
122
|
|
123
123
|
# Delete an Apigee organization. For organizations with BillingType EVALUATION,
|
124
124
|
# an immediate deletion is performed. For paid organizations, a soft-deletion is
|
125
|
-
# performed. The organization can be restored within the soft-deletion period
|
125
|
+
# performed. The organization can be restored within the soft-deletion period
|
126
126
|
# which can be controlled using the retention field in the request.
|
127
127
|
# @param [String] name
|
128
128
|
# Required. Name of the organization. Use the following structure in your
|
129
129
|
# request: `organizations/`org``
|
130
130
|
# @param [String] retention
|
131
|
-
# Optional. This setting is only
|
132
|
-
# deleted (i.e
|
131
|
+
# Optional. This setting is applicable only for organizations that are soft-
|
132
|
+
# deleted (i.e., BillingType is not EVALUATION). It controls how long
|
133
133
|
# Organization data will be retained after the initial delete operation
|
134
134
|
# completes. During this period, the Organization may be restored to its last
|
135
135
|
# known state. After this period, the Organization will no longer be able to be
|
@@ -2675,26 +2675,25 @@ module Google
|
|
2675
2675
|
# Manages access to a developer app by enabling you to: * Approve or revoke a
|
2676
2676
|
# developer app * Generate a new consumer key and secret for a developer app To
|
2677
2677
|
# approve or revoke a developer app, set the `action` query parameter to `
|
2678
|
-
#
|
2678
|
+
# approve` or `revoke`, respectively, and the `Content-Type` header to `
|
2679
2679
|
# application/octet-stream`. If a developer app is revoked, none of its API keys
|
2680
|
-
# are valid for API calls even though the keys are still
|
2681
|
-
#
|
2682
|
-
#
|
2683
|
-
#
|
2684
|
-
#
|
2685
|
-
#
|
2686
|
-
#
|
2687
|
-
#
|
2688
|
-
#
|
2689
|
-
#
|
2690
|
-
#
|
2691
|
-
#
|
2692
|
-
#
|
2693
|
-
#
|
2694
|
-
#
|
2695
|
-
#
|
2696
|
-
#
|
2697
|
-
# CreateDeveloperAppKey API.
|
2680
|
+
# are valid for API calls even though the keys are still approved. If successful,
|
2681
|
+
# the API call returns the following HTTP status code: `204 No Content` To
|
2682
|
+
# generate a new consumer key and secret for a developer app, pass the new key/
|
2683
|
+
# secret details. Rather than replace an existing key, this API generates a new
|
2684
|
+
# key. In this case, multiple key pairs may be associated with a single
|
2685
|
+
# developer app. Each key pair has an independent status (`approve` or `revoke`)
|
2686
|
+
# and expiration time. Any approved, non-expired key can be used in an API call.
|
2687
|
+
# For example, if you're using API key rotation, you can generate new keys with
|
2688
|
+
# expiration times that overlap keys that are going to expire. You might also
|
2689
|
+
# generate a new consumer key/secret if the security of the original key/secret
|
2690
|
+
# is compromised. The `keyExpiresIn` property defines the expiration time for
|
2691
|
+
# the API key in milliseconds. If you don't set this property or set it to `-1`,
|
2692
|
+
# the API key never expires. **Notes**: * When generating a new key/secret, this
|
2693
|
+
# API replaces the existing attributes, notes, and callback URLs with those
|
2694
|
+
# specified in the request. Include or exclude any existing information that you
|
2695
|
+
# want to retain or delete, respectively. * To migrate existing consumer keys
|
2696
|
+
# and secrets to hybrid from another system, see the CreateDeveloperAppKey API.
|
2698
2697
|
# @param [String] name
|
2699
2698
|
# Required. Name of the developer app. Use the following structure in your
|
2700
2699
|
# request: `organizations/`org`/developers/`developer_email`/apps/`app``
|
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.
|
4
|
+
version: 0.51.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: 2022-
|
11
|
+
date: 2022-08-01 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/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.51.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|