google-apis-servicemanagement_v1 0.17.0 → 0.20.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: 46614cd37b2d1400da8efcbd939a1a2722abcdd7df93c491585993beee01e850
4
- data.tar.gz: b1af71e1532fb8f2d3c017486f96b0112ce3303b6be81f917e115ecb3012ef89
3
+ metadata.gz: 48fd812a3133ce4bc9672c30f5f8be14567af1ef22340992fe133fb0da0703f5
4
+ data.tar.gz: 1b7c21d831c10be73bfda604b6eb8895546a7c9deff144c5b3f7ed3916f43bb4
5
5
  SHA512:
6
- metadata.gz: cc422c22cd6cd3517a7eadc661e530716d8b3bad07ab7cc54badf1f2cdd09935a4017a284508cbbf837eea48e7dbeee27c51abc29d60b456de8b6b12cf06ba33
7
- data.tar.gz: f78d88af9e5011db376a61eec16dbea709bb3da36e9ba44750dd04e042c1408ed6592839343f968961f13d45b9366a0ba0b2143b470a77db3ed1d6e477d7ace1
6
+ metadata.gz: e3ba859078c093acd989ba0f9f3dea65f402d0b4fbc918cf51f896536c5e6b4dd72e8d4d85b9b860498ac821406dffd43dd14ed3d69d18d3b1a734a1df3cee2d
7
+ data.tar.gz: 104363b8a1e26c8a446a2810b6e3d93685c9b53c7815089d807bb374fabf7475ec98ee58667c2489e2c138603b577faebe960966038afd5d9af89b0ed7a5a391
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.20.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220218
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.19.0 (2022-01-06)
9
+
10
+ * Regenerated from discovery document revision 20211230
11
+ * Unspecified changes
12
+
13
+ ### v0.18.0 (2021-11-10)
14
+
15
+ * Regenerated from discovery document revision 20211105
16
+
3
17
  ### v0.17.0 (2021-10-20)
4
18
 
5
19
  * Regenerated from discovery document revision 20211015
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicemanagement_v1"
51
51
  client = Google::Apis::ServicemanagementV1::ServiceManagementService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -867,13 +867,20 @@ module Google
867
867
  end
868
868
 
869
869
  # Selects and configures the service controller used by the service. The service
870
- # controller handles features like abuse, quota, billing, logging, monitoring,
871
- # etc.
870
+ # controller handles two things: - **What is allowed:** for each API request,
871
+ # Chemist checks the project status, activation status, abuse status, billing
872
+ # status, service status, location restrictions, VPC Service Controls,
873
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
874
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
875
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
876
+ # not associated with API traffic, such as billing metrics. Example: control:
877
+ # environment: servicecontrol.googleapis.com
872
878
  class Control
873
879
  include Google::Apis::Core::Hashable
874
880
 
875
- # The service control environment to use. If empty, no control plane feature (
876
- # like quota and billing) will be enabled.
881
+ # The service controller environment to use. If empty, no control plane feature (
882
+ # like quota and billing) will be enabled. The recommended value for most
883
+ # services is servicecontrol.googleapis.com
877
884
  # Corresponds to the JSON property `environment`
878
885
  # @return [String]
879
886
  attr_accessor :environment
@@ -1138,19 +1145,6 @@ module Google
1138
1145
  end
1139
1146
  end
1140
1147
 
1141
- # Operation payload for EnableService method.
1142
- class EnableServiceResponse
1143
- include Google::Apis::Core::Hashable
1144
-
1145
- def initialize(**args)
1146
- update!(**args)
1147
- end
1148
-
1149
- # Update properties of this object
1150
- def update!(**args)
1151
- end
1152
- end
1153
-
1154
1148
  # `Endpoint` describes a network address of a service that serves a set of APIs.
1155
1149
  # It is commonly known as a service endpoint. A service may expose any number of
1156
1150
  # service endpoints, and all service endpoints share the same service definition,
@@ -1525,13 +1519,16 @@ module Google
1525
1519
  class GetPolicyOptions
1526
1520
  include Google::Apis::Core::Hashable
1527
1521
 
1528
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1529
- # 3. Requests specifying an invalid value will be rejected. Requests for
1530
- # policies with any conditional bindings must specify version 3. Policies
1531
- # without any conditional bindings may specify any valid value or leave the
1532
- # field unset. To learn which resources support conditions in their IAM policies,
1533
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1534
- # resource-policies).
1522
+ # Optional. The maximum policy version that will be used to format the policy.
1523
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1524
+ # rejected. Requests for policies with any conditional role bindings must
1525
+ # specify version 3. Policies with no conditional role bindings may specify any
1526
+ # valid value or leave the field unset. The policy in the response might use the
1527
+ # policy version that you specified, or it might use a lower policy version. For
1528
+ # example, if you specify version 3, but the policy has no conditional role
1529
+ # bindings, the response uses version 1. To learn which resources support
1530
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1531
+ # google.com/iam/help/conditions/resource-policies).
1535
1532
  # Corresponds to the JSON property `requestedPolicyVersion`
1536
1533
  # @return [Fixnum]
1537
1534
  attr_accessor :requested_policy_version
@@ -3101,8 +3098,7 @@ module Google
3101
3098
  # @return [String]
3102
3099
  attr_accessor :create_time
3103
3100
 
3104
- # This field is deprecated and will be deleted. Please remove usage of this
3105
- # field.
3101
+ # The user who created the Rollout. Readonly.
3106
3102
  # Corresponds to the JSON property `createdBy`
3107
3103
  # @return [String]
3108
3104
  attr_accessor :created_by
@@ -3248,8 +3244,14 @@ module Google
3248
3244
  attr_accessor :context
3249
3245
 
3250
3246
  # Selects and configures the service controller used by the service. The service
3251
- # controller handles features like abuse, quota, billing, logging, monitoring,
3252
- # etc.
3247
+ # controller handles two things: - **What is allowed:** for each API request,
3248
+ # Chemist checks the project status, activation status, abuse status, billing
3249
+ # status, service status, location restrictions, VPC Service Controls,
3250
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
3251
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
3252
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
3253
+ # not associated with API traffic, such as billing metrics. Example: control:
3254
+ # environment: servicecontrol.googleapis.com
3253
3255
  # Corresponds to the JSON property `control`
3254
3256
  # @return [Google::Apis::ServicemanagementV1::Control]
3255
3257
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20220218"
26
26
  end
27
27
  end
28
28
  end
@@ -190,12 +190,6 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
- class EnableServiceResponse
194
- class Representation < Google::Apis::Core::JsonRepresentation; end
195
-
196
- include Google::Apis::Core::JsonObjectSupport
197
- end
198
-
199
193
  class Endpoint
200
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
195
 
@@ -816,12 +810,6 @@ module Google
816
810
  end
817
811
  end
818
812
 
819
- class EnableServiceResponse
820
- # @private
821
- class Representation < Google::Apis::Core::JsonRepresentation
822
- end
823
- end
824
-
825
813
  class Endpoint
826
814
  # @private
827
815
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.20.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Management API V1