google-apis-servicemanagement_v1 0.10.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: 0f27912d721b5690618f04be06e480703a5ffb50ffcce17d7a83c35c8d1dcd6c
4
- data.tar.gz: 4c562989a6a26ca9afc92d4f5bd6a08da71fb6dfb8ebf9518ef616966e2d387b
3
+ metadata.gz: e6c9513c1f20165063cf84ae9269fd4b646de5eb3340132ee62d0c4201437fdf
4
+ data.tar.gz: 7883e5933d71022cb5c9092ecfaa0f7d6267fecb03e0d254fccf4930c33b023f
5
5
  SHA512:
6
- metadata.gz: 2e30d1d411ef3b5fb2d781973fdae5aa064be00572f71e07ad83618e89dc3a601a3ff0ea0150a22ccc8d21c2835d4bc6007649430a7568e191feaa2320107dd1
7
- data.tar.gz: 43e864e84c5e5106cf72d41bc5a30178b898cfdeedfc4381ec13114b9eb94fdeb094eb958a152dfda921d149f6dfe69cd6c50de84a8317687866d4fc2ea2cba1
6
+ metadata.gz: 150e6746b37e66990dc47c40e6a58314c7015cab95319528d814d4f1a0aa8fced8c7d8e6c0c91408c659429820937a929fff333336794413d9b670a999876d1a
7
+ data.tar.gz: 549dd18585d6a2a129f7c1809d6a03a62f1a781db59f0ea0997009338ac0e69aeb2a30861e2be98408db043c6c7a24817572d4656bbcd7c570e2bf884d10c63b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.11.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210604
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.10.0 (2021-05-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20210521
@@ -2656,6 +2656,41 @@ module Google
2656
2656
  end
2657
2657
  end
2658
2658
 
2659
+ # A message representing the message types used by a long-running operation.
2660
+ # Example: rpc Export(ExportRequest) returns (google.longrunning.Operation) `
2661
+ # option (google.longrunning.operation_info) = ` response_type: "ExportResponse"
2662
+ # metadata_type: "ExportMetadata" `; `
2663
+ class OperationInfo
2664
+ include Google::Apis::Core::Hashable
2665
+
2666
+ # Required. The message name of the metadata type for this long-running
2667
+ # operation. If the response is in a different package from the rpc, a fully-
2668
+ # qualified message name must be used (e.g. `google.protobuf.Struct`). Note:
2669
+ # Altering this value constitutes a breaking change.
2670
+ # Corresponds to the JSON property `metadataType`
2671
+ # @return [String]
2672
+ attr_accessor :metadata_type
2673
+
2674
+ # Required. The message name of the primary return type for this long-running
2675
+ # operation. This type will be used to deserialize the LRO's response. If the
2676
+ # response is in a different package from the rpc, a fully-qualified message
2677
+ # name must be used (e.g. `google.protobuf.Struct`). Note: Altering this value
2678
+ # constitutes a breaking change.
2679
+ # Corresponds to the JSON property `responseType`
2680
+ # @return [String]
2681
+ attr_accessor :response_type
2682
+
2683
+ def initialize(**args)
2684
+ update!(**args)
2685
+ end
2686
+
2687
+ # Update properties of this object
2688
+ def update!(**args)
2689
+ @metadata_type = args[:metadata_type] if args.key?(:metadata_type)
2690
+ @response_type = args[:response_type] if args.key?(:response_type)
2691
+ end
2692
+ end
2693
+
2659
2694
  # The metadata associated with a long running operation resource.
2660
2695
  class OperationMetadata
2661
2696
  include Google::Apis::Core::Hashable
@@ -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.10.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210521"
25
+ REVISION = "20210604"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,12 @@ module Google
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
+ class OperationInfo
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
391
397
  class OperationMetadata
392
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
399
 
@@ -1145,6 +1151,14 @@ module Google
1145
1151
  end
1146
1152
  end
1147
1153
 
1154
+ class OperationInfo
1155
+ # @private
1156
+ class Representation < Google::Apis::Core::JsonRepresentation
1157
+ property :metadata_type, as: 'metadataType'
1158
+ property :response_type, as: 'responseType'
1159
+ end
1160
+ end
1161
+
1148
1162
  class OperationMetadata
1149
1163
  # @private
1150
1164
  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.10.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-31 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-servicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.10.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.11.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []