google-cloud-build-v1 0.11.0 → 0.11.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: fd40b4de3a3e9c119234c2ef6410466a2dee0c04010a10c4cb6ed3453fc71990
4
- data.tar.gz: 47dbaa0397f1d3daa1dfe6b58431d7ff58e36f87d0e6ac36e00656120e19093f
3
+ metadata.gz: 4a7e10d2dec939423a6a2e3fce03e6595cf746e7dab37ac2cbbc87f4ffc751cf
4
+ data.tar.gz: f69870afaa45ca3d115ec2949b110bb8477e2132bb107ea7588a41d5de6afc3b
5
5
  SHA512:
6
- metadata.gz: dfa7705a8d5aa23c7822e700dd96b2f1ffc27667f3d3146bd6adf05e370df8a99f0c50dde168da8d4e35c4cc07e971d3aea8f0ad21d847723dcbb2707fa34246
7
- data.tar.gz: b7d62494256852bebf51e434042fed0d5763355e05548097f29b8c1e7d2bbefbb04d6087012b7d272b1aa18d202a2dd6baebaaa4aab7b5786e007da471107abc
6
+ metadata.gz: 1aad1516d0e714ffe1e378393d61346b0be4e009620ca9a1fa30796e418f39c6f70870a179d24ab267a721e773ab2a4b2384d6fe9a9ecf1145d8a85a281fe42b
7
+ data.tar.gz: da2ef4790f3790fdbca04aa805cfa9e7e990ae58f2987f2ef9ce8026ed18c2033862805e8571d3f09f47830509de50b424893e27ec45f79e1bb91f72f78e4ffe
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.11.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/devtools/cloudbuild/v1/cloudbuild.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'
@@ -13,6 +11,8 @@ require 'google/protobuf/duration_pb'
13
11
  require 'google/protobuf/empty_pb'
14
12
  require 'google/protobuf/field_mask_pb'
15
13
  require 'google/protobuf/timestamp_pb'
14
+ require 'google/protobuf'
15
+
16
16
  Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  add_file("google/devtools/cloudbuild/v1/cloudbuild.proto", :syntax => :proto3) do
18
18
  add_message "google.devtools.cloudbuild.v1.RetryBuildRequest" do
@@ -34,7 +34,7 @@ module Google
34
34
  # determine the status of the build.
35
35
  class Service
36
36
 
37
- include GRPC::GenericService
37
+ include ::GRPC::GenericService
38
38
 
39
39
  self.marshal_class_method = :encode
40
40
  self.unmarshal_class_method = :decode
@@ -39,12 +39,15 @@ module Google
39
39
  #
40
40
  # // The raw HTTP body is bound to this field.
41
41
  # google.api.HttpBody http_body = 2;
42
+ #
42
43
  # }
43
44
  #
44
45
  # service ResourceService {
45
- # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
46
- # rpc UpdateResource(google.api.HttpBody) returns
47
- # (google.protobuf.Empty);
46
+ # rpc GetResource(GetResourceRequest)
47
+ # returns (google.api.HttpBody);
48
+ # rpc UpdateResource(google.api.HttpBody)
49
+ # returns (google.protobuf.Empty);
50
+ #
48
51
  # }
49
52
  #
50
53
  # Example with streaming methods:
@@ -54,6 +57,7 @@ module Google
54
57
  # returns (stream google.api.HttpBody);
55
58
  # rpc UpdateCalendar(stream google.api.HttpBody)
56
59
  # returns (stream google.api.HttpBody);
60
+ #
57
61
  # }
58
62
  #
59
63
  # Use of this type only changes how the request and response bodies are
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.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-08-30 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common