google-apis-apigeeregistry_v1 0.14.0 → 0.15.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: b5f417bb1db912f36501f04f8dac588a316cdc22f528925cfc68bd2f2e3dab9c
4
- data.tar.gz: 244b4bba77df7241b4e858c123ffb7f525d88eae3c60639c379e32bea3aee1f8
3
+ metadata.gz: fcbef33b86029657b7143ac24d5d780a5e1f3db90fb95934534afc7a2cd4ca9c
4
+ data.tar.gz: a7753cdd18c9af170daba032422793c3167740fd7b4999f811d2252a838242e7
5
5
  SHA512:
6
- metadata.gz: b3cc4bb79fa55335c25440bc3e4a515c25fcb0c67d133e962d76a842a44e8aa431b5c7329d2c33804c53d5e4355ef412174d6190e091e12e9a68b0316bb124ed
7
- data.tar.gz: 70b8bec423faa06ae46ebd3d8b6f021c1c98f48ecaae5759a25a4d442a8cd2e7d00e4508cdb1a572bb367fdea67a7fdb4418fce2306a661671115aaa48674d95
6
+ metadata.gz: 933b701ae88c2162332f750bafa03cb94f10864eb846e443f92e9a64f1cdd2b3a6ea942ef3521ffa0c7c2a4bd01ecb2a49d8410ece293c702c64ca82c00ff57f
7
+ data.tar.gz: 8858490119f83d1ff450c61867a0186b56b6075bbeb54a810ddbdec1a9dbaef7722b049f5f2660abd630f728c18fec01e96ab7249ba1890854bcfd12ed89e2fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigeeregistry_v1
2
2
 
3
+ ### v0.15.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.14.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -289,7 +289,7 @@ module Google
289
289
  # @return [Hash<String,String>]
290
290
  attr_accessor :labels
291
291
 
292
- # A style (format) descriptor for this spec that is specified as a Media Type (
292
+ # A style (format) descriptor for this spec that is specified as a [Media Type](
293
293
  # https://en.wikipedia.org/wiki/Media_type). Possible values include `
294
294
  # application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and `
295
295
  # application/vnd.apigee.graphql`, with possible suffixes representing
@@ -1092,7 +1092,7 @@ module Google
1092
1092
  end
1093
1093
  end
1094
1094
 
1095
- # A resource that represents Google Cloud Platform location.
1095
+ # A resource that represents a Google Cloud location.
1096
1096
  class Location
1097
1097
  include Google::Apis::Core::Hashable
1098
1098
 
@@ -1176,13 +1176,13 @@ module Google
1176
1176
  # @return [String]
1177
1177
  attr_accessor :name
1178
1178
 
1179
- # The normal response of the operation in case of success. If the original
1180
- # method returns no data on success, such as `Delete`, the response is `google.
1181
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1182
- # the response should be the resource. For other methods, the response should
1183
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1184
- # example, if the original method name is `TakeSnapshot()`, the inferred
1185
- # response type is `TakeSnapshotResponse`.
1179
+ # The normal, successful response of the operation. If the original method
1180
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1181
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1182
+ # response should be the resource. For other methods, the response should have
1183
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1184
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1185
+ # `TakeSnapshotResponse`.
1186
1186
  # Corresponds to the JSON property `response`
1187
1187
  # @return [Hash<String,Object>]
1188
1188
  attr_accessor :response
@@ -1270,22 +1270,22 @@ module Google
1270
1270
  # evaluates to `true`. A condition can add constraints based on attributes of
1271
1271
  # the request, the resource, or both. To learn which resources support
1272
1272
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1273
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1273
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1274
1274
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1275
1275
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1276
1276
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1277
1277
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1278
1278
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1279
1279
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1280
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1281
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1282
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1283
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1284
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1285
- # access description: Does not grant access after Sep 2020 expression: request.
1286
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1287
- # a description of IAM and its features, see the [IAM documentation](https://
1288
- # cloud.google.com/iam/docs/).
1280
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1281
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1282
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1283
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1284
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1285
+ # title: expirable access description: Does not grant access after Sep 2020
1286
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1287
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1288
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1289
1289
  class Policy
1290
1290
  include Google::Apis::Core::Hashable
1291
1291
 
@@ -1403,22 +1403,22 @@ module Google
1403
1403
  # evaluates to `true`. A condition can add constraints based on attributes of
1404
1404
  # the request, the resource, or both. To learn which resources support
1405
1405
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1406
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1406
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1407
1407
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1408
1408
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1409
1409
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1410
1410
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1411
1411
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1412
1412
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1413
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1414
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1415
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1416
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1417
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1418
- # access description: Does not grant access after Sep 2020 expression: request.
1419
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1420
- # a description of IAM and its features, see the [IAM documentation](https://
1421
- # cloud.google.com/iam/docs/).
1413
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1414
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1415
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1416
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1417
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1418
+ # title: expirable access description: Does not grant access after Sep 2020
1419
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1420
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1421
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1422
1422
  # Corresponds to the JSON property `policy`
1423
1423
  # @return [Google::Apis::ApigeeregistryV1::Policy]
1424
1424
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeregistryV1
18
18
  # Version of the google-apis-apigeeregistry_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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 = "20230127"
25
+ REVISION = "20230802"
26
26
  end
27
27
  end
28
28
  end
@@ -1168,7 +1168,8 @@ module Google
1168
1168
 
1169
1169
  # Adds a tag to a specified revision of a deployment.
1170
1170
  # @param [String] name
1171
- # Required. The name of the deployment to be tagged, including the revision ID.
1171
+ # Required. The name of the deployment to be tagged, including the revision ID
1172
+ # is optional. If a revision is not specified, it will tag the latest revision.
1172
1173
  # @param [Google::Apis::ApigeeregistryV1::TagApiDeploymentRevisionRequest] tag_api_deployment_revision_request_object
1173
1174
  # @param [String] fields
1174
1175
  # Selector specifying which fields to include in a partial response.
@@ -2531,7 +2532,8 @@ module Google
2531
2532
 
2532
2533
  # Adds a tag to a specified revision of a spec.
2533
2534
  # @param [String] name
2534
- # Required. The name of the spec to be tagged, including the revision ID.
2535
+ # Required. The name of the spec to be tagged, including the revision ID is
2536
+ # optional. If a revision is not specified, it will tag the latest revision.
2535
2537
  # @param [Google::Apis::ApigeeregistryV1::TagApiSpecRevisionRequest] tag_api_spec_revision_request_object
2536
2538
  # @param [String] fields
2537
2539
  # Selector specifying which fields to include in a partial response.
@@ -3599,13 +3601,7 @@ module Google
3599
3601
  end
3600
3602
 
3601
3603
  # Lists operations that match the specified filter in the request. If the server
3602
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
3603
- # binding allows API services to override the binding to use different resource
3604
- # name schemes, such as `users/*/operations`. To override the binding, API
3605
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
3606
- # service configuration. For backwards compatibility, the default name includes
3607
- # the operations collection id, however overriding users must ensure the name
3608
- # binding is the parent resource, without the operations collection id.
3604
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
3609
3605
  # @param [String] name
3610
3606
  # The name of the operation's parent resource.
3611
3607
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigeeregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-apigeeregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigeeregistry_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigeeregistry_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigeeregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []