google-apis-cloudbuild_v1 0.43.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d935b39f6e071b849fec2eb4f9cb7103941ab988d770e05ca62e5732fae7ec00
|
4
|
+
data.tar.gz: f872f35a93743c442f9e85288c9ba0af10a8f831de86e67dda78929b6bdc5528
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d219cf07dabff905199a61e9394bb85d197922c20ae577c2e972012845061bc19a324290323b931f67c61d9ea64cf43a02a752032273274f388f2752ffc3ded
|
7
|
+
data.tar.gz: aced8099bc78d7e55e205a654c44d03c9987330ff0c4489b32c29ea90153d4a4dcf290932d81e45c1c59f11d61a44f4bbcb41bb516aecd218451c9e4fe514c6d
|
data/CHANGELOG.md
CHANGED
@@ -955,7 +955,7 @@ module Google
|
|
955
955
|
# disk free"; some of the space will be used by the operating system and build
|
956
956
|
# utilities. Also note that this is the minimum disk size that will be allocated
|
957
957
|
# for the build -- the build may run with a larger disk than requested. At
|
958
|
-
# present, the maximum disk size is
|
958
|
+
# present, the maximum disk size is 2000GB; builds that request more than the
|
959
959
|
# maximum are rejected with an error.
|
960
960
|
# Corresponds to the JSON property `diskSizeGb`
|
961
961
|
# @return [Fixnum]
|
@@ -1977,7 +1977,8 @@ module Google
|
|
1977
1977
|
attr_accessor :host_url
|
1978
1978
|
|
1979
1979
|
# Optional. The full resource name for the GitHubEnterpriseConfig For example: "
|
1980
|
-
# projects/`$project_id`/githubEnterpriseConfigs/`$
|
1980
|
+
# projects/`$project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$
|
1981
|
+
# config_id`"
|
1981
1982
|
# Corresponds to the JSON property `name`
|
1982
1983
|
# @return [String]
|
1983
1984
|
attr_accessor :name
|
@@ -2097,8 +2098,8 @@ module Google
|
|
2097
2098
|
include Google::Apis::Core::Hashable
|
2098
2099
|
|
2099
2100
|
# Optional. The resource name of the github enterprise config that should be
|
2100
|
-
# applied to this installation. For example: "projects/`$project_id`/
|
2101
|
-
# githubEnterpriseConfigs/`$config_id`"
|
2101
|
+
# applied to this installation. For example: "projects/`$project_id`/locations/`$
|
2102
|
+
# location_id`/githubEnterpriseConfigs/`$config_id`"
|
2102
2103
|
# Corresponds to the JSON property `enterpriseConfigResourceName`
|
2103
2104
|
# @return [String]
|
2104
2105
|
attr_accessor :enterprise_config_resource_name
|
@@ -2870,6 +2871,18 @@ module Google
|
|
2870
2871
|
# @return [String]
|
2871
2872
|
attr_accessor :peered_network
|
2872
2873
|
|
2874
|
+
# Immutable. Subnet IP range within the peered network. This is specified in
|
2875
|
+
# CIDR notation. The IP and prefix size are both optional. If unspecified, the
|
2876
|
+
# default value for IP is blank (will use an automatic value from the peered
|
2877
|
+
# network), and the prefix size will default to 24 bits. e.g. `192.168.0.0/30`
|
2878
|
+
# would specify a subnet mask of 192.168.0.0 with a prefix size of 30 bits. `192.
|
2879
|
+
# 168.0.0` would specify a subnet mask of 192.168.0.0 with a prefix size of 24
|
2880
|
+
# bits (the default prefix size). `/16` would specify a prefix size of 16 bits,
|
2881
|
+
# with an unspecified IP.
|
2882
|
+
# Corresponds to the JSON property `peeredNetworkIpRange`
|
2883
|
+
# @return [String]
|
2884
|
+
attr_accessor :peered_network_ip_range
|
2885
|
+
|
2873
2886
|
def initialize(**args)
|
2874
2887
|
update!(**args)
|
2875
2888
|
end
|
@@ -2878,6 +2891,7 @@ module Google
|
|
2878
2891
|
def update!(**args)
|
2879
2892
|
@egress_option = args[:egress_option] if args.key?(:egress_option)
|
2880
2893
|
@peered_network = args[:peered_network] if args.key?(:peered_network)
|
2894
|
+
@peered_network_ip_range = args[:peered_network_ip_range] if args.key?(:peered_network_ip_range)
|
2881
2895
|
end
|
2882
2896
|
end
|
2883
2897
|
|
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1437,6 +1437,7 @@ module Google
|
|
1437
1437
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1438
1438
|
property :egress_option, as: 'egressOption'
|
1439
1439
|
property :peered_network, as: 'peeredNetwork'
|
1440
|
+
property :peered_network_ip_range, as: 'peeredNetworkIpRange'
|
1440
1441
|
end
|
1441
1442
|
end
|
1442
1443
|
|
@@ -489,7 +489,8 @@ module Google
|
|
489
489
|
# Delete an association between a GCP project and a GitHub Enterprise server.
|
490
490
|
# @param [String] name
|
491
491
|
# This field should contain the name of the enterprise config resource. For
|
492
|
-
# example: "projects/`$project_id`/
|
492
|
+
# example: "projects/`$project_id`/locations/`$location_id`/
|
493
|
+
# githubEnterpriseConfigs/`$config_id`"
|
493
494
|
# @param [String] config_id
|
494
495
|
# Unique identifier of the `GitHubEnterpriseConfig`
|
495
496
|
# @param [String] project_id
|
@@ -526,7 +527,8 @@ module Google
|
|
526
527
|
# Retrieve a GitHubEnterpriseConfig.
|
527
528
|
# @param [String] name
|
528
529
|
# This field should contain the name of the enterprise config resource. For
|
529
|
-
# example: "projects/`$project_id`/
|
530
|
+
# example: "projects/`$project_id`/locations/`$location_id`/
|
531
|
+
# githubEnterpriseConfigs/`$config_id`"
|
530
532
|
# @param [String] config_id
|
531
533
|
# Unique identifier of the `GitHubEnterpriseConfig`
|
532
534
|
# @param [String] project_id
|
@@ -597,7 +599,8 @@ module Google
|
|
597
599
|
# Update an association between a GCP project and a GitHub Enterprise server.
|
598
600
|
# @param [String] name
|
599
601
|
# Optional. The full resource name for the GitHubEnterpriseConfig For example: "
|
600
|
-
# projects/`$project_id`/githubEnterpriseConfigs/`$
|
602
|
+
# projects/`$project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$
|
603
|
+
# config_id`"
|
601
604
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
602
605
|
# @param [String] update_mask
|
603
606
|
# Update mask for the resource. If this is set, the server will only update the
|
@@ -1506,7 +1509,8 @@ module Google
|
|
1506
1509
|
# Delete an association between a GCP project and a GitHub Enterprise server.
|
1507
1510
|
# @param [String] name
|
1508
1511
|
# This field should contain the name of the enterprise config resource. For
|
1509
|
-
# example: "projects/`$project_id`/
|
1512
|
+
# example: "projects/`$project_id`/locations/`$location_id`/
|
1513
|
+
# githubEnterpriseConfigs/`$config_id`"
|
1510
1514
|
# @param [String] config_id
|
1511
1515
|
# Unique identifier of the `GitHubEnterpriseConfig`
|
1512
1516
|
# @param [String] project_id
|
@@ -1543,7 +1547,8 @@ module Google
|
|
1543
1547
|
# Retrieve a GitHubEnterpriseConfig.
|
1544
1548
|
# @param [String] name
|
1545
1549
|
# This field should contain the name of the enterprise config resource. For
|
1546
|
-
# example: "projects/`$project_id`/
|
1550
|
+
# example: "projects/`$project_id`/locations/`$location_id`/
|
1551
|
+
# githubEnterpriseConfigs/`$config_id`"
|
1547
1552
|
# @param [String] config_id
|
1548
1553
|
# Unique identifier of the `GitHubEnterpriseConfig`
|
1549
1554
|
# @param [String] project_id
|
@@ -1614,7 +1619,8 @@ module Google
|
|
1614
1619
|
# Update an association between a GCP project and a GitHub Enterprise server.
|
1615
1620
|
# @param [String] name
|
1616
1621
|
# Optional. The full resource name for the GitHubEnterpriseConfig For example: "
|
1617
|
-
# projects/`$project_id`/githubEnterpriseConfigs/`$
|
1622
|
+
# projects/`$project_id`/locations/`$location_id`/githubEnterpriseConfigs/`$
|
1623
|
+
# config_id`"
|
1618
1624
|
# @param [Google::Apis::CloudbuildV1::GitHubEnterpriseConfig] git_hub_enterprise_config_object
|
1619
1625
|
# @param [String] update_mask
|
1620
1626
|
# Update mask for the resource. If this is set, the server will only update the
|
@@ -1917,8 +1923,9 @@ module Google
|
|
1917
1923
|
|
1918
1924
|
# Runs a `BuildTrigger` at a particular source revision. To run a regional or
|
1919
1925
|
# global trigger, use the POST request that includes the location endpoint in
|
1920
|
-
# the path.
|
1921
|
-
#
|
1926
|
+
# the path (ex. v1/projects/`projectId`/locations/`region`/triggers/`triggerId`:
|
1927
|
+
# run). The POST request that does not include the location endpoint in the path
|
1928
|
+
# can only be used when running global triggers.
|
1922
1929
|
# @param [String] name
|
1923
1930
|
# The name of the `Trigger` to run. Format: `projects/`project`/locations/`
|
1924
1931
|
# location`/triggers/`trigger``
|
@@ -2386,8 +2393,9 @@ module Google
|
|
2386
2393
|
|
2387
2394
|
# Runs a `BuildTrigger` at a particular source revision. To run a regional or
|
2388
2395
|
# global trigger, use the POST request that includes the location endpoint in
|
2389
|
-
# the path.
|
2390
|
-
#
|
2396
|
+
# the path (ex. v1/projects/`projectId`/locations/`region`/triggers/`triggerId`:
|
2397
|
+
# run). The POST request that does not include the location endpoint in the path
|
2398
|
+
# can only be used when running global triggers.
|
2391
2399
|
# @param [String] project_id
|
2392
2400
|
# Required. ID of the project.
|
2393
2401
|
# @param [String] trigger_id
|
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.44.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-12-12 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.44.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: []
|