google-cloud-deploy-v1 0.6.0 → 0.7.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: d0959f0c3fc393c7b7bf8532b5263e8998b135ed7430b3fcfc815eb8d8e02925
4
- data.tar.gz: c9c0f0c6d76c96c7cc334fe4e35e6a9afe0ffe9f70b57c89d1b371eac65a7dc8
3
+ metadata.gz: 430f266f672112a2b30416fffc696c48b1401570c076265eaf85cf1f43eed52c
4
+ data.tar.gz: fd04b8210561b06fd4aadec06cb20343dba8e3454225348cda7ac2b3a5959397
5
5
  SHA512:
6
- metadata.gz: db3948c7814aeae8ba7f1c025a990b1774d0a9788a043f7b4db222c611c5db419d86ecb797fd585e99852e2e0b548362f5d5b51941e99ad42d8292e5bc01d150
7
- data.tar.gz: 06b4cf53f50b190cbed1a31aa2577ce6785c52ed5eae8883d173b5ca0f07a1f69d9bdb98ce241b249171296105eb0b264df8768818ece7f03af98c6e6d26093b
6
+ metadata.gz: 2516f680f7475279e43fbbf30e10d23dea4a5e0a5ecc8d73980866e67f10f0e8ac5261477eadba20c41799f3a5e839f613d2a770e550cee5a5386079285018fb
7
+ data.tar.gz: fefb10794d3ea5d8a64be657b32d039062cc1f933ac0971520c2cedfc698622d990b91f1a418a93049bf97a8d885180a878888a9a535e27724b14e336f779e29
@@ -316,6 +316,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
316
316
  add_message "google.cloud.deploy.v1.TargetArtifact.PhaseArtifact" do
317
317
  optional :skaffold_config_path, :string, 1
318
318
  optional :manifest_path, :string, 3
319
+ optional :job_manifests_path, :string, 4
320
+ end
321
+ add_message "google.cloud.deploy.v1.DeployArtifact" do
322
+ optional :artifact_uri, :string, 1
323
+ repeated :manifest_paths, :string, 2
319
324
  end
320
325
  add_message "google.cloud.deploy.v1.CloudRunRenderMetadata" do
321
326
  optional :service, :string, 1
@@ -563,6 +568,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
563
568
  optional :failure_cause, :enum, 2, "google.cloud.deploy.v1.DeployJobRun.FailureCause"
564
569
  optional :failure_message, :string, 3
565
570
  optional :metadata, :message, 4, "google.cloud.deploy.v1.DeployJobRunMetadata"
571
+ optional :artifact, :message, 5, "google.cloud.deploy.v1.DeployArtifact"
566
572
  end
567
573
  add_enum "google.cloud.deploy.v1.DeployJobRun.FailureCause" do
568
574
  value :FAILURE_CAUSE_UNSPECIFIED, 0
@@ -692,6 +698,7 @@ module Google
692
698
  BuildArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.BuildArtifact").msgclass
693
699
  TargetArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.TargetArtifact").msgclass
694
700
  TargetArtifact::PhaseArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.TargetArtifact.PhaseArtifact").msgclass
701
+ DeployArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.DeployArtifact").msgclass
695
702
  CloudRunRenderMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.CloudRunRenderMetadata").msgclass
696
703
  RenderMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.RenderMetadata").msgclass
697
704
  ListReleasesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.ListReleasesRequest").msgclass
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -83,7 +83,7 @@ module Google
83
83
  # long-running operation pattern.
84
84
  # @!attribute [rw] new_issue_uri
85
85
  # @return [::String]
86
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
87
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
88
88
  # @!attribute [rw] documentation_uri
89
89
  # @return [::String]
@@ -209,9 +209,57 @@ module Google
209
209
  # @!attribute [rw] common
210
210
  # @return [::Google::Api::CommonLanguageSettings]
211
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
212
242
  class DotnetSettings
213
243
  include ::Google::Protobuf::MessageExts
214
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
215
263
  end
216
264
 
217
265
  # Settings for Ruby client libraries.
@@ -305,6 +353,15 @@ module Google
305
353
 
306
354
  # Street View Org.
307
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
308
365
  end
309
366
 
310
367
  # To where should client libraries be published?
@@ -1223,6 +1223,10 @@ module Google
1223
1223
  # @!attribute [r] manifest_path
1224
1224
  # @return [::String]
1225
1225
  # Output only. File path of the rendered manifest relative to the URI.
1226
+ # @!attribute [r] job_manifests_path
1227
+ # @return [::String]
1228
+ # Output only. File path of the directory of rendered job manifests
1229
+ # relative to the URI. This is only set if it is applicable.
1226
1230
  class PhaseArtifact
1227
1231
  include ::Google::Protobuf::MessageExts
1228
1232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1238,6 +1242,20 @@ module Google
1238
1242
  end
1239
1243
  end
1240
1244
 
1245
+ # The artifacts produced by a deploy operation.
1246
+ # @!attribute [r] artifact_uri
1247
+ # @return [::String]
1248
+ # Output only. URI of a directory containing the artifacts. All paths are
1249
+ # relative to this location.
1250
+ # @!attribute [r] manifest_paths
1251
+ # @return [::Array<::String>]
1252
+ # Output only. File paths of the manifests applied during the deploy
1253
+ # operation relative to the URI.
1254
+ class DeployArtifact
1255
+ include ::Google::Protobuf::MessageExts
1256
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1257
+ end
1258
+
1241
1259
  # CloudRunRenderMetadata contains Cloud Run information associated with a
1242
1260
  # `Release` render.
1243
1261
  # @!attribute [r] service
@@ -1637,7 +1655,7 @@ module Google
1637
1655
  # Deployment job composition.
1638
1656
  # @!attribute [r] deploy_job
1639
1657
  # @return [::Google::Cloud::Deploy::V1::Job]
1640
- # Output only. The deploy Job. This is the first job run in the phase.
1658
+ # Output only. The deploy Job. This is the deploy job in the phase.
1641
1659
  # @!attribute [r] verify_job
1642
1660
  # @return [::Google::Cloud::Deploy::V1::Job]
1643
1661
  # Output only. The verify Job. Runs after a deploy if the deploy succeeds.
@@ -2080,6 +2098,9 @@ module Google
2080
2098
  # @!attribute [r] metadata
2081
2099
  # @return [::Google::Cloud::Deploy::V1::DeployJobRunMetadata]
2082
2100
  # Output only. Metadata containing information about the deploy job run.
2101
+ # @!attribute [r] artifact
2102
+ # @return [::Google::Cloud::Deploy::V1::DeployArtifact]
2103
+ # Output only. The artifact of a deploy job run, if available.
2083
2104
  class DeployJobRun
2084
2105
  include ::Google::Protobuf::MessageExts
2085
2106
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.6.0
4
+ version: 0.7.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-03-24 00:00:00.000000000 Z
11
+ date: 2023-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common