google-apis-servicecontrol_v2 0.5.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39c5d41d82945e8be60fee8e27b094d74428ad98aee4fe0e2adf3202dd8c5449
|
4
|
+
data.tar.gz: 71f849b9c580e0709e2f84258606f4b3011fbf901b9f2cb7d3d29f5d15e93c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
1060
|
-
#
|
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
|
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.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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:
|
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.
|
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.
|
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
|