google-cloud-deploy-v1 0.1.0 → 0.1.1
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: 8eb6cf4e73f289935ad310f4ae4a4ec4829d44b88c3ba43ba20d71239a83b9be
|
|
4
|
+
data.tar.gz: 84898475259d3209d420bacfd476ca4f73080b3d835a168d7ea24416205fa35e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f53dd3a14a958ad8f15c606cf6c343c9ecc6e58d67c40723f8ad2a4626db0ee58a9213617601778c8aec2ce34c2c987d074db3797b05cd2769c17a56caffa3a
|
|
7
|
+
data.tar.gz: fe526f7e8a5b2a6aecbc1651304779e2ac1fe65d6a5811062b780f4943f3cf5abf430c02284429d0c35ff8a1cf977b188c4c9b4322bc484794cc75402c57fc21
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/deploy/v1/cloud_deploy.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/longrunning/operations_pb'
|
|
|
11
9
|
require 'google/protobuf/field_mask_pb'
|
|
12
10
|
require 'google/protobuf/timestamp_pb'
|
|
13
11
|
require 'google/type/date_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/deploy/v1/cloud_deploy.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.deploy.v1.DeliveryPipeline" do
|
|
@@ -46,9 +46,9 @@ module Google
|
|
|
46
46
|
# Labels are attributes that can be set and used by both the
|
|
47
47
|
# user and by Google Cloud Deploy. Labels must meet the following
|
|
48
48
|
# constraints: Each resource is limited to 64 labels. Keys must conform to
|
|
49
|
-
# the regexp: [a-zA-Z][a-zA-Z0-9_-]
|
|
50
|
-
# [a-zA-Z0-9_-]
|
|
51
|
-
# <= 128 bytes in size.
|
|
49
|
+
# the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
|
|
50
|
+
# regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
|
|
51
|
+
# constrained to be <= 128 bytes in size.
|
|
52
52
|
# @!attribute [r] create_time
|
|
53
53
|
# @return [::Google::Protobuf::Timestamp]
|
|
54
54
|
# Output only. Time at which the pipeline was created.
|
|
@@ -364,9 +364,9 @@ module Google
|
|
|
364
364
|
# Optional. Labels are attributes that can be set and used by both the
|
|
365
365
|
# user and by Google Cloud Deploy. Labels must meet the following
|
|
366
366
|
# constraints: Each resource is limited to 64 labels. Keys must conform to
|
|
367
|
-
# the regexp: [a-zA-Z][a-zA-Z0-9_-]
|
|
368
|
-
# [a-zA-Z0-9_-]
|
|
369
|
-
# <= 128 bytes in size.
|
|
367
|
+
# the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
|
|
368
|
+
# regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
|
|
369
|
+
# constrained to be <= 128 bytes in size.
|
|
370
370
|
# @!attribute [rw] require_approval
|
|
371
371
|
# @return [::Boolean]
|
|
372
372
|
# Optional. Whether or not the `Target` requires approval.
|
|
@@ -685,9 +685,9 @@ module Google
|
|
|
685
685
|
# Labels are attributes that can be set and used by both the
|
|
686
686
|
# user and by Google Cloud Deploy. Labels must meet the following
|
|
687
687
|
# constraints: Each resource is limited to 64 labels. Keys must conform to
|
|
688
|
-
# the regexp: [a-zA-Z][a-zA-Z0-9_-]
|
|
689
|
-
# [a-zA-Z0-9_-]
|
|
690
|
-
# <= 128 bytes in size.
|
|
688
|
+
# the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
|
|
689
|
+
# regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
|
|
690
|
+
# constrained to be <= 128 bytes in size.
|
|
691
691
|
# @!attribute [r] create_time
|
|
692
692
|
# @return [::Google::Protobuf::Timestamp]
|
|
693
693
|
# Output only. Time at which the `Release` was created.
|
|
@@ -966,9 +966,9 @@ module Google
|
|
|
966
966
|
# Labels are attributes that can be set and used by both the
|
|
967
967
|
# user and by Google Cloud Deploy. Labels must meet the following
|
|
968
968
|
# constraints: Each resource is limited to 64 labels. Keys must conform to
|
|
969
|
-
# the regexp: [a-zA-Z][a-zA-Z0-9_-]
|
|
970
|
-
# [a-zA-Z0-9_-]
|
|
971
|
-
# <= 128 bytes in size.
|
|
969
|
+
# the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
|
|
970
|
+
# regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
|
|
971
|
+
# constrained to be <= 128 bytes in size.
|
|
972
972
|
# @!attribute [r] create_time
|
|
973
973
|
# @return [::Google::Protobuf::Timestamp]
|
|
974
974
|
# Output only. Time at which the `Rollout` was created.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-deploy-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|