google-apis-sasportal_v1alpha1 0.34.0 → 0.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/sasportal_v1alpha1/classes.rb +53 -7
- data/lib/google/apis/sasportal_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/sasportal_v1alpha1/representations.rb +37 -0
- data/lib/google/apis/sasportal_v1alpha1/service.rb +32 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79e54979cc51b51b08470859f34b7a870543cfc7b9b9027479f6c6cccc8d9da5
|
4
|
+
data.tar.gz: dc62350b5d8269ae17a18482e6dfbcc08ac5cc8c227514fa0cb2c13f58ab8e17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba070d12a965f4bf71da08bb4ed34ff16725c579cac9a6f22ad6271ecaaa58e52e0b71ff4738eb12a605fd75f969b0ef1bccec54dc03f6579d3f70aa5c703de1
|
7
|
+
data.tar.gz: e7ed9e1fdb2e5601020b18e409a81db3844f6e5d688b15094af700eb94053fb0cd084d0707d334dbbe204795c2613bd29799575f18f767b237fc28b81f12e9e8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-sasportal_v1alpha1
|
2
2
|
|
3
|
+
### v0.36.0 (2023-10-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231001
|
6
|
+
|
7
|
+
### v0.35.0 (2023-08-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230816
|
10
|
+
|
3
11
|
### v0.34.0 (2023-07-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230625
|
@@ -1161,13 +1161,13 @@ module Google
|
|
1161
1161
|
# @return [String]
|
1162
1162
|
attr_accessor :name
|
1163
1163
|
|
1164
|
-
# The normal response of the operation
|
1165
|
-
#
|
1166
|
-
#
|
1167
|
-
#
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
#
|
1164
|
+
# The normal, successful response of the operation. If the original method
|
1165
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1166
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1167
|
+
# response should be the resource. For other methods, the response should have
|
1168
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1169
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1170
|
+
# `TakeSnapshotResponse`.
|
1171
1171
|
# Corresponds to the JSON property `response`
|
1172
1172
|
# @return [Hash<String,Object>]
|
1173
1173
|
attr_accessor :response
|
@@ -1309,6 +1309,52 @@ module Google
|
|
1309
1309
|
end
|
1310
1310
|
end
|
1311
1311
|
|
1312
|
+
# Metadata returned by the long running operation for the SetupSasAnalytics rpc.
|
1313
|
+
class SasPortalSetupSasAnalyticsMetadata
|
1314
|
+
include Google::Apis::Core::Hashable
|
1315
|
+
|
1316
|
+
def initialize(**args)
|
1317
|
+
update!(**args)
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
# Update properties of this object
|
1321
|
+
def update!(**args)
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
# Request for the SetupSasAnalytics rpc.
|
1326
|
+
class SasPortalSetupSasAnalyticsRequest
|
1327
|
+
include Google::Apis::Core::Hashable
|
1328
|
+
|
1329
|
+
# Optional. User id to setup analytics for, if not provided the user id
|
1330
|
+
# associated with the project is used. optional
|
1331
|
+
# Corresponds to the JSON property `userId`
|
1332
|
+
# @return [String]
|
1333
|
+
attr_accessor :user_id
|
1334
|
+
|
1335
|
+
def initialize(**args)
|
1336
|
+
update!(**args)
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
# Update properties of this object
|
1340
|
+
def update!(**args)
|
1341
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
# Response returned by the long running operation for the SetupSasAnalytics rpc.
|
1346
|
+
class SasPortalSetupSasAnalyticsResponse
|
1347
|
+
include Google::Apis::Core::Hashable
|
1348
|
+
|
1349
|
+
def initialize(**args)
|
1350
|
+
update!(**args)
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
# Update properties of this object
|
1354
|
+
def update!(**args)
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
1312
1358
|
# Request for SignDevice.
|
1313
1359
|
class SasPortalSignDeviceRequest
|
1314
1360
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SasportalV1alpha1
|
18
18
|
# Version of the google-apis-sasportal_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -244,6 +244,24 @@ module Google
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
+
class SasPortalSetupSasAnalyticsMetadata
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class SasPortalSetupSasAnalyticsRequest
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class SasPortalSetupSasAnalyticsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
247
265
|
class SasPortalSignDeviceRequest
|
248
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
267
|
|
@@ -646,6 +664,25 @@ module Google
|
|
646
664
|
end
|
647
665
|
end
|
648
666
|
|
667
|
+
class SasPortalSetupSasAnalyticsMetadata
|
668
|
+
# @private
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
class SasPortalSetupSasAnalyticsRequest
|
674
|
+
# @private
|
675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
676
|
+
property :user_id, as: 'userId'
|
677
|
+
end
|
678
|
+
end
|
679
|
+
|
680
|
+
class SasPortalSetupSasAnalyticsResponse
|
681
|
+
# @private
|
682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
649
686
|
class SasPortalSignDeviceRequest
|
650
687
|
# @private
|
651
688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -239,6 +239,38 @@ module Google
|
|
239
239
|
execute_or_queue_command(command, &block)
|
240
240
|
end
|
241
241
|
|
242
|
+
# Setups the a GCP Project to receive SAS Analytics messages via GCP Pub/Sub
|
243
|
+
# with a subscription to BigQuery. All the Pub/Sub topics and BigQuery tables
|
244
|
+
# are created automatically as part of this service.
|
245
|
+
# @param [Google::Apis::SasportalV1alpha1::SasPortalSetupSasAnalyticsRequest] sas_portal_setup_sas_analytics_request_object
|
246
|
+
# @param [String] fields
|
247
|
+
# Selector specifying which fields to include in a partial response.
|
248
|
+
# @param [String] quota_user
|
249
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
250
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
251
|
+
# @param [Google::Apis::RequestOptions] options
|
252
|
+
# Request-specific options
|
253
|
+
#
|
254
|
+
# @yield [result, err] Result & error if block supplied
|
255
|
+
# @yieldparam result [Google::Apis::SasportalV1alpha1::SasPortalOperation] parsed result object
|
256
|
+
# @yieldparam err [StandardError] error object if request failed
|
257
|
+
#
|
258
|
+
# @return [Google::Apis::SasportalV1alpha1::SasPortalOperation]
|
259
|
+
#
|
260
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
261
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
262
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
263
|
+
def setup_customer_sas_analytics(sas_portal_setup_sas_analytics_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
264
|
+
command = make_simple_command(:post, 'v1alpha1/customers:setupSasAnalytics', options)
|
265
|
+
command.request_representation = Google::Apis::SasportalV1alpha1::SasPortalSetupSasAnalyticsRequest::Representation
|
266
|
+
command.request_object = sas_portal_setup_sas_analytics_request_object
|
267
|
+
command.response_representation = Google::Apis::SasportalV1alpha1::SasPortalOperation::Representation
|
268
|
+
command.response_class = Google::Apis::SasportalV1alpha1::SasPortalOperation
|
269
|
+
command.query['fields'] = fields unless fields.nil?
|
270
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
271
|
+
execute_or_queue_command(command, &block)
|
272
|
+
end
|
273
|
+
|
242
274
|
# Creates a new deployment.
|
243
275
|
# @param [String] parent
|
244
276
|
# Required. The parent resource name where the deployment is to be created.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sasportal_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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: 2023-
|
11
|
+
date: 2023-10-08 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-sasportal_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
|
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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for SAS Portal API V1alpha1
|