google-apis-prod_tt_sasportal_v1alpha1 0.12.0 → 0.13.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: 1eaeff4859c071def77ee66694034e5370d1fe4a91af87e2b6621c48dddd70df
4
- data.tar.gz: 9c0f3c121f71c85b3858fc0d5d418cfc6dffbba4e234fa26b88c3e913b204ad2
3
+ metadata.gz: 3c4bf7d325ac61df50ad8d62fc3372d088de13cd54ab02cbf480fd59685cc6d5
4
+ data.tar.gz: '032812a7175c65d68fd6e16fbe703d5baa3596658a43e3a4285a351f211208ce'
5
5
  SHA512:
6
- metadata.gz: fb3d6729dee8c6d40202fd9e80e1599827d9d32c418160dbbd20f59ebf63522dc8a5c284e2e12b2f8cd4f01e29cfa8c54655852d54aa886b38306ad4df713dca
7
- data.tar.gz: ce1fe01fc234ccf5f146b6d57b00fcf5ab8287991db58cc9ca250150ec6f3620554fcf60220129d2550da1be409523088e3fdeeb010f5330bf02995256a3d0a4
6
+ metadata.gz: 121ae4a59c87ec6b30ea17420dbe0eb1b4f54e8cbfcc5649dd9eb72c6b78f6f82ebef2b0b808aaec177af65ab9dd1888ae8f5508dbc14b5830641e0f1cd96bc3
7
+ data.tar.gz: 2c6cf4d43f01ace3b5aaa681e3fa854d297d21bf57b568f8cf4ec24d1fcb305d2a7fa37696d49bf62db4df5edfb8754ae255b5f53d9bf058ee5681467d6e9a80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.13.0 (2021-12-02)
4
+
5
+ * Regenerated from discovery document revision 20211129
6
+
3
7
  ### v0.12.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ProdTtSasportalV1alpha1
18
18
  # Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210903"
25
+ REVISION = "20211129"
26
26
  end
27
27
  end
28
28
  end
@@ -49,6 +49,66 @@ module Google
49
49
  @batch_path = 'batch'
50
50
  end
51
51
 
52
+ # Creates a new SAS customer.
53
+ # @param [Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer] sas_portal_customer_object
54
+ # @param [String] fields
55
+ # Selector specifying which fields to include in a partial response.
56
+ # @param [String] quota_user
57
+ # Available to use for quota purposes for server-side applications. Can be any
58
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
59
+ # @param [Google::Apis::RequestOptions] options
60
+ # Request-specific options
61
+ #
62
+ # @yield [result, err] Result & error if block supplied
63
+ # @yieldparam result [Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer] parsed result object
64
+ # @yieldparam err [StandardError] error object if request failed
65
+ #
66
+ # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer]
67
+ #
68
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
69
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
70
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
71
+ def create_customer(sas_portal_customer_object = nil, fields: nil, quota_user: nil, options: nil, &block)
72
+ command = make_simple_command(:post, 'v1alpha1/customers', options)
73
+ command.request_representation = Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer::Representation
74
+ command.request_object = sas_portal_customer_object
75
+ command.response_representation = Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer::Representation
76
+ command.response_class = Google::Apis::ProdTtSasportalV1alpha1::SasPortalCustomer
77
+ command.query['fields'] = fields unless fields.nil?
78
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
79
+ execute_or_queue_command(command, &block)
80
+ end
81
+
82
+ # Deletes a customer.
83
+ # @param [String] name
84
+ # Required. The name of the customer.
85
+ # @param [String] fields
86
+ # Selector specifying which fields to include in a partial response.
87
+ # @param [String] quota_user
88
+ # Available to use for quota purposes for server-side applications. Can be any
89
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
90
+ # @param [Google::Apis::RequestOptions] options
91
+ # Request-specific options
92
+ #
93
+ # @yield [result, err] Result & error if block supplied
94
+ # @yieldparam result [Google::Apis::ProdTtSasportalV1alpha1::SasPortalEmpty] parsed result object
95
+ # @yieldparam err [StandardError] error object if request failed
96
+ #
97
+ # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalEmpty]
98
+ #
99
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
100
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
101
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
102
+ def delete_customer(name, fields: nil, quota_user: nil, options: nil, &block)
103
+ command = make_simple_command(:delete, 'v1alpha1/{+name}', options)
104
+ command.response_representation = Google::Apis::ProdTtSasportalV1alpha1::SasPortalEmpty::Representation
105
+ command.response_class = Google::Apis::ProdTtSasportalV1alpha1::SasPortalEmpty
106
+ command.params['name'] = name unless name.nil?
107
+ command.query['fields'] = fields unless fields.nil?
108
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
109
+ execute_or_queue_command(command, &block)
110
+ end
111
+
52
112
  # Returns a requested customer.
53
113
  # @param [String] name
54
114
  # Required. The name of the customer.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-prod_tt_sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2021-12-06 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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []