google-apis-accesscontextmanager_v1 0.7.0 → 0.8.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: f82efeaf1391d95513949729735d8d3e05f04e17de725b2b714f4a9a2b532833
4
- data.tar.gz: 2dd72c0aa54118f65ce2220789176e3037f4d4b936b019a173f9d051d101254f
3
+ metadata.gz: 805dd4e962d88aefa027007b07aad73a99e5ea18c529d3741e332b3ecf9f94d6
4
+ data.tar.gz: b0fc230e401cee63e161b2ed886bf34a3e1312a98dd4f19bf69be9e8a525699f
5
5
  SHA512:
6
- metadata.gz: 17721608fb7d1bb144e10d38e4741dd9db2277cc7a370eae1110aaf64cffb0fd46e29e84d1c3af50c2bd72f9d63db67e5a488febbc39643173dc61fbaeaa144e
7
- data.tar.gz: 1a5fbcfdf3ad3ae79685e9ab2fced2d0e3cb01db17b52488e1e53356bfb03eb7fec7915b3a16be9032d8a9bf7eb8a1cdbc0d51e64d870ece8e4770df27ed88b9
6
+ metadata.gz: a62588e6e3ceb1bf09c700bd6e2c2b730bf0710b541c1067a762de6381e0efc9ad4878c383781bd859613a7e4cd996be3c812ae33d5b6115fc6615512cd8f8ce
7
+ data.tar.gz: 96b2f846c0f4ce62e62e44d5cf2930bb09da74f61857945892dec9a29d3fc88e3e887e65542a7a87e06710826369d9ea00fb56128b4d5b8b04fc0e705766755a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.8.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210814
6
+
3
7
  ### v0.7.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -22,6 +22,19 @@ module Google
22
22
  module Apis
23
23
  module AccesscontextmanagerV1
24
24
 
25
+ # Metadata of Access Context Manager's Long Running Operations.
26
+ class AccessContextManagerOperationMetadata
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
25
38
  # An `AccessLevel` is a label that can be applied to requests to Google Cloud
26
39
  # services, along with a list of requirements necessary for the label to be
27
40
  # applied.
@@ -47,8 +60,8 @@ module Google
47
60
 
48
61
  # Required. Resource name for the Access Level. The `short_name` component must
49
62
  # begin with a letter and only include alphanumeric and '_'. Format: `
50
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
51
- # the `short_name` component is 50 characters.
63
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
64
+ # length of the `access_level` component is 50 characters.
52
65
  # Corresponds to the JSON property `name`
53
66
  # @return [String]
54
67
  attr_accessor :name
@@ -89,7 +102,7 @@ module Google
89
102
  attr_accessor :etag
90
103
 
91
104
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
92
- # policy_id``
105
+ # access_policy``
93
106
  # Corresponds to the JSON property `name`
94
107
  # @return [String]
95
108
  attr_accessor :name
@@ -635,6 +648,21 @@ module Google
635
648
  end
636
649
  end
637
650
 
651
+ # Currently, a completed operation means nothing. In the future, this metadata
652
+ # and a completed operation may indicate that the binding has taken effect and
653
+ # is affecting access decisions for all users.
654
+ class GcpUserAccessBindingOperationMetadata
655
+ include Google::Apis::Core::Hashable
656
+
657
+ def initialize(**args)
658
+ update!(**args)
659
+ end
660
+
661
+ # Update properties of this object
662
+ def update!(**args)
663
+ end
664
+ end
665
+
638
666
  # Defines the conditions under which an IngressPolicy matches a request.
639
667
  # Conditions are based on information about the source of the request. The
640
668
  # request must satisfy what is defined in `sources` AND identity related fields
@@ -1160,7 +1188,7 @@ module Google
1160
1188
 
1161
1189
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1162
1190
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1163
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1191
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1164
1192
  # Corresponds to the JSON property `name`
1165
1193
  # @return [String]
1166
1194
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210412"
25
+ REVISION = "20210814"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module AccesscontextmanagerV1
24
24
 
25
+ class AccessContextManagerOperationMetadata
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AccessLevel
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -118,6 +124,12 @@ module Google
118
124
  include Google::Apis::Core::JsonObjectSupport
119
125
  end
120
126
 
127
+ class GcpUserAccessBindingOperationMetadata
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
121
133
  class IngressFrom
122
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
135
 
@@ -238,6 +250,12 @@ module Google
238
250
  include Google::Apis::Core::JsonObjectSupport
239
251
  end
240
252
 
253
+ class AccessContextManagerOperationMetadata
254
+ # @private
255
+ class Representation < Google::Apis::Core::JsonRepresentation
256
+ end
257
+ end
258
+
241
259
  class AccessLevel
242
260
  # @private
243
261
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -386,6 +404,12 @@ module Google
386
404
  end
387
405
  end
388
406
 
407
+ class GcpUserAccessBindingOperationMetadata
408
+ # @private
409
+ class Representation < Google::Apis::Core::JsonRepresentation
410
+ end
411
+ end
412
+
389
413
  class IngressFrom
390
414
  # @private
391
415
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -190,7 +190,7 @@ module Google
190
190
  # metadata` as a BadRequest proto.
191
191
  # @param [String] name
192
192
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
193
- # policy_id``
193
+ # access_policy``
194
194
  # @param [Google::Apis::AccesscontextmanagerV1::AccessPolicy] access_policy_object
195
195
  # @param [String] update_mask
196
196
  # Required. Mask to control which fields get updated. Must be non-empty.
@@ -382,8 +382,8 @@ module Google
382
382
  # @param [String] name
383
383
  # Required. Resource name for the Access Level. The `short_name` component must
384
384
  # begin with a letter and only include alphanumeric and '_'. Format: `
385
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
386
- # the `short_name` component is 50 characters.
385
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
386
+ # length of the `access_level` component is 50 characters.
387
387
  # @param [Google::Apis::AccesscontextmanagerV1::AccessLevel] access_level_object
388
388
  # @param [String] update_mask
389
389
  # Required. Mask to control which fields get updated. Must be non-empty.
@@ -649,7 +649,7 @@ module Google
649
649
  # @param [String] name
650
650
  # Required. Resource name for the ServicePerimeter. The `short_name` component
651
651
  # must begin with a letter and only include alphanumeric and '_'. Format: `
652
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
652
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
653
653
  # @param [Google::Apis::AccesscontextmanagerV1::ServicePerimeter] service_perimeter_object
654
654
  # @param [String] update_mask
655
655
  # Required. Mask to control which fields get updated. Must be non-empty.
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []