google-apis-analyticshub_v1beta1 0.8.0 → 0.10.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/analyticshub_v1beta1/classes.rb +27 -97
- data/lib/google/apis/analyticshub_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/analyticshub_v1beta1/representations.rb +0 -32
- data/lib/google/apis/analyticshub_v1beta1/service.rb +0 -73
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a10545dc6ec8385fae3773c4ff868dd767c6aa6f9118b546bdbdd1e4c9430a7b
|
4
|
+
data.tar.gz: 8cfdb2fd1309e4d639d1cb6f46737118145af873a90bae514b19eeb3b6fd65eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f14080c066fa86d496c402b30831b1b95a0a1ab784813ae8e2a425cdd5ccd2944683efdb4c2ef0c61a9fa0dd7434551b4b583fd86706642ed256e2b156b93409
|
7
|
+
data.tar.gz: 55501c9a74360f9bbd75c91955516ef86362223369ade1a27c6b0a92c946832119c5b4a7c507db342d5389506d37a5ba217d8ccd2edd0f903a74e412458580ea
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-analyticshub_v1beta1
|
2
2
|
|
3
|
+
### v0.10.0 (2022-09-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220909
|
6
|
+
|
7
|
+
### v0.9.0 (2022-09-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220902
|
10
|
+
|
3
11
|
### v0.8.0 (2022-08-11)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20220808
|
@@ -145,31 +145,33 @@ module Google
|
|
145
145
|
# members` can have the following values: * `allUsers`: A special identifier
|
146
146
|
# that represents anyone who is on the internet; with or without a Google
|
147
147
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
148
|
-
# anyone who is authenticated with a Google account or a service account.
|
149
|
-
#
|
150
|
-
#
|
151
|
-
#
|
152
|
-
#
|
153
|
-
#
|
154
|
-
#
|
155
|
-
#
|
156
|
-
# .
|
157
|
-
#
|
158
|
-
# email address
|
159
|
-
#
|
160
|
-
#
|
161
|
-
#
|
162
|
-
# emailid
|
163
|
-
#
|
164
|
-
#
|
165
|
-
#
|
166
|
-
#
|
167
|
-
#
|
168
|
-
#
|
169
|
-
#
|
170
|
-
#
|
171
|
-
#
|
172
|
-
#
|
148
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
149
|
+
# not include identities that come from external identity providers (IdPs)
|
150
|
+
# through identity federation. * `user:`emailid``: An email address that
|
151
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
152
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
153
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
154
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
155
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
156
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
157
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
158
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
159
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
160
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
161
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
162
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
163
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
164
|
+
# address (plus unique identifier) representing a service account that has been
|
165
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
166
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
167
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
168
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
169
|
+
# An email address (plus unique identifier) representing a Google group that has
|
170
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
171
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
172
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
173
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
174
|
+
# of that domain. For example, `google.com` or `example.com`.
|
173
175
|
# Corresponds to the JSON property `members`
|
174
176
|
# @return [Array<String>]
|
175
177
|
attr_accessor :members
|
@@ -528,31 +530,6 @@ module Google
|
|
528
530
|
end
|
529
531
|
end
|
530
532
|
|
531
|
-
# The response message for Locations.ListLocations.
|
532
|
-
class ListLocationsResponse
|
533
|
-
include Google::Apis::Core::Hashable
|
534
|
-
|
535
|
-
# A list of locations that matches the specified filter in the request.
|
536
|
-
# Corresponds to the JSON property `locations`
|
537
|
-
# @return [Array<Google::Apis::AnalyticshubV1beta1::Location>]
|
538
|
-
attr_accessor :locations
|
539
|
-
|
540
|
-
# The standard List next-page token.
|
541
|
-
# Corresponds to the JSON property `nextPageToken`
|
542
|
-
# @return [String]
|
543
|
-
attr_accessor :next_page_token
|
544
|
-
|
545
|
-
def initialize(**args)
|
546
|
-
update!(**args)
|
547
|
-
end
|
548
|
-
|
549
|
-
# Update properties of this object
|
550
|
-
def update!(**args)
|
551
|
-
@locations = args[:locations] if args.key?(:locations)
|
552
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
553
|
-
end
|
554
|
-
end
|
555
|
-
|
556
533
|
# Message for response to listing data exchanges in an organization and location.
|
557
534
|
class ListOrgDataExchangesResponse
|
558
535
|
include Google::Apis::Core::Hashable
|
@@ -684,53 +661,6 @@ module Google
|
|
684
661
|
end
|
685
662
|
end
|
686
663
|
|
687
|
-
# A resource that represents Google Cloud Platform location.
|
688
|
-
class Location
|
689
|
-
include Google::Apis::Core::Hashable
|
690
|
-
|
691
|
-
# The friendly name for this location, typically a nearby city name. For example,
|
692
|
-
# "Tokyo".
|
693
|
-
# Corresponds to the JSON property `displayName`
|
694
|
-
# @return [String]
|
695
|
-
attr_accessor :display_name
|
696
|
-
|
697
|
-
# Cross-service attributes for the location. For example `"cloud.googleapis.com/
|
698
|
-
# region": "us-east1"`
|
699
|
-
# Corresponds to the JSON property `labels`
|
700
|
-
# @return [Hash<String,String>]
|
701
|
-
attr_accessor :labels
|
702
|
-
|
703
|
-
# The canonical id for this location. For example: `"us-east1"`.
|
704
|
-
# Corresponds to the JSON property `locationId`
|
705
|
-
# @return [String]
|
706
|
-
attr_accessor :location_id
|
707
|
-
|
708
|
-
# Service-specific metadata. For example the available capacity at the given
|
709
|
-
# location.
|
710
|
-
# Corresponds to the JSON property `metadata`
|
711
|
-
# @return [Hash<String,Object>]
|
712
|
-
attr_accessor :metadata
|
713
|
-
|
714
|
-
# Resource name for the location, which may vary between implementations. For
|
715
|
-
# example: `"projects/example-project/locations/us-east1"`
|
716
|
-
# Corresponds to the JSON property `name`
|
717
|
-
# @return [String]
|
718
|
-
attr_accessor :name
|
719
|
-
|
720
|
-
def initialize(**args)
|
721
|
-
update!(**args)
|
722
|
-
end
|
723
|
-
|
724
|
-
# Update properties of this object
|
725
|
-
def update!(**args)
|
726
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
727
|
-
@labels = args[:labels] if args.key?(:labels)
|
728
|
-
@location_id = args[:location_id] if args.key?(:location_id)
|
729
|
-
@metadata = args[:metadata] if args.key?(:metadata)
|
730
|
-
@name = args[:name] if args.key?(:name)
|
731
|
-
end
|
732
|
-
end
|
733
|
-
|
734
664
|
# Represents the metadata of the long-running operation.
|
735
665
|
class OperationMetadata
|
736
666
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticshubV1beta1
|
18
18
|
# Version of the google-apis-analyticshub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,12 +106,6 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class ListLocationsResponse
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
109
|
class ListOrgDataExchangesResponse
|
116
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
111
|
|
@@ -124,12 +118,6 @@ module Google
|
|
124
118
|
include Google::Apis::Core::JsonObjectSupport
|
125
119
|
end
|
126
120
|
|
127
|
-
class Location
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
121
|
class OperationMetadata
|
134
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
123
|
|
@@ -302,15 +290,6 @@ module Google
|
|
302
290
|
end
|
303
291
|
end
|
304
292
|
|
305
|
-
class ListLocationsResponse
|
306
|
-
# @private
|
307
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
308
|
-
collection :locations, as: 'locations', class: Google::Apis::AnalyticshubV1beta1::Location, decorator: Google::Apis::AnalyticshubV1beta1::Location::Representation
|
309
|
-
|
310
|
-
property :next_page_token, as: 'nextPageToken'
|
311
|
-
end
|
312
|
-
end
|
313
|
-
|
314
293
|
class ListOrgDataExchangesResponse
|
315
294
|
# @private
|
316
295
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -341,17 +320,6 @@ module Google
|
|
341
320
|
end
|
342
321
|
end
|
343
322
|
|
344
|
-
class Location
|
345
|
-
# @private
|
346
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
347
|
-
property :display_name, as: 'displayName'
|
348
|
-
hash :labels, as: 'labels'
|
349
|
-
property :location_id, as: 'locationId'
|
350
|
-
hash :metadata, as: 'metadata'
|
351
|
-
property :name, as: 'name'
|
352
|
-
end
|
353
|
-
end
|
354
|
-
|
355
323
|
class OperationMetadata
|
356
324
|
# @private
|
357
325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -87,79 +87,6 @@ module Google
|
|
87
87
|
execute_or_queue_command(command, &block)
|
88
88
|
end
|
89
89
|
|
90
|
-
# Gets information about a location.
|
91
|
-
# @param [String] name
|
92
|
-
# Resource name for the location.
|
93
|
-
# @param [String] fields
|
94
|
-
# Selector specifying which fields to include in a partial response.
|
95
|
-
# @param [String] quota_user
|
96
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
97
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
98
|
-
# @param [Google::Apis::RequestOptions] options
|
99
|
-
# Request-specific options
|
100
|
-
#
|
101
|
-
# @yield [result, err] Result & error if block supplied
|
102
|
-
# @yieldparam result [Google::Apis::AnalyticshubV1beta1::Location] parsed result object
|
103
|
-
# @yieldparam err [StandardError] error object if request failed
|
104
|
-
#
|
105
|
-
# @return [Google::Apis::AnalyticshubV1beta1::Location]
|
106
|
-
#
|
107
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
108
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
109
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
110
|
-
def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block)
|
111
|
-
command = make_simple_command(:get, 'v1beta1/{+name}', options)
|
112
|
-
command.response_representation = Google::Apis::AnalyticshubV1beta1::Location::Representation
|
113
|
-
command.response_class = Google::Apis::AnalyticshubV1beta1::Location
|
114
|
-
command.params['name'] = name unless name.nil?
|
115
|
-
command.query['fields'] = fields unless fields.nil?
|
116
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
117
|
-
execute_or_queue_command(command, &block)
|
118
|
-
end
|
119
|
-
|
120
|
-
# Lists information about the supported locations for this service.
|
121
|
-
# @param [String] name
|
122
|
-
# The resource that owns the locations collection, if applicable.
|
123
|
-
# @param [String] filter
|
124
|
-
# A filter to narrow down results to a preferred subset. The filtering language
|
125
|
-
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
126
|
-
# in [AIP-160](https://google.aip.dev/160).
|
127
|
-
# @param [Fixnum] page_size
|
128
|
-
# The maximum number of results to return. If not set, the service selects a
|
129
|
-
# default.
|
130
|
-
# @param [String] page_token
|
131
|
-
# A page token received from the `next_page_token` field in the response. Send
|
132
|
-
# that page token to receive the subsequent page.
|
133
|
-
# @param [String] fields
|
134
|
-
# Selector specifying which fields to include in a partial response.
|
135
|
-
# @param [String] quota_user
|
136
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
137
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
138
|
-
# @param [Google::Apis::RequestOptions] options
|
139
|
-
# Request-specific options
|
140
|
-
#
|
141
|
-
# @yield [result, err] Result & error if block supplied
|
142
|
-
# @yieldparam result [Google::Apis::AnalyticshubV1beta1::ListLocationsResponse] parsed result object
|
143
|
-
# @yieldparam err [StandardError] error object if request failed
|
144
|
-
#
|
145
|
-
# @return [Google::Apis::AnalyticshubV1beta1::ListLocationsResponse]
|
146
|
-
#
|
147
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
148
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
149
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
150
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
151
|
-
command = make_simple_command(:get, 'v1beta1/{+name}/locations', options)
|
152
|
-
command.response_representation = Google::Apis::AnalyticshubV1beta1::ListLocationsResponse::Representation
|
153
|
-
command.response_class = Google::Apis::AnalyticshubV1beta1::ListLocationsResponse
|
154
|
-
command.params['name'] = name unless name.nil?
|
155
|
-
command.query['filter'] = filter unless filter.nil?
|
156
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
157
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
158
|
-
command.query['fields'] = fields unless fields.nil?
|
159
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
160
|
-
execute_or_queue_command(command, &block)
|
161
|
-
end
|
162
|
-
|
163
90
|
# Creates a new data exchange.
|
164
91
|
# @param [String] parent
|
165
92
|
# Required. The parent resource path of the data exchange. e.g. `projects/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-analyticshub_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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: 2022-
|
11
|
+
date: 2022-09-19 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-analyticshub_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|