google-apis-apigee_v1 0.11.0 → 0.16.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 +21 -0
- data/lib/google/apis/apigee_v1/classes.rb +93 -45
- data/lib/google/apis/apigee_v1/gem_version.rb +3 -3
- data/lib/google/apis/apigee_v1/representations.rb +17 -0
- data/lib/google/apis/apigee_v1/service.rb +55 -24
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5db45e150c99ab8a21df15d958b4d7d600524c9fd9aae6a2364412ee0885163
|
4
|
+
data.tar.gz: 529cd233d6f80851a79ca42355ba95fcc100add2c488b565f0c05616ed49aebf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f9c15a4ffa8d62d5fee7d44f773130e19fccf5fc670bc436254f9da80ff99ec5f55146d029132f3acdc04bde5d669a9c7e725ba809e27dc24811afb40bb9ac9
|
7
|
+
data.tar.gz: 72f4613b67eb48b8cfa104c02b7f4ea1867b25278228afcd9aae095bcd52006050e6a923120f5689ccaf4a1a40f3f56bb8ed418b16b0100770bc817796674819
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-apigee_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.15.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210618
|
10
|
+
|
11
|
+
### v0.14.0 (2021-06-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210604
|
14
|
+
|
15
|
+
### v0.13.0 (2021-06-02)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210528
|
18
|
+
* Regenerated using generator version 0.3.0
|
19
|
+
|
20
|
+
### v0.12.0 (2021-05-25)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210522
|
23
|
+
|
3
24
|
### v0.11.0 (2021-05-19)
|
4
25
|
|
5
26
|
* Unspecified changes
|
@@ -2227,7 +2227,7 @@ module Google
|
|
2227
2227
|
end
|
2228
2228
|
end
|
2229
2229
|
|
2230
|
-
#
|
2230
|
+
# NEXT ID: 9
|
2231
2231
|
class GoogleCloudApigeeV1DeploymentConfig
|
2232
2232
|
include Google::Apis::Core::Hashable
|
2233
2233
|
|
@@ -2258,6 +2258,12 @@ module Google
|
|
2258
2258
|
# @return [String]
|
2259
2259
|
attr_accessor :proxy_uid
|
2260
2260
|
|
2261
|
+
# The service account identity associated with this deployment. If non-empty,
|
2262
|
+
# will be in the following format: `projects/-/serviceAccounts/`account_email``
|
2263
|
+
# Corresponds to the JSON property `serviceAccount`
|
2264
|
+
# @return [String]
|
2265
|
+
attr_accessor :service_account
|
2266
|
+
|
2261
2267
|
# Unique ID. The ID will only change if the deployment is deleted and recreated.
|
2262
2268
|
# Corresponds to the JSON property `uid`
|
2263
2269
|
# @return [String]
|
@@ -2274,6 +2280,7 @@ module Google
|
|
2274
2280
|
@location = args[:location] if args.key?(:location)
|
2275
2281
|
@name = args[:name] if args.key?(:name)
|
2276
2282
|
@proxy_uid = args[:proxy_uid] if args.key?(:proxy_uid)
|
2283
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
2277
2284
|
@uid = args[:uid] if args.key?(:uid)
|
2278
2285
|
end
|
2279
2286
|
end
|
@@ -3196,20 +3203,20 @@ module Google
|
|
3196
3203
|
end
|
3197
3204
|
end
|
3198
3205
|
|
3199
|
-
#
|
3200
|
-
#
|
3206
|
+
# Represents the pairing of GraphQL operation types and the GraphQL operation
|
3207
|
+
# name.
|
3201
3208
|
class GoogleCloudApigeeV1GraphQlOperation
|
3202
3209
|
include Google::Apis::Core::Hashable
|
3203
3210
|
|
3204
|
-
# GraphQL operation name
|
3205
|
-
#
|
3206
|
-
#
|
3211
|
+
# GraphQL operation name. The name and operation type will be used to apply
|
3212
|
+
# quotas. If no name is specified, the quota will be applied to all GraphQL
|
3213
|
+
# operations irrespective of their operation names in the payload.
|
3207
3214
|
# Corresponds to the JSON property `operation`
|
3208
3215
|
# @return [String]
|
3209
3216
|
attr_accessor :operation
|
3210
3217
|
|
3211
|
-
# Required.
|
3212
|
-
#
|
3218
|
+
# Required. GraphQL operation types. Valid values include `query` or `mutation`.
|
3219
|
+
# **Note**: Apigee does not currently support `subscription` types.
|
3213
3220
|
# Corresponds to the JSON property `operationTypes`
|
3214
3221
|
# @return [Array<String>]
|
3215
3222
|
attr_accessor :operation_types
|
@@ -3225,13 +3232,13 @@ module Google
|
|
3225
3232
|
end
|
3226
3233
|
end
|
3227
3234
|
|
3228
|
-
#
|
3229
|
-
#
|
3235
|
+
# Binds the resources in a proxy or remote service with the GraphQL operation
|
3236
|
+
# and its associated quota enforcement.
|
3230
3237
|
class GoogleCloudApigeeV1GraphQlOperationConfig
|
3231
3238
|
include Google::Apis::Core::Hashable
|
3232
3239
|
|
3233
|
-
# Required. API proxy endpoint or remote service
|
3234
|
-
# operation
|
3240
|
+
# Required. Name of the API proxy endpoint or remote service with which the
|
3241
|
+
# GraphQL operation and quota are associated.
|
3235
3242
|
# Corresponds to the JSON property `apiSource`
|
3236
3243
|
# @return [String]
|
3237
3244
|
attr_accessor :api_source
|
@@ -3241,20 +3248,19 @@ module Google
|
|
3241
3248
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
|
3242
3249
|
attr_accessor :attributes
|
3243
3250
|
|
3244
|
-
# Required. List of
|
3245
|
-
# service
|
3246
|
-
# the
|
3247
|
-
#
|
3248
|
-
#
|
3249
|
-
# in failure of the operation.
|
3251
|
+
# Required. List of GraphQL name/operation type pairs for the proxy or remote
|
3252
|
+
# service to which quota will be applied. If only operation types are specified,
|
3253
|
+
# the quota will be applied to all GraphQL requests irrespective of the GraphQL
|
3254
|
+
# name. **Note**: Currently, you can specify only a single GraphQLOperation.
|
3255
|
+
# Specifying more than one will cause the operation to fail.
|
3250
3256
|
# Corresponds to the JSON property `operations`
|
3251
3257
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperation>]
|
3252
3258
|
attr_accessor :operations
|
3253
3259
|
|
3254
|
-
# Quota contains the essential parameters needed that can be applied on
|
3255
|
-
#
|
3256
|
-
#
|
3257
|
-
#
|
3260
|
+
# Quota contains the essential parameters needed that can be applied on the
|
3261
|
+
# resources, methods, API source combination associated with this API product.
|
3262
|
+
# While Quota is optional, setting it prevents requests from exceeding the
|
3263
|
+
# provisioned parameters.
|
3258
3264
|
# Corresponds to the JSON property `quota`
|
3259
3265
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota]
|
3260
3266
|
attr_accessor :quota
|
@@ -3278,8 +3284,8 @@ module Google
|
|
3278
3284
|
class GoogleCloudApigeeV1GraphQlOperationGroup
|
3279
3285
|
include Google::Apis::Core::Hashable
|
3280
3286
|
|
3281
|
-
# Flag that
|
3282
|
-
# remote service. Valid values
|
3287
|
+
# Flag that specifies whether the configuration is for Apigee API proxy or a
|
3288
|
+
# remote service. Valid values include `proxy` or `remoteservice`. Defaults to `
|
3283
3289
|
# proxy`. Set to `proxy` when Apigee API proxies are associated with the API
|
3284
3290
|
# product. Set to `remoteservice` when non-Apigee proxies like Istio-Envoy are
|
3285
3291
|
# associated with the API product.
|
@@ -4365,8 +4371,8 @@ module Google
|
|
4365
4371
|
end
|
4366
4372
|
end
|
4367
4373
|
|
4368
|
-
#
|
4369
|
-
#
|
4374
|
+
# Represents the pairing of REST resource path and the actions (verbs) allowed
|
4375
|
+
# on the resource path.
|
4370
4376
|
class GoogleCloudApigeeV1Operation
|
4371
4377
|
include Google::Apis::Core::Hashable
|
4372
4378
|
|
@@ -4376,8 +4382,7 @@ module Google
|
|
4376
4382
|
# @return [Array<String>]
|
4377
4383
|
attr_accessor :methods_prop
|
4378
4384
|
|
4379
|
-
# Required.
|
4380
|
-
# remote service.
|
4385
|
+
# Required. REST resource path associated with the API proxy or remote service.
|
4381
4386
|
# Corresponds to the JSON property `resource`
|
4382
4387
|
# @return [String]
|
4383
4388
|
attr_accessor :resource
|
@@ -4393,13 +4398,13 @@ module Google
|
|
4393
4398
|
end
|
4394
4399
|
end
|
4395
4400
|
|
4396
|
-
#
|
4397
|
-
#
|
4401
|
+
# Binds the resources in an API proxy or remote service with the allowed REST
|
4402
|
+
# methods and associated quota enforcement.
|
4398
4403
|
class GoogleCloudApigeeV1OperationConfig
|
4399
4404
|
include Google::Apis::Core::Hashable
|
4400
4405
|
|
4401
|
-
# Required. API proxy or remote service
|
4402
|
-
# and quota are associated.
|
4406
|
+
# Required. Name of the API proxy or remote service with which the resources,
|
4407
|
+
# methods, and quota are associated.
|
4403
4408
|
# Corresponds to the JSON property `apiSource`
|
4404
4409
|
# @return [String]
|
4405
4410
|
attr_accessor :api_source
|
@@ -4409,18 +4414,18 @@ module Google
|
|
4409
4414
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
|
4410
4415
|
attr_accessor :attributes
|
4411
4416
|
|
4412
|
-
# List of resource/method pairs for the proxy
|
4413
|
-
# will applied. **Note**: Currently, you can specify only a single
|
4414
|
-
# method pair. The call will fail if more than one resource/method pair
|
4415
|
-
# provided.
|
4417
|
+
# List of resource/method pairs for the API proxy or remote service to which
|
4418
|
+
# quota will applied. **Note**: Currently, you can specify only a single
|
4419
|
+
# resource/method pair. The call will fail if more than one resource/method pair
|
4420
|
+
# is provided.
|
4416
4421
|
# Corresponds to the JSON property `operations`
|
4417
4422
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Operation>]
|
4418
4423
|
attr_accessor :operations
|
4419
4424
|
|
4420
|
-
# Quota contains the essential parameters needed that can be applied on
|
4421
|
-
#
|
4422
|
-
#
|
4423
|
-
#
|
4425
|
+
# Quota contains the essential parameters needed that can be applied on the
|
4426
|
+
# resources, methods, API source combination associated with this API product.
|
4427
|
+
# While Quota is optional, setting it prevents requests from exceeding the
|
4428
|
+
# provisioned parameters.
|
4424
4429
|
# Corresponds to the JSON property `quota`
|
4425
4430
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota]
|
4426
4431
|
attr_accessor :quota
|
@@ -4444,7 +4449,7 @@ module Google
|
|
4444
4449
|
include Google::Apis::Core::Hashable
|
4445
4450
|
|
4446
4451
|
# Flag that specifes whether the configuration is for Apigee API proxy or a
|
4447
|
-
# remote service. Valid values
|
4452
|
+
# remote service. Valid values include `proxy` or `remoteservice`. Defaults to `
|
4448
4453
|
# proxy`. Set to `proxy` when Apigee API proxies are associated with the API
|
4449
4454
|
# product. Set to `remoteservice` when non-Apigee proxies like Istio-Envoy are
|
4450
4455
|
# associated with the API product.
|
@@ -5205,10 +5210,10 @@ module Google
|
|
5205
5210
|
end
|
5206
5211
|
end
|
5207
5212
|
|
5208
|
-
# Quota contains the essential parameters needed that can be applied on
|
5209
|
-
#
|
5210
|
-
#
|
5211
|
-
#
|
5213
|
+
# Quota contains the essential parameters needed that can be applied on the
|
5214
|
+
# resources, methods, API source combination associated with this API product.
|
5215
|
+
# While Quota is optional, setting it prevents requests from exceeding the
|
5216
|
+
# provisioned parameters.
|
5212
5217
|
class GoogleCloudApigeeV1Quota
|
5213
5218
|
include Google::Apis::Core::Hashable
|
5214
5219
|
|
@@ -5887,6 +5892,49 @@ module Google
|
|
5887
5892
|
end
|
5888
5893
|
end
|
5889
5894
|
|
5895
|
+
# Runtime configuration for the organization. Response for GetRuntimeConfig.
|
5896
|
+
class GoogleCloudApigeeV1RuntimeConfig
|
5897
|
+
include Google::Apis::Core::Hashable
|
5898
|
+
|
5899
|
+
# Cloud Storage bucket used for uploading Analytics records.
|
5900
|
+
# Corresponds to the JSON property `analyticsBucket`
|
5901
|
+
# @return [String]
|
5902
|
+
attr_accessor :analytics_bucket
|
5903
|
+
|
5904
|
+
# Name of the resource in the following format: `organizations/`org`/
|
5905
|
+
# runtimeConfig`.
|
5906
|
+
# Corresponds to the JSON property `name`
|
5907
|
+
# @return [String]
|
5908
|
+
attr_accessor :name
|
5909
|
+
|
5910
|
+
# Output only. Tenant project ID associated with the Apigee organization. The
|
5911
|
+
# tenant project is used to host Google-managed resources that are dedicated to
|
5912
|
+
# this Apigee organization. Clients have limited access to resources within the
|
5913
|
+
# tenant project used to support Apigee runtime instances. Access to the tenant
|
5914
|
+
# project is managed using SetSyncAuthorization. It can be empty if the tenant
|
5915
|
+
# project hasn't been created yet.
|
5916
|
+
# Corresponds to the JSON property `tenantProjectId`
|
5917
|
+
# @return [String]
|
5918
|
+
attr_accessor :tenant_project_id
|
5919
|
+
|
5920
|
+
# Cloud Storage bucket used for uploading Trace records.
|
5921
|
+
# Corresponds to the JSON property `traceBucket`
|
5922
|
+
# @return [String]
|
5923
|
+
attr_accessor :trace_bucket
|
5924
|
+
|
5925
|
+
def initialize(**args)
|
5926
|
+
update!(**args)
|
5927
|
+
end
|
5928
|
+
|
5929
|
+
# Update properties of this object
|
5930
|
+
def update!(**args)
|
5931
|
+
@analytics_bucket = args[:analytics_bucket] if args.key?(:analytics_bucket)
|
5932
|
+
@name = args[:name] if args.key?(:name)
|
5933
|
+
@tenant_project_id = args[:tenant_project_id] if args.key?(:tenant_project_id)
|
5934
|
+
@trace_bucket = args[:trace_bucket] if args.key?(:trace_bucket)
|
5935
|
+
end
|
5936
|
+
end
|
5937
|
+
|
5890
5938
|
# NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace
|
5891
5939
|
# in an environment.
|
5892
5940
|
class GoogleCloudApigeeV1RuntimeTraceConfig
|
@@ -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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -868,6 +868,12 @@ module Google
|
|
868
868
|
include Google::Apis::Core::JsonObjectSupport
|
869
869
|
end
|
870
870
|
|
871
|
+
class GoogleCloudApigeeV1RuntimeConfig
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
871
877
|
class GoogleCloudApigeeV1RuntimeTraceConfig
|
872
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
879
|
|
@@ -1676,6 +1682,7 @@ module Google
|
|
1676
1682
|
property :location, as: 'location'
|
1677
1683
|
property :name, as: 'name'
|
1678
1684
|
property :proxy_uid, as: 'proxyUid'
|
1685
|
+
property :service_account, as: 'serviceAccount'
|
1679
1686
|
property :uid, as: 'uid'
|
1680
1687
|
end
|
1681
1688
|
end
|
@@ -2669,6 +2676,16 @@ module Google
|
|
2669
2676
|
end
|
2670
2677
|
end
|
2671
2678
|
|
2679
|
+
class GoogleCloudApigeeV1RuntimeConfig
|
2680
|
+
# @private
|
2681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2682
|
+
property :analytics_bucket, as: 'analyticsBucket'
|
2683
|
+
property :name, as: 'name'
|
2684
|
+
property :tenant_project_id, as: 'tenantProjectId'
|
2685
|
+
property :trace_bucket, as: 'traceBucket'
|
2686
|
+
end
|
2687
|
+
end
|
2688
|
+
|
2672
2689
|
class GoogleCloudApigeeV1RuntimeTraceConfig
|
2673
2690
|
# @private
|
2674
2691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -219,6 +219,37 @@ module Google
|
|
219
219
|
execute_or_queue_command(command, &block)
|
220
220
|
end
|
221
221
|
|
222
|
+
# Get runtime config for an organization.
|
223
|
+
# @param [String] name
|
224
|
+
# Required. Name of the runtime config for the organization in the following
|
225
|
+
# format: 'organizations/`org`/runtimeConfig'.
|
226
|
+
# @param [String] fields
|
227
|
+
# Selector specifying which fields to include in a partial response.
|
228
|
+
# @param [String] quota_user
|
229
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
230
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
231
|
+
# @param [Google::Apis::RequestOptions] options
|
232
|
+
# Request-specific options
|
233
|
+
#
|
234
|
+
# @yield [result, err] Result & error if block supplied
|
235
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeConfig] parsed result object
|
236
|
+
# @yieldparam err [StandardError] error object if request failed
|
237
|
+
#
|
238
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeConfig]
|
239
|
+
#
|
240
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
241
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
242
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
243
|
+
def get_organization_runtime_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
244
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
245
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeConfig::Representation
|
246
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeConfig
|
247
|
+
command.params['name'] = name unless name.nil?
|
248
|
+
command.query['fields'] = fields unless fields.nil?
|
249
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
250
|
+
execute_or_queue_command(command, &block)
|
251
|
+
end
|
252
|
+
|
222
253
|
# Lists the service accounts with the permissions required to allow the
|
223
254
|
# Synchronizer to download environment data from the control plane. An ETag is
|
224
255
|
# returned in the response to `getSyncAuthorization`. Pass that ETag when
|
@@ -653,12 +684,12 @@ module Google
|
|
653
684
|
# collection of API resources combined with quota settings and metadata that you
|
654
685
|
# can use to deliver customized and productized API bundles to your developer
|
655
686
|
# community. This metadata can include: - Scope - Environments - API proxies -
|
656
|
-
# Extensible profile API products enable you repackage APIs on
|
687
|
+
# Extensible profile API products enable you repackage APIs on the fly, without
|
657
688
|
# having to do any additional coding or configuration. Apigee recommends that
|
658
689
|
# you start with a simple API product including only required elements. You then
|
659
690
|
# provision credentials to apps to enable them to start testing your APIs. After
|
660
691
|
# you have authentication and authorization working against a simple API product,
|
661
|
-
# you can iterate to create finer
|
692
|
+
# you can iterate to create finer-grained API products, defining different sets
|
662
693
|
# of API resources for each API product. **WARNING:** - If you don't specify an
|
663
694
|
# API proxy in the request body, *any* app associated with the product can make
|
664
695
|
# calls to *any* API in your entire organization. - If you don't specify an
|
@@ -771,9 +802,9 @@ module Google
|
|
771
802
|
end
|
772
803
|
|
773
804
|
# Lists all API product names for an organization. Filter the list by passing an
|
774
|
-
# `attributename` and `attibutevalue`. The
|
775
|
-
# returned
|
776
|
-
#
|
805
|
+
# `attributename` and `attibutevalue`. The maximum number of API products
|
806
|
+
# returned is 1000. You can paginate the list of API products returned using the
|
807
|
+
# `startKey` and `count` query parameters.
|
777
808
|
# @param [String] parent
|
778
809
|
# Required. Name of the organization. Use the following structure in your
|
779
810
|
# request: `organizations/`org``
|
@@ -828,7 +859,7 @@ module Google
|
|
828
859
|
# Updates an existing API product. You must include all required values, whether
|
829
860
|
# or not you are updating them, as well as any optional values that you are
|
830
861
|
# updating. The API product name required in the request URL is the internal
|
831
|
-
# name of the product, not the
|
862
|
+
# name of the product, not the display name. While they may be the same, it
|
832
863
|
# depends on whether the API product was created via UI or API. View the list of
|
833
864
|
# API products to identify their internal names.
|
834
865
|
# @param [String] name
|
@@ -2641,12 +2672,12 @@ module Google
|
|
2641
2672
|
|
2642
2673
|
# Creates a custom consumer key and secret for a developer app. This is
|
2643
2674
|
# particularly useful if you want to migrate existing consumer keys and secrets
|
2644
|
-
# to Apigee
|
2645
|
-
#
|
2646
|
-
#
|
2647
|
-
#
|
2648
|
-
#
|
2649
|
-
#
|
2675
|
+
# to Apigee from another system. Consumer keys and secrets can contain letters,
|
2676
|
+
# numbers, underscores, and hyphens. No other special characters are allowed. To
|
2677
|
+
# avoid service disruptions, a consumer key and secret should not exceed 2 KBs
|
2678
|
+
# each. **Note**: When creating the consumer key and secret, an association to
|
2679
|
+
# API products will not be made. Therefore, you should not specify the
|
2680
|
+
# associated API products in your request. Instead, use the
|
2650
2681
|
# UpdateDeveloperAppKey API to make the association after the consumer key and
|
2651
2682
|
# secret are created. If a consumer key and secret already exist, you can keep
|
2652
2683
|
# them or delete them using the DeleteDeveloperAppKey API.
|
@@ -2720,7 +2751,7 @@ module Google
|
|
2720
2751
|
execute_or_queue_command(command, &block)
|
2721
2752
|
end
|
2722
2753
|
|
2723
|
-
#
|
2754
|
+
# Gets details for a consumer key for a developer app, including the key and
|
2724
2755
|
# secret value, associated API products, and other information.
|
2725
2756
|
# @param [String] name
|
2726
2757
|
# Name of the developer app key. Use the following structure in your request: `
|
@@ -2868,11 +2899,11 @@ module Google
|
|
2868
2899
|
execute_or_queue_command(command, &block)
|
2869
2900
|
end
|
2870
2901
|
|
2871
|
-
#
|
2872
|
-
# app can use it to access APIs. A consumer key that is revoked
|
2873
|
-
# cannot be used to access an API. Any access tokens associated with
|
2874
|
-
# consumer key will remain active. However, Apigee
|
2875
|
-
# the consumer key and if set to `revoked` will not allow access to the API.
|
2902
|
+
# Approves or revokes the consumer key for an API product. After a consumer key
|
2903
|
+
# is approved, the app can use it to access APIs. A consumer key that is revoked
|
2904
|
+
# or pending cannot be used to access an API. Any access tokens associated with
|
2905
|
+
# a revoked consumer key will remain active. However, Apigee checks the status
|
2906
|
+
# of the consumer key and if set to `revoked` will not allow access to the API.
|
2876
2907
|
# @param [String] name
|
2877
2908
|
# Name of the API product in the developer app key in the following format: `
|
2878
2909
|
# organizations/`org`/developers/`developer_email`/apps/`app`/keys/`key`/
|
@@ -2910,12 +2941,12 @@ module Google
|
|
2910
2941
|
|
2911
2942
|
# Creates a custom consumer key and secret for a developer app. This is
|
2912
2943
|
# particularly useful if you want to migrate existing consumer keys and secrets
|
2913
|
-
# to Apigee
|
2914
|
-
#
|
2915
|
-
#
|
2916
|
-
#
|
2917
|
-
#
|
2918
|
-
#
|
2944
|
+
# to Apigee from another system. Consumer keys and secrets can contain letters,
|
2945
|
+
# numbers, underscores, and hyphens. No other special characters are allowed. To
|
2946
|
+
# avoid service disruptions, a consumer key and secret should not exceed 2 KBs
|
2947
|
+
# each. **Note**: When creating the consumer key and secret, an association to
|
2948
|
+
# API products will not be made. Therefore, you should not specify the
|
2949
|
+
# associated API products in your request. Instead, use the
|
2919
2950
|
# UpdateDeveloperAppKey API to make the association after the consumer key and
|
2920
2951
|
# secret are created. If a consumer key and secret already exist, you can keep
|
2921
2952
|
# them or delete them using the DeleteDeveloperAppKey API.
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.16.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-05
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Apigee API V1. Simple REST clients
|
28
34
|
are Ruby client libraries that provide access to Google services via their HTTP
|
29
35
|
REST API endpoints. These libraries are generated and updated automatically based
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.16.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|