google-apis-cloudbuild_v1 0.16.0 → 0.17.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudbuild_v1/service.rb +16 -2
- 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: 17c3c245000ca3278a65222af6c7ad617fd182650b12367bc70c26d4d1902504
|
4
|
+
data.tar.gz: df360ab7bac221588a5c8b25db6925de37a1bcb6776e9ca912369f809f82898a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e32bc1070cd2b9b696d609cfb22f6697e5655328a9eff2da0d0bf1d6ccf357451215081cbd07279c29f89a5967359ff09977348e5ff34c895f01029ae0285e9
|
7
|
+
data.tar.gz: a6e0f982efed3ba9dffa1ba1ac421022fc17da1114e66946738bbecb1deda873394d1a12698330f649b57f275505a4adf5afe50d4150921dcba2e2e21133d898
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV1
|
18
18
|
# Version of the google-apis-cloudbuild_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.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 = "
|
25
|
+
REVISION = "20210923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -374,6 +374,12 @@ module Google
|
|
374
374
|
# Name of the parent project. For example: projects/`$project_number` or
|
375
375
|
# projects/`$project_id`
|
376
376
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
377
|
+
# @param [String] ghe_config_id
|
378
|
+
# Optional. The ID to use for the GithubEnterpriseConfig, which will become the
|
379
|
+
# final component of the GithubEnterpriseConfig’s resource name. ghe_config_id
|
380
|
+
# must meet the following requirements: + They must contain only alphanumeric
|
381
|
+
# characters and dashes. + They can be 1-64 characters long. + They must begin
|
382
|
+
# and end with an alphanumeric character
|
377
383
|
# @param [String] project_id
|
378
384
|
# ID of the project.
|
379
385
|
# @param [String] fields
|
@@ -393,13 +399,14 @@ module Google
|
|
393
399
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
394
400
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
395
401
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
396
|
-
def create_project_github_enterprise_config(parent, git_hub_enterprise_config_object = nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
402
|
+
def create_project_github_enterprise_config(parent, git_hub_enterprise_config_object = nil, ghe_config_id: nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
397
403
|
command = make_simple_command(:post, 'v1/{+parent}/githubEnterpriseConfigs', options)
|
398
404
|
command.request_representation = Google::Apis::CloudbuildV1::GitHubEnterpriseConfig::Representation
|
399
405
|
command.request_object = git_hub_enterprise_config_object
|
400
406
|
command.response_representation = Google::Apis::CloudbuildV1::Operation::Representation
|
401
407
|
command.response_class = Google::Apis::CloudbuildV1::Operation
|
402
408
|
command.params['parent'] = parent unless parent.nil?
|
409
|
+
command.query['gheConfigId'] = ghe_config_id unless ghe_config_id.nil?
|
403
410
|
command.query['projectId'] = project_id unless project_id.nil?
|
404
411
|
command.query['fields'] = fields unless fields.nil?
|
405
412
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -803,6 +810,12 @@ module Google
|
|
803
810
|
# Name of the parent project. For example: projects/`$project_number` or
|
804
811
|
# projects/`$project_id`
|
805
812
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
813
|
+
# @param [String] ghe_config_id
|
814
|
+
# Optional. The ID to use for the GithubEnterpriseConfig, which will become the
|
815
|
+
# final component of the GithubEnterpriseConfig’s resource name. ghe_config_id
|
816
|
+
# must meet the following requirements: + They must contain only alphanumeric
|
817
|
+
# characters and dashes. + They can be 1-64 characters long. + They must begin
|
818
|
+
# and end with an alphanumeric character
|
806
819
|
# @param [String] project_id
|
807
820
|
# ID of the project.
|
808
821
|
# @param [String] fields
|
@@ -822,13 +835,14 @@ module Google
|
|
822
835
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
823
836
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
824
837
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
825
|
-
def create_project_location_github_enterprise_config(parent, git_hub_enterprise_config_object = nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
838
|
+
def create_project_location_github_enterprise_config(parent, git_hub_enterprise_config_object = nil, ghe_config_id: nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
826
839
|
command = make_simple_command(:post, 'v1/{+parent}/githubEnterpriseConfigs', options)
|
827
840
|
command.request_representation = Google::Apis::CloudbuildV1::GitHubEnterpriseConfig::Representation
|
828
841
|
command.request_object = git_hub_enterprise_config_object
|
829
842
|
command.response_representation = Google::Apis::CloudbuildV1::Operation::Representation
|
830
843
|
command.response_class = Google::Apis::CloudbuildV1::Operation
|
831
844
|
command.params['parent'] = parent unless parent.nil?
|
845
|
+
command.query['gheConfigId'] = ghe_config_id unless ghe_config_id.nil?
|
832
846
|
command.query['projectId'] = project_id unless project_id.nil?
|
833
847
|
command.query['fields'] = fields unless fields.nil?
|
834
848
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudbuild_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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-
|
11
|
+
date: 2021-10-11 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/master/generated/google-apis-cloudbuild_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|