google-apis-servicecontrol_v2 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: 6d1da50913b6ede999f264f2be0a9a3bbea223c68039e6d53eb8bce75040b660
4
- data.tar.gz: 99cafecd7994dd634ff66e48d981ac52ea0792cfb441cb9f387e4fedfa52e434
3
+ metadata.gz: de6f554daf4d741173e192b51ee7a6efb0639351e88fc73702e26b0509c08bb1
4
+ data.tar.gz: cdaa27fc4aec2489be2b0d115880a3376b75491013d5bc4c70dd5e8f5e790cf2
5
5
  SHA512:
6
- metadata.gz: 458baf053def2a4eb379da1e2af45e06440a723850a8dcb6180d39f107366b8eea98adadba7aadc2c9d4ed9b0b3d5d1e122e37835fd7f30c720d2d4278ae3221
7
- data.tar.gz: c65b4f699d67e92d75d42cfbbb6c8fb67b62af29c4ae2d95b814f5a9d3d4f3e1f596a0f131b917281abc94f579372287f4c11e2314d12a87ad91fed938efa574
6
+ metadata.gz: a9bb1c4abc4bf315c54cd54f9b58837118e5f900cc80c81d8dafc2a8b3c4964c5381bcaf36708ca48567186957188816a73a5552d633ec03308844457fcc33e9
7
+ data.tar.gz: 17f0df2bb79642590b2248937658be035a7584faacc4f40c5b1237e571e020bedc4692d7e6dbe3b71ebc3c132977ef29ad0a90984c0a13abfc3c42ed5a7e4453
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.8.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210513
6
+
3
7
  ### v0.7.0 (2021-05-20)
4
8
 
5
9
  * Unspecified changes
@@ -938,6 +938,21 @@ module Google
938
938
  class ResourceInfo
939
939
  include Google::Apis::Core::Hashable
940
940
 
941
+ # Optional. The identifier of the container of this resource. For Google Cloud
942
+ # APIs, the resource container must be one of the following formats: - `projects/
943
+ # ` - `folders/` - `organizations/` For the policy enforcement on the container
944
+ # level (VPCSC and Location Policy check), this field takes precedence on the
945
+ # container extracted from name when presents.
946
+ # Corresponds to the JSON property `container`
947
+ # @return [String]
948
+ attr_accessor :container
949
+
950
+ # Optional. The location of the resource. The value must be a valid zone, region
951
+ # or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"
952
+ # Corresponds to the JSON property `location`
953
+ # @return [String]
954
+ attr_accessor :location
955
+
941
956
  # The name of the resource referenced in the request.
942
957
  # Corresponds to the JSON property `name`
943
958
  # @return [String]
@@ -960,6 +975,8 @@ module Google
960
975
 
961
976
  # Update properties of this object
962
977
  def update!(**args)
978
+ @container = args[:container] if args.key?(:container)
979
+ @location = args[:location] if args.key?(:location)
963
980
  @name = args[:name] if args.key?(:name)
964
981
  @permission = args[:permission] if args.key?(:permission)
965
982
  @type = args[:type] if args.key?(:type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV2
18
18
  # Version of the google-apis-servicecontrol_v2 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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
25
+ REVISION = "20210513"
26
26
  end
27
27
  end
28
28
  end
@@ -353,6 +353,8 @@ module Google
353
353
  class ResourceInfo
354
354
  # @private
355
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :container, as: 'container'
357
+ property :location, as: 'location'
356
358
  property :name, as: 'name'
357
359
  property :permission, as: 'permission'
358
360
  property :type, as: 'type'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
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-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2
57
57
  post_install_message:
58
58
  rdoc_options: []