google-apis-apigee_v1 0.76.0 → 0.77.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9744bf4f661f797d240121b82be2e51ef2780aaee0c4822ab9dbcd88aba5b81c
|
4
|
+
data.tar.gz: 257ed6c2f264c1ab51ba9c1252d34e4113eb62b2a50e5805919848adff324e7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae19561d3125bb6a3ff2948df32dad2d8cd6192dd5454930c75b64b9103d986c97df49af7455abc901a33bb3a2562aaca511667508e8a5983f84487abb6d187d
|
7
|
+
data.tar.gz: 36a87261903804f3d1228d5abc454e0b686e209ed285d24822fc8ab71a2d4bf424e6e9d065218d13d86e5f4f67e8608a7e09e746ac6aa8fe8cf52bda958e17b3
|
data/CHANGELOG.md
CHANGED
@@ -467,16 +467,18 @@ module Google
|
|
467
467
|
end
|
468
468
|
end
|
469
469
|
|
470
|
-
#
|
470
|
+
# The API category resource wrapped with response status, error_code, etc.
|
471
471
|
class GoogleCloudApigeeV1ApiCategory
|
472
472
|
include Google::Apis::Core::Hashable
|
473
473
|
|
474
|
-
#
|
474
|
+
# `ApiCategoryData` represents an API category. Catalog items can be tagged with
|
475
|
+
# API categories; users viewing the API catalog in the portal will have the
|
476
|
+
# option to browse the catalog by category.
|
475
477
|
# Corresponds to the JSON property `data`
|
476
478
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiCategoryData]
|
477
479
|
attr_accessor :data
|
478
480
|
|
479
|
-
#
|
481
|
+
# Unique error code for the request, if any.
|
480
482
|
# Corresponds to the JSON property `errorCode`
|
481
483
|
# @return [String]
|
482
484
|
attr_accessor :error_code
|
@@ -486,7 +488,7 @@ module Google
|
|
486
488
|
# @return [String]
|
487
489
|
attr_accessor :message
|
488
490
|
|
489
|
-
# ID
|
491
|
+
# Unique ID of the request.
|
490
492
|
# Corresponds to the JSON property `requestId`
|
491
493
|
# @return [String]
|
492
494
|
attr_accessor :request_id
|
@@ -510,15 +512,12 @@ module Google
|
|
510
512
|
end
|
511
513
|
end
|
512
514
|
|
513
|
-
#
|
515
|
+
# `ApiCategoryData` represents an API category. Catalog items can be tagged with
|
516
|
+
# API categories; users viewing the API catalog in the portal will have the
|
517
|
+
# option to browse the catalog by category.
|
514
518
|
class GoogleCloudApigeeV1ApiCategoryData
|
515
519
|
include Google::Apis::Core::Hashable
|
516
520
|
|
517
|
-
# GCP name of api category resource.
|
518
|
-
# Corresponds to the JSON property `gcpResource`
|
519
|
-
# @return [String]
|
520
|
-
attr_accessor :gcp_resource
|
521
|
-
|
522
521
|
# ID of the category (a UUID).
|
523
522
|
# Corresponds to the JSON property `id`
|
524
523
|
# @return [String]
|
@@ -545,7 +544,6 @@ module Google
|
|
545
544
|
|
546
545
|
# Update properties of this object
|
547
546
|
def update!(**args)
|
548
|
-
@gcp_resource = args[:gcp_resource] if args.key?(:gcp_resource)
|
549
547
|
@id = args[:id] if args.key?(:id)
|
550
548
|
@name = args[:name] if args.key?(:name)
|
551
549
|
@site_id = args[:site_id] if args.key?(:site_id)
|
@@ -2723,12 +2721,12 @@ module Google
|
|
2723
2721
|
class GoogleCloudApigeeV1DeleteResponse
|
2724
2722
|
include Google::Apis::Core::Hashable
|
2725
2723
|
|
2726
|
-
#
|
2724
|
+
# Unique error code for the request, if any.
|
2727
2725
|
# Corresponds to the JSON property `errorCode`
|
2728
2726
|
# @return [String]
|
2729
2727
|
attr_accessor :error_code
|
2730
2728
|
|
2731
|
-
#
|
2729
|
+
# Google Cloud name of deleted resource.
|
2732
2730
|
# Corresponds to the JSON property `gcpResource`
|
2733
2731
|
# @return [String]
|
2734
2732
|
attr_accessor :gcp_resource
|
@@ -2738,7 +2736,7 @@ module Google
|
|
2738
2736
|
# @return [String]
|
2739
2737
|
attr_accessor :message
|
2740
2738
|
|
2741
|
-
# ID
|
2739
|
+
# Unique ID of the request.
|
2742
2740
|
# Corresponds to the JSON property `requestId`
|
2743
2741
|
# @return [String]
|
2744
2742
|
attr_accessor :request_id
|
@@ -5101,16 +5099,16 @@ module Google
|
|
5101
5099
|
end
|
5102
5100
|
end
|
5103
5101
|
|
5104
|
-
#
|
5102
|
+
# The response for `ListApiCategoriesRequest`.
|
5105
5103
|
class GoogleCloudApigeeV1ListApiCategoriesResponse
|
5106
5104
|
include Google::Apis::Core::Hashable
|
5107
5105
|
|
5108
|
-
# Details of categories.
|
5106
|
+
# Details of the categories.
|
5109
5107
|
# Corresponds to the JSON property `data`
|
5110
5108
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiCategoryData>]
|
5111
5109
|
attr_accessor :data
|
5112
5110
|
|
5113
|
-
#
|
5111
|
+
# Unique error code for the request, if any.
|
5114
5112
|
# Corresponds to the JSON property `errorCode`
|
5115
5113
|
# @return [String]
|
5116
5114
|
attr_accessor :error_code
|
@@ -5120,7 +5118,7 @@ module Google
|
|
5120
5118
|
# @return [String]
|
5121
5119
|
attr_accessor :message
|
5122
5120
|
|
5123
|
-
# ID
|
5121
|
+
# Unique ID of the request.
|
5124
5122
|
# Corresponds to the JSON property `requestId`
|
5125
5123
|
# @return [String]
|
5126
5124
|
attr_accessor :request_id
|
@@ -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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231016"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1795,7 +1795,6 @@ module Google
|
|
1795
1795
|
class GoogleCloudApigeeV1ApiCategoryData
|
1796
1796
|
# @private
|
1797
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1798
|
-
property :gcp_resource, as: 'gcpResource'
|
1799
1798
|
property :id, as: 'id'
|
1800
1799
|
property :name, as: 'name'
|
1801
1800
|
property :site_id, as: 'siteId'
|
@@ -2017,22 +2017,16 @@ module Google
|
|
2017
2017
|
execute_or_queue_command(command, &block)
|
2018
2018
|
end
|
2019
2019
|
|
2020
|
-
# Updates an
|
2020
|
+
# Updates an AppGroup. This API replaces the existing AppGroup details with
|
2021
2021
|
# those specified in the request. Include or exclude any existing details that
|
2022
2022
|
# you want to retain or delete, respectively. Note that the state of the
|
2023
|
-
# AppGroup should be updated using `action`, and not via AppGroup.
|
2024
|
-
# OAuth access tokens and Key Management Service (KMS) entities (apps,
|
2025
|
-
# developers, and API products) are cached for 180 seconds (current default).
|
2026
|
-
# Any custom attributes associated with these entities are cached for at least
|
2027
|
-
# 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn`
|
2028
|
-
# element on the OAuthV2 policy won't be able to expire an access token in less
|
2029
|
-
# than 180 seconds.
|
2023
|
+
# AppGroup should be updated using `action`, and not via AppGroup.
|
2030
2024
|
# @param [String] name
|
2031
2025
|
# Required. Name of the AppGroup. Use the following structure in your request: `
|
2032
2026
|
# organizations/`org`/appgroups/`app_group_name``
|
2033
2027
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroup] google_cloud_apigee_v1_app_group_object
|
2034
2028
|
# @param [String] action
|
2035
|
-
# Activate or de-activate the
|
2029
|
+
# Activate or de-activate the AppGroup by setting the action as `active` or `
|
2036
2030
|
# inactive`. The `Content-Type` header must be set to `application/octet-stream`,
|
2037
2031
|
# with empty body.
|
2038
2032
|
# @param [String] fields
|
@@ -11112,7 +11106,7 @@ module Google
|
|
11112
11106
|
execute_or_queue_command(command, &block)
|
11113
11107
|
end
|
11114
11108
|
|
11115
|
-
# Creates a new category
|
11109
|
+
# Creates a new API category.
|
11116
11110
|
# @param [String] parent
|
11117
11111
|
# Required. Name of the portal. Use the following structure in your request: `
|
11118
11112
|
# organizations/`org`/sites/`site``
|
@@ -11146,7 +11140,7 @@ module Google
|
|
11146
11140
|
execute_or_queue_command(command, &block)
|
11147
11141
|
end
|
11148
11142
|
|
11149
|
-
# Deletes
|
11143
|
+
# Deletes an API category.
|
11150
11144
|
# @param [String] name
|
11151
11145
|
# Required. Name of the category. Use the following structure in your request: `
|
11152
11146
|
# organizations/`org`/sites/`site`/apicategories/`apicategory``
|
@@ -11177,7 +11171,7 @@ module Google
|
|
11177
11171
|
execute_or_queue_command(command, &block)
|
11178
11172
|
end
|
11179
11173
|
|
11180
|
-
# Gets
|
11174
|
+
# Gets an API category.
|
11181
11175
|
# @param [String] name
|
11182
11176
|
# Required. Name of the category. Use the following structure in your request: `
|
11183
11177
|
# organizations/`org`/sites/`site`/apicategories/`apicategory``
|
@@ -11208,7 +11202,7 @@ module Google
|
|
11208
11202
|
execute_or_queue_command(command, &block)
|
11209
11203
|
end
|
11210
11204
|
|
11211
|
-
#
|
11205
|
+
# Returns the API categories associated with a portal.
|
11212
11206
|
# @param [String] parent
|
11213
11207
|
# Required. Name of the portal. Use the following structure in your request: `
|
11214
11208
|
# organizations/`org`/sites/`site``
|
@@ -11239,7 +11233,7 @@ module Google
|
|
11239
11233
|
execute_or_queue_command(command, &block)
|
11240
11234
|
end
|
11241
11235
|
|
11242
|
-
# Updates
|
11236
|
+
# Updates an API category.
|
11243
11237
|
# @param [String] name
|
11244
11238
|
# Required. Name of the category. Use the following structure in your request: `
|
11245
11239
|
# organizations/`org`/sites/`site`/apicategories/`apicategory``
|
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.77.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: 2023-10-
|
11
|
+
date: 2023-10-29 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.77.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: []
|