google-apis-cloudbuild_v1 0.63.0 → 0.64.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: cf733a18306302d14d5fadc7b9ae326452c120d28774942e175004f7afc73478
|
|
4
|
+
data.tar.gz: 16fb9cd97b84f893f9ca71dc908d8a69e2fde84008084357bd0f2baa169ff13f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bfb8fd3b85b1e9b96667b9ee4d85a1ce60ade051eb665e87332dd2a266a1f8e6a1d688120ee802606bf46dc3bc01047bda90984f3da9695f6f34f92bb239b9b
|
|
7
|
+
data.tar.gz: 40eb8e63b98f3f04cd340ca287585f82fa9f5869657c9fec013d05ee2ef8bcb808bcca6ec578b5eb6d1ddf09cf18be69538750201ba2b5720cadff7a5002d784
|
data/CHANGELOG.md
CHANGED
|
@@ -2176,7 +2176,7 @@ module Google
|
|
|
2176
2176
|
# @return [String]
|
|
2177
2177
|
attr_accessor :create_time
|
|
2178
2178
|
|
|
2179
|
-
# Name to display for this config.
|
|
2179
|
+
# Optional. Name to display for this config.
|
|
2180
2180
|
# Corresponds to the JSON property `displayName`
|
|
2181
2181
|
# @return [String]
|
|
2182
2182
|
attr_accessor :display_name
|
|
@@ -2186,9 +2186,8 @@ module Google
|
|
|
2186
2186
|
# @return [String]
|
|
2187
2187
|
attr_accessor :host_url
|
|
2188
2188
|
|
|
2189
|
-
#
|
|
2190
|
-
#
|
|
2191
|
-
# config_id`"
|
|
2189
|
+
# The full resource name for the GitHubEnterpriseConfig For example: "projects/`$
|
|
2190
|
+
# project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$config_id`"
|
|
2192
2191
|
# Corresponds to the JSON property `name`
|
|
2193
2192
|
# @return [String]
|
|
2194
2193
|
attr_accessor :name
|
|
@@ -2307,8 +2306,8 @@ module Google
|
|
|
2307
2306
|
class GitHubEventsConfig
|
|
2308
2307
|
include Google::Apis::Core::Hashable
|
|
2309
2308
|
|
|
2310
|
-
#
|
|
2311
|
-
#
|
|
2309
|
+
# The resource name of the github enterprise config that should be applied to
|
|
2310
|
+
# this installation. For example: "projects/`$project_id`/locations/`$
|
|
2312
2311
|
# location_id`/githubEnterpriseConfigs/`$config_id`"
|
|
2313
2312
|
# Corresponds to the JSON property `enterpriseConfigResourceName`
|
|
2314
2313
|
# @return [String]
|
|
@@ -3411,8 +3410,8 @@ module Google
|
|
|
3411
3410
|
# @return [String]
|
|
3412
3411
|
attr_accessor :subscription
|
|
3413
3412
|
|
|
3414
|
-
# The name of the topic from which this subscription is receiving
|
|
3415
|
-
# Format is `projects/`project`/topics/`topic``.
|
|
3413
|
+
# Optional. The name of the topic from which this subscription is receiving
|
|
3414
|
+
# messages. Format is `projects/`project`/topics/`topic``.
|
|
3416
3415
|
# Corresponds to the JSON property `topic`
|
|
3417
3416
|
# @return [String]
|
|
3418
3417
|
attr_accessor :topic
|
|
@@ -4509,9 +4508,9 @@ module Google
|
|
|
4509
4508
|
# @return [Fixnum]
|
|
4510
4509
|
attr_accessor :disk_size_gb
|
|
4511
4510
|
|
|
4512
|
-
# Machine type of a worker, such as `e2-medium`. See [Worker pool
|
|
4513
|
-
# https://cloud.google.com/build/docs/private-pools/worker-pool-
|
|
4514
|
-
# schema). If left blank, Cloud Build will use a sensible default.
|
|
4511
|
+
# Optional. Machine type of a worker, such as `e2-medium`. See [Worker pool
|
|
4512
|
+
# config file](https://cloud.google.com/build/docs/private-pools/worker-pool-
|
|
4513
|
+
# config-file-schema). If left blank, Cloud Build will use a sensible default.
|
|
4515
4514
|
# Corresponds to the JSON property `machineType`
|
|
4516
4515
|
# @return [String]
|
|
4517
4516
|
attr_accessor :machine_type
|
|
@@ -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.64.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240607"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -446,8 +446,8 @@ module Google
|
|
|
446
446
|
|
|
447
447
|
# Create an association between a GCP project and a GitHub Enterprise server.
|
|
448
448
|
# @param [String] parent
|
|
449
|
-
# Name of the parent project. For example: projects/`$project_number`
|
|
450
|
-
# projects/`$project_id`
|
|
449
|
+
# Required. Name of the parent project. For example: projects/`$project_number`
|
|
450
|
+
# or projects/`$project_id`
|
|
451
451
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
|
452
452
|
# @param [String] ghe_config_id
|
|
453
453
|
# Optional. The ID to use for the GithubEnterpriseConfig, which will become the
|
|
@@ -600,9 +600,8 @@ module Google
|
|
|
600
600
|
|
|
601
601
|
# Update an association between a GCP project and a GitHub Enterprise server.
|
|
602
602
|
# @param [String] name
|
|
603
|
-
#
|
|
604
|
-
#
|
|
605
|
-
# config_id`"
|
|
603
|
+
# The full resource name for the GitHubEnterpriseConfig For example: "projects/`$
|
|
604
|
+
# project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$config_id`"
|
|
606
605
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
|
607
606
|
# @param [String] update_mask
|
|
608
607
|
# Update mask for the resource. If this is set, the server will only update the
|
|
@@ -1497,8 +1496,8 @@ module Google
|
|
|
1497
1496
|
|
|
1498
1497
|
# Create an association between a GCP project and a GitHub Enterprise server.
|
|
1499
1498
|
# @param [String] parent
|
|
1500
|
-
# Name of the parent project. For example: projects/`$project_number`
|
|
1501
|
-
# projects/`$project_id`
|
|
1499
|
+
# Required. Name of the parent project. For example: projects/`$project_number`
|
|
1500
|
+
# or projects/`$project_id`
|
|
1502
1501
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
|
1503
1502
|
# @param [String] ghe_config_id
|
|
1504
1503
|
# Optional. The ID to use for the GithubEnterpriseConfig, which will become the
|
|
@@ -1651,9 +1650,8 @@ module Google
|
|
|
1651
1650
|
|
|
1652
1651
|
# Update an association between a GCP project and a GitHub Enterprise server.
|
|
1653
1652
|
# @param [String] name
|
|
1654
|
-
#
|
|
1655
|
-
#
|
|
1656
|
-
# config_id`"
|
|
1653
|
+
# The full resource name for the GitHubEnterpriseConfig For example: "projects/`$
|
|
1654
|
+
# project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$config_id`"
|
|
1657
1655
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
|
1658
1656
|
# @param [String] update_mask
|
|
1659
1657
|
# Update mask for the resource. If this is set, the server will only update the
|
|
@@ -2203,7 +2201,7 @@ module Google
|
|
|
2203
2201
|
# and the value of ``location`` is determined by the endpoint accessed.
|
|
2204
2202
|
# @param [Google::Apis::CloudbuildV1::WorkerPool] worker_pool_object
|
|
2205
2203
|
# @param [String] update_mask
|
|
2206
|
-
# A mask specifying which fields in `worker_pool` to update.
|
|
2204
|
+
# Optional. A mask specifying which fields in `worker_pool` to update.
|
|
2207
2205
|
# @param [Boolean] validate_only
|
|
2208
2206
|
# If set, validate the request and preview the response, but do not actually
|
|
2209
2207
|
# post it.
|
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.64.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: 2024-
|
|
11
|
+
date: 2024-06-16 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-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.64.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|