google-apis-walletobjects_v1 0.3.0 → 0.4.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: 1a40d4b8c3275a2d80ccec40c3dca279d520cca8a214d2ec572904ee3dd04d50
4
- data.tar.gz: 0473a985ba71dc0e0c5c8d22c5352b02f3ebc7896989707195176b462fe11ee9
3
+ metadata.gz: 67d301a664a6a6d1349f66a9dbdc4dae06df85c909809fcf2472ea53322b8b96
4
+ data.tar.gz: 4c1d21d562528f86892513461bffc5df206e703e207f1b90b266b37266448203
5
5
  SHA512:
6
- metadata.gz: f4874e5fbc1daeff1db2512f08466efe7c4ba2f6452ca42f43950ddc3085a6831878aa062fbde460888ba719a20a17cb395d3f90c68e24961d06de72b2da633b
7
- data.tar.gz: 428d0256ef8b1a4d751fe154b40e8214f6da0b92f93b1164575fcb9963b0b4c8220cb94abb5bdd0ad29cebb8a3a473a99732cd1d7e416e98c29104e8ce3b77a2
6
+ metadata.gz: 7686425d84a5775343ca97407290e5b73936b843fefaf74c86fe19e368a9543ffd8d885e5eb5dceb9aeaf94ef0138604c7cfb5199c6b66c8c9d060360be2366d
7
+ data.tar.gz: e7833a9d3c0284bfcfee156985559909b8407ebe845b3ab6909051c2ef4cf9b7f9eeb97b5c10123ce2a2a05fc2d0b0bbbe32e1f2a9ae59d6c2c01c014ab9d091
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.4.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240206
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.3.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240118
@@ -218,7 +218,7 @@ module Google
218
218
  class AppLinkDataAppLinkInfoAppTarget
219
219
  include Google::Apis::Core::Hashable
220
220
 
221
- #
221
+ # URI for AppTarget. The description on the URI must be set.
222
222
  # Corresponds to the JSON property `targetUri`
223
223
  # @return [Google::Apis::WalletobjectsV1::Uri]
224
224
  attr_accessor :target_uri
@@ -6868,34 +6868,6 @@ module Google
6868
6868
  end
6869
6869
  end
6870
6870
 
6871
- # Request to send a private pass update notice information to Google, so that
6872
- # devices can then fetch the notice prompting the user to update a pass.
6873
- class SetPassUpdateNoticeRequest
6874
- include Google::Apis::Core::Hashable
6875
-
6876
- def initialize(**args)
6877
- update!(**args)
6878
- end
6879
-
6880
- # Update properties of this object
6881
- def update!(**args)
6882
- end
6883
- end
6884
-
6885
- # A response to a request to notify Google of an awaiting update to a private
6886
- # pass.
6887
- class SetPassUpdateNoticeResponse
6888
- include Google::Apis::Core::Hashable
6889
-
6890
- def initialize(**args)
6891
- update!(**args)
6892
- end
6893
-
6894
- # Update properties of this object
6895
- def update!(**args)
6896
- end
6897
- end
6898
-
6899
6871
  #
6900
6872
  class SignUpInfo
6901
6873
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WalletobjectsV1
18
18
  # Version of the google-apis-walletobjects_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
25
+ REVISION = "20240206"
26
26
  end
27
27
  end
28
28
  end
@@ -760,18 +760,6 @@ module Google
760
760
  include Google::Apis::Core::JsonObjectSupport
761
761
  end
762
762
 
763
- class SetPassUpdateNoticeRequest
764
- class Representation < Google::Apis::Core::JsonRepresentation; end
765
-
766
- include Google::Apis::Core::JsonObjectSupport
767
- end
768
-
769
- class SetPassUpdateNoticeResponse
770
- class Representation < Google::Apis::Core::JsonRepresentation; end
771
-
772
- include Google::Apis::Core::JsonObjectSupport
773
- end
774
-
775
763
  class SignUpInfo
776
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
777
765
 
@@ -2737,18 +2725,6 @@ module Google
2737
2725
  end
2738
2726
  end
2739
2727
 
2740
- class SetPassUpdateNoticeRequest
2741
- # @private
2742
- class Representation < Google::Apis::Core::JsonRepresentation
2743
- end
2744
- end
2745
-
2746
- class SetPassUpdateNoticeResponse
2747
- # @private
2748
- class Representation < Google::Apis::Core::JsonRepresentation
2749
- end
2750
- end
2751
-
2752
2728
  class SignUpInfo
2753
2729
  # @private
2754
2730
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3400,38 +3400,6 @@ module Google
3400
3400
  execute_or_queue_command(command, &block)
3401
3401
  end
3402
3402
 
3403
- # Provide Google with information about awaiting private pass update. This will
3404
- # allow Google to provide the update notification to the device that currently
3405
- # holds this pass.
3406
- # @param [Google::Apis::WalletobjectsV1::SetPassUpdateNoticeRequest] set_pass_update_notice_request_object
3407
- # @param [String] fields
3408
- # Selector specifying which fields to include in a partial response.
3409
- # @param [String] quota_user
3410
- # Available to use for quota purposes for server-side applications. Can be any
3411
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3412
- # @param [Google::Apis::RequestOptions] options
3413
- # Request-specific options
3414
- #
3415
- # @yield [result, err] Result & error if block supplied
3416
- # @yieldparam result [Google::Apis::WalletobjectsV1::SetPassUpdateNoticeResponse] parsed result object
3417
- # @yieldparam err [StandardError] error object if request failed
3418
- #
3419
- # @return [Google::Apis::WalletobjectsV1::SetPassUpdateNoticeResponse]
3420
- #
3421
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3422
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3423
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3424
- def set_private_content_pass_update_notice(set_pass_update_notice_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3425
- command = make_simple_command(:post, 'walletobjects/v1/privateContent/setPassUpdateNotice', options)
3426
- command.request_representation = Google::Apis::WalletobjectsV1::SetPassUpdateNoticeRequest::Representation
3427
- command.request_object = set_pass_update_notice_request_object
3428
- command.response_representation = Google::Apis::WalletobjectsV1::SetPassUpdateNoticeResponse::Representation
3429
- command.response_class = Google::Apis::WalletobjectsV1::SetPassUpdateNoticeResponse
3430
- command.query['fields'] = fields unless fields.nil?
3431
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3432
- execute_or_queue_command(command, &block)
3433
- end
3434
-
3435
3403
  # Upload private data (text or URI) and returns an Id to be used in its place.
3436
3404
  # @param [Google::Apis::WalletobjectsV1::UploadPrivateDataRequest] upload_private_data_request_object
3437
3405
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-walletobjects_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-11 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-walletobjects_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
63
63
  post_install_message:
64
64
  rdoc_options: []