google-apis-dataform_v1beta1 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a95e137c2aba00a4cfff2a94e1f2216c5e75d8d3bfe5009b3ba3176757012417
|
4
|
+
data.tar.gz: 66d4a42ae0aa47ad0813736c3dfeb951ff85f985076fabde82e1f46e985d13c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea90eda4d2a3735996d4fb5d8b80645449b1c2d05bacb2d48d8e24e08cd870c3e1cf677b472a529d8e86275dc6446f37ff71a1996fb86a0f14c94dbb18bf670a
|
7
|
+
data.tar.gz: 814b64b97c90594f2ad8376704c109fca6f5da15d870027cd43f3e36e4c1d69f5c81f82c3b2d08c9f00894159e3e06d7f8c5ca2851c6d209dd129a63f8a5f581
|
data/CHANGELOG.md
CHANGED
@@ -590,6 +590,25 @@ module Google
|
|
590
590
|
end
|
591
591
|
end
|
592
592
|
|
593
|
+
# `ComputeRepositoryAccessTokenStatus` response message.
|
594
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
595
|
+
include Google::Apis::Core::Hashable
|
596
|
+
|
597
|
+
# Indicates the status of the Git access token.
|
598
|
+
# Corresponds to the JSON property `tokenStatus`
|
599
|
+
# @return [String]
|
600
|
+
attr_accessor :token_status
|
601
|
+
|
602
|
+
def initialize(**args)
|
603
|
+
update!(**args)
|
604
|
+
end
|
605
|
+
|
606
|
+
# Update properties of this object
|
607
|
+
def update!(**args)
|
608
|
+
@token_status = args[:token_status] if args.key?(:token_status)
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
593
612
|
# Represents a relation which is not managed by Dataform but which may be
|
594
613
|
# referenced by Dataform actions.
|
595
614
|
class Declaration
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataformV1beta1
|
18
18
|
# Version of the google-apis-dataform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.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 = "20230311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class Declaration
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -651,6 +657,13 @@ module Google
|
|
651
657
|
end
|
652
658
|
end
|
653
659
|
|
660
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
661
|
+
# @private
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
663
|
+
property :token_status, as: 'tokenStatus'
|
664
|
+
end
|
665
|
+
end
|
666
|
+
|
654
667
|
class Declaration
|
655
668
|
# @private
|
656
669
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -159,6 +159,36 @@ module Google
|
|
159
159
|
execute_or_queue_command(command, &block)
|
160
160
|
end
|
161
161
|
|
162
|
+
# Computes a Repository's Git access token status.
|
163
|
+
# @param [String] name
|
164
|
+
# Required. The repository's name.
|
165
|
+
# @param [String] fields
|
166
|
+
# Selector specifying which fields to include in a partial response.
|
167
|
+
# @param [String] quota_user
|
168
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
169
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
170
|
+
# @param [Google::Apis::RequestOptions] options
|
171
|
+
# Request-specific options
|
172
|
+
#
|
173
|
+
# @yield [result, err] Result & error if block supplied
|
174
|
+
# @yieldparam result [Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse] parsed result object
|
175
|
+
# @yieldparam err [StandardError] error object if request failed
|
176
|
+
#
|
177
|
+
# @return [Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse]
|
178
|
+
#
|
179
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
180
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
181
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
182
|
+
def compute_project_location_repository_access_token_status(name, fields: nil, quota_user: nil, options: nil, &block)
|
183
|
+
command = make_simple_command(:get, 'v1beta1/{+name}:computeAccessTokenStatus', options)
|
184
|
+
command.response_representation = Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse::Representation
|
185
|
+
command.response_class = Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse
|
186
|
+
command.params['name'] = name unless name.nil?
|
187
|
+
command.query['fields'] = fields unless fields.nil?
|
188
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
189
|
+
execute_or_queue_command(command, &block)
|
190
|
+
end
|
191
|
+
|
162
192
|
# Creates a new Repository in a given project and location.
|
163
193
|
# @param [String] parent
|
164
194
|
# Required. The location in which to create the repository. Must be in the
|
@@ -232,13 +262,14 @@ module Google
|
|
232
262
|
execute_or_queue_command(command, &block)
|
233
263
|
end
|
234
264
|
|
235
|
-
# Fetches a Repository's history of
|
265
|
+
# Fetches a Repository's history of commits. The Repository must not have a
|
236
266
|
# value for `git_remote_settings.url`.
|
237
267
|
# @param [String] name
|
238
268
|
# Required. The repository's name.
|
239
269
|
# @param [Fixnum] page_size
|
240
|
-
# Optional. Maximum number of
|
241
|
-
# than requested. If unspecified, the server will pick an appropriate
|
270
|
+
# Optional. Maximum number of commits to return. The server may return fewer
|
271
|
+
# items than requested. If unspecified, the server will pick an appropriate
|
272
|
+
# default.
|
242
273
|
# @param [String] page_token
|
243
274
|
# Optional. Page token received from a previous `FetchRepositoryHistory` call.
|
244
275
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataform_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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-03-
|
11
|
+
date: 2023-03-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-dataform_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.7.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|