google-apis-dataform_v1beta1 0.8.0 → 0.10.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: a5cd064b1cef4e2dfa144f57a4aab14a54f118322255d8f43ff6518428c2ce23
|
|
4
|
+
data.tar.gz: d76753e092526b4f056baf5f2b3fa51df57c5f8c6007fd2cbcf30ed7046ad960
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21c3f0992070fa4230729a9ef6667ae1f151c0bec4cc0e357683f4b7915f7864d97c4eeb2c15af11b5a5f5edf0207c9602ec9cb4ad7476a5e215a668cc577bd7
|
|
7
|
+
data.tar.gz: a3b9caab8ba19680b22226e943e9005b6fb4421af11d7e09de024f4c8ab787dfe8958b70011d4ea437db8ae9397216baafb730241bcba005730cce6010391692
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataform_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2023-06-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230616
|
|
6
|
+
|
|
7
|
+
### v0.9.0 (2023-05-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230512
|
|
10
|
+
|
|
3
11
|
### v0.8.0 (2023-04-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230408
|
|
@@ -502,6 +502,25 @@ module Google
|
|
|
502
502
|
end
|
|
503
503
|
end
|
|
504
504
|
|
|
505
|
+
# `ComputeRepositoryAccessTokenStatus` response message.
|
|
506
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
|
507
|
+
include Google::Apis::Core::Hashable
|
|
508
|
+
|
|
509
|
+
# Indicates the status of the Git access token.
|
|
510
|
+
# Corresponds to the JSON property `tokenStatus`
|
|
511
|
+
# @return [String]
|
|
512
|
+
attr_accessor :token_status
|
|
513
|
+
|
|
514
|
+
def initialize(**args)
|
|
515
|
+
update!(**args)
|
|
516
|
+
end
|
|
517
|
+
|
|
518
|
+
# Update properties of this object
|
|
519
|
+
def update!(**args)
|
|
520
|
+
@token_status = args[:token_status] if args.key?(:token_status)
|
|
521
|
+
end
|
|
522
|
+
end
|
|
523
|
+
|
|
505
524
|
# Represents a relation which is not managed by Dataform but which may be
|
|
506
525
|
# referenced by Dataform actions.
|
|
507
526
|
class Declaration
|
|
@@ -716,7 +735,9 @@ module Google
|
|
|
716
735
|
# @return [String]
|
|
717
736
|
attr_accessor :default_branch
|
|
718
737
|
|
|
719
|
-
# Output only.
|
|
738
|
+
# Output only. Deprecated: The field does not contain any token status
|
|
739
|
+
# information. Instead use https://cloud.google.com/dataform/reference/rest/
|
|
740
|
+
# v1beta1/projects.locations.repositories/computeAccessTokenStatus
|
|
720
741
|
# Corresponds to the JSON property `tokenStatus`
|
|
721
742
|
# @return [String]
|
|
722
743
|
attr_accessor :token_status
|
|
@@ -1116,7 +1137,7 @@ module Google
|
|
|
1116
1137
|
end
|
|
1117
1138
|
end
|
|
1118
1139
|
|
|
1119
|
-
# A resource that represents Google Cloud
|
|
1140
|
+
# A resource that represents a Google Cloud location.
|
|
1120
1141
|
class Location
|
|
1121
1142
|
include Google::Apis::Core::Hashable
|
|
1122
1143
|
|
|
@@ -2253,8 +2274,8 @@ module Google
|
|
|
2253
2274
|
class WorkflowInvocation
|
|
2254
2275
|
include Google::Apis::Core::Hashable
|
|
2255
2276
|
|
|
2256
|
-
# Immutable. The name of the compilation result to
|
|
2257
|
-
# format `projects/*/locations/*/repositories/*/compilationResults/*`.
|
|
2277
|
+
# Immutable. The name of the compilation result to use for this invocation. Must
|
|
2278
|
+
# be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
|
|
2258
2279
|
# Corresponds to the JSON property `compilationResult`
|
|
2259
2280
|
# @return [String]
|
|
2260
2281
|
attr_accessor :compilation_result
|
|
@@ -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.10.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 = "20230616"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -88,6 +88,12 @@ module Google
|
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
91
97
|
class Declaration
|
|
92
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
99
|
|
|
@@ -567,6 +573,13 @@ module Google
|
|
|
567
573
|
end
|
|
568
574
|
end
|
|
569
575
|
|
|
576
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
|
577
|
+
# @private
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
579
|
+
property :token_status, as: 'tokenStatus'
|
|
580
|
+
end
|
|
581
|
+
end
|
|
582
|
+
|
|
570
583
|
class Declaration
|
|
571
584
|
# @private
|
|
572
585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -122,6 +122,36 @@ module Google
|
|
|
122
122
|
execute_or_queue_command(command, &block)
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
+
# Computes a Repository's Git access token status.
|
|
126
|
+
# @param [String] name
|
|
127
|
+
# Required. The repository's name.
|
|
128
|
+
# @param [String] fields
|
|
129
|
+
# Selector specifying which fields to include in a partial response.
|
|
130
|
+
# @param [String] quota_user
|
|
131
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
132
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
133
|
+
# @param [Google::Apis::RequestOptions] options
|
|
134
|
+
# Request-specific options
|
|
135
|
+
#
|
|
136
|
+
# @yield [result, err] Result & error if block supplied
|
|
137
|
+
# @yieldparam result [Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse] parsed result object
|
|
138
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
139
|
+
#
|
|
140
|
+
# @return [Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse]
|
|
141
|
+
#
|
|
142
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
143
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
144
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
145
|
+
def compute_project_location_repository_access_token_status(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
146
|
+
command = make_simple_command(:get, 'v1beta1/{+name}:computeAccessTokenStatus', options)
|
|
147
|
+
command.response_representation = Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse::Representation
|
|
148
|
+
command.response_class = Google::Apis::DataformV1beta1::ComputeRepositoryAccessTokenStatusResponse
|
|
149
|
+
command.params['name'] = name unless name.nil?
|
|
150
|
+
command.query['fields'] = fields unless fields.nil?
|
|
151
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
152
|
+
execute_or_queue_command(command, &block)
|
|
153
|
+
end
|
|
154
|
+
|
|
125
155
|
# Creates a new Repository in a given project and location.
|
|
126
156
|
# @param [String] parent
|
|
127
157
|
# Required. The location in which to create the repository. Must be in the
|
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.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: 2023-
|
|
11
|
+
date: 2023-06-25 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.10.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: []
|