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: 0f112b76cee17100160971294ca8c0ce3c1fc134b1df79a435872969abc82feb
4
- data.tar.gz: 6b74c3172eba562492de9367025eb1f0dc6e0b821fe96036a2ab847a79e91219
3
+ metadata.gz: 9744bf4f661f797d240121b82be2e51ef2780aaee0c4822ab9dbcd88aba5b81c
4
+ data.tar.gz: 257ed6c2f264c1ab51ba9c1252d34e4113eb62b2a50e5805919848adff324e7f
5
5
  SHA512:
6
- metadata.gz: 8dade1071f125463c232c10f6f73cacc514b1a50232afbceae992478d7e5538de3ef6ed6a988cb4d5b8600a7d0ef52a02912de5fed78aa4ae3bdbf27a5449be8
7
- data.tar.gz: bce28a62f3de9a6e43fc45f22753c579f12bcb9f82fd7e21555968754a8dc997aa1d3dd286eb7d6a9374e828e1825b82e5430fe4fba774e2675f68c6a6f8e4d9
6
+ metadata.gz: ae19561d3125bb6a3ff2948df32dad2d8cd6192dd5454930c75b64b9103d986c97df49af7455abc901a33bb3a2562aaca511667508e8a5983f84487abb6d187d
7
+ data.tar.gz: 36a87261903804f3d1228d5abc454e0b686e209ed285d24822fc8ab71a2d4bf424e6e9d065218d13d86e5f4f67e8608a7e09e746ac6aa8fe8cf52bda958e17b3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.77.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231016
6
+
3
7
  ### v0.76.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230924
@@ -467,16 +467,18 @@ module Google
467
467
  end
468
468
  end
469
469
 
470
- # the Api category resource wrapped with response status, error_code etc.
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
- # the Api category resource.
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
- # ID that can be used to find errors in the log files.
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 that can be used to find request details in the log files.
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
- # the Api category resource.
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
- # ID that can be used to find errors in the log files.
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
- # GCP name of deleted resource.
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 that can be used to find request details in the log files.
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
- # the response for ListApiCategoriesRequest.
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
- # ID that can be used to find errors in the log files.
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 that can be used to find request details in the log files.
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.76.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 = "20230924"
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 appGroup. This API replaces the existing appGroup details with
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. **Note**:
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 appGroup by setting the action as `active` or `
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 on the portal.
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 a category from the portal.
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 a category on the portal.
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
- # Lists the categories on the portal.
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 a category on the portal.
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.76.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-01 00:00:00.000000000 Z
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.76.0
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: []