google-apis-servicecontrol_v2 0.4.0 → 0.9.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: af3b4828fae99476cf40fc2f2b5123f79a6aba0029d4797979ad079d015db097
4
- data.tar.gz: 03b633996dba6fbceb8541999e99fda3c87f48ae7362a8a50e465ea4eab1e501
3
+ metadata.gz: d671f6936f458e9b15dc6186d850db5a2b33a252937dbf2a2f6bce5979ee61d5
4
+ data.tar.gz: 44a164f7731f2d5aa1d6b6039f497829a49c728f4e05aa127cc13e5b25e8c91c
5
5
  SHA512:
6
- metadata.gz: 49f6133995c89a0289a21386b3117e8b911d04f7cd3fb235fe88af9b0c1ca90b844e6b9dcc76e7ed5f4a30a95e04b9119c9fa7b7ffc4d3f2a7c7fbebe057d340
7
- data.tar.gz: 861857078ffad66ccd5e43b278c5926edc9d529a7f5d59144b42b0248f48a74d589a7968f126fabc9b46daf00a6d74f66f7824f3e3dbec6759bb4f350b59cefd
6
+ metadata.gz: b83bee335b9ec08e8c13ec6b5cc6bd55d7d0a50d83e21df7fe84dca6ec0c8112d1203ad29b8b6f6b1826fd708df145d09472fd050015e36cd1f5c1542d1fcd3e
7
+ data.tar.gz: 5d6e635e6310ce0d8d12e1caa69830425a582247d1f0d6c588105f28a6d84d20e76cd146176a1dfd0d4da9cdb045bf9a95877e13f22385a4b8fb8d12ecd5f6c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.9.0 (2021-06-10)
4
+
5
+ * Regenerated from discovery document revision 20210603
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.8.0 (2021-05-27)
9
+
10
+ * Regenerated from discovery document revision 20210513
11
+
12
+ ### v0.7.0 (2021-05-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.6.0 (2021-05-01)
17
+
18
+ * Regenerated from discovery document revision 20210422
19
+
20
+ ### v0.5.0 (2021-04-02)
21
+
22
+ * Regenerated from discovery document revision 20210326
23
+ * Regenerated using generator version 0.2.0
24
+
3
25
  ### v0.4.0 (2021-03-04)
4
26
 
5
27
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google Service Control data
@@ -690,7 +690,7 @@ module Google
690
690
  # @return [String]
691
691
  attr_accessor :method_prop
692
692
 
693
- # The HTTP URL path.
693
+ # The HTTP URL path, excluding the query parameters.
694
694
  # Corresponds to the JSON property `path`
695
695
  # @return [String]
696
696
  attr_accessor :path
@@ -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)
@@ -1002,7 +1019,7 @@ module Google
1002
1019
  class Response
1003
1020
  include Google::Apis::Core::Hashable
1004
1021
 
1005
- # The length of time it takes the backend service to fully respond to a request.
1022
+ # The amount of time it takes the backend service to fully respond to a request.
1006
1023
  # Measured from when the destination service starts to send the request to the
1007
1024
  # backend until when the destination service receives the complete response from
1008
1025
  # the backend.
@@ -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
@@ -1079,8 +1099,8 @@ module Google
1079
1099
  end
1080
1100
  end
1081
1101
 
1082
- # The context of a span, attached to Exemplars in Distribution values during
1083
- # aggregation. It contains the name of a span with format: projects/[
1102
+ # The context of a span. This is attached to an Exemplar in Distribution values
1103
+ # during aggregation. It contains the name of a span with format: projects/[
1084
1104
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
1085
1105
  class SpanContext
1086
1106
  include Google::Apis::Core::Hashable
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210205"
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,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.4.0
4
+ version: 0.9.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-14 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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.9.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Control API V2