google-apis-servicecontrol_v2 0.6.0 → 0.11.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: '094af63438acabba2f1fe4356aba8011e25c7dfa4c0f4d07be17eb39924fcbee'
4
- data.tar.gz: d40587664b73928cf3bd16fcfb9d9624798ddd1c3a6b596315e92ec8339392bf
3
+ metadata.gz: 269f6a3a2417b14e629a2aad5dd2b1e2fdf888c227ac81b5bb3126f060962b07
4
+ data.tar.gz: b5a61c84ac8e977445e3458b63064bb11aa87390def503cd341239b712ff1879
5
5
  SHA512:
6
- metadata.gz: 202defddb33ec6de2c05799070b9441f99372696e082042d65e422040027f40de279c7215afd05993d75a8c9003467cf6e4e943830adbf34c184c517e3263daa
7
- data.tar.gz: 8f6c16724a1a789b0d2f449746e849ee3866f590a7e1218fe00d0e69000e0612dfe63a15b0db0a3855f281bb4aca01689ed379c06d5b3d6cba51f6055b74eef7
6
+ metadata.gz: dc19aee1f5240f63c7b1200ceb13ce4dcfdfa5014167a201b6b0cdf8ab3973bd6b34602f1f2de1f1d2148b73aa70dc3eb31d27b1d4930e7e09e5e666fd7ad95d
7
+ data.tar.gz: 0cbac302ef6f55d890a9865321c2321cfb5a0f28225936918912ab8ef7dadf3e32c072dd838a5b44d0de598b26b1cc0a93469b13de619c94db7ed2305e10f9a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-06-10)
12
+
13
+ * Regenerated from discovery document revision 20210603
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.8.0 (2021-05-27)
17
+
18
+ * Regenerated from discovery document revision 20210513
19
+
20
+ ### v0.7.0 (2021-05-20)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.6.0 (2021-05-01)
4
25
 
5
26
  * Regenerated from discovery document revision 20210422
@@ -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)
@@ -1056,8 +1073,11 @@ module Google
1056
1073
  # @return [Google::Apis::ServicecontrolV2::FirstPartyPrincipal]
1057
1074
  attr_accessor :first_party_principal
1058
1075
 
1059
- # A string representing the principal_subject associated with the identity. See
1060
- # go/3pical for more info on how principal_subject is formatted.
1076
+ # A string representing the principal_subject associated with the identity. For
1077
+ # most identities, the format will be `principal://iam.googleapis.com/`identity
1078
+ # pool name`/subject/`subject)` except for some GKE identities (GKE_WORKLOAD,
1079
+ # FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format `
1080
+ # serviceAccount:`identity pool name`[`subject`]`
1061
1081
  # Corresponds to the JSON property `principalSubject`
1062
1082
  # @return [String]
1063
1083
  attr_accessor :principal_subject
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
25
+ REVISION = "20210603"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Control API V2. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2
57
63
  post_install_message:
58
64
  rdoc_options: []