google-apis-servicecontrol_v2 0.5.0 → 0.10.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: 6bc95748524b192e0d6479df1174f4e136c8177fd1b7d7cdc7d1d802337eff24
4
- data.tar.gz: 66fb337f6c1677f992a32a0b5b8eb959658eaebab4127d8cafa9010d350a51ab
3
+ metadata.gz: 39c5d41d82945e8be60fee8e27b094d74428ad98aee4fe0e2adf3202dd8c5449
4
+ data.tar.gz: 71f849b9c580e0709e2f84258606f4b3011fbf901b9f2cb7d3d29f5d15e93c09
5
5
  SHA512:
6
- metadata.gz: aed902587b38285c6f33486d6a02b0a1a5b61b376915ea6fb708f9b20e9833b620337994f06dc15c69afdc88970f0118716bbfcddc5d2986662413f3c0b1b650
7
- data.tar.gz: a6ead6299ac88f75229a4daf370dd4392e2f25117792aad86fdb92accaddee4af81f422c37615f17a6926ef616f8fde79bbbdabfb3b810ef5b8289c5214f32e6
6
+ metadata.gz: c1bb3adfd9dcebc8fde1c8db3f308f08a1ff2d5bc76cbd9677bafe9dc4a8d68d8d370e6c8695fa7d31b24a63c289fbeb6dad092b98a57095a64b853a2017f269
7
+ data.tar.gz: 58ddfa1bbceeca32186d1cb82542e463258fee23f8c991e8b23f7a058055c688a6c8c32ae45af05638cb50f32604519559af1f4ea0335106a7bc4fba9bc96619
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-06-10)
8
+
9
+ * Regenerated from discovery document revision 20210603
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.8.0 (2021-05-27)
13
+
14
+ * Regenerated from discovery document revision 20210513
15
+
16
+ ### v0.7.0 (2021-05-20)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.6.0 (2021-05-01)
21
+
22
+ * Regenerated from discovery document revision 20210422
23
+
3
24
  ### v0.5.0 (2021-04-02)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
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.5.0
4
+ version: 0.10.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.10.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: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Service Control API V2