google-cloud-binary_authorization-v1 0.1.2 → 0.2.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: de8f1c8f3112d0f50485c850feb958d1b797a9224b49df989dbc5a1fe5733eac
4
- data.tar.gz: 25b4cd69ccdd648ccc33e44c67f28526eee34a760400ffc0999bfab5f22f3b35
3
+ metadata.gz: 987cac862d928d450a37aad781c0fd2fd4377c4b6680a3dc363e36f1790a4f1f
4
+ data.tar.gz: 34964903dd9d790a7c425b26a8d2082ca763f4330832adf293f45cdf21f8abfd
5
5
  SHA512:
6
- metadata.gz: 9ee6cab1bb58675c528e3b326aa0bba00fe03ae50065c4792a309708baa4fe772ed6c52a1575d3358e376185e9145219281618c731ab0c32ff80e37b80ec2917
7
- data.tar.gz: 4189c85a95c24fe65e1b38234a5097d0fb5a9fdd1bd5a9dbef9edfa83a4e33b5c47c986617704ad85a2134c28d796d620b57358ab3f378f6c46e54cb88d3a527
6
+ metadata.gz: a4ea7f7a0d442ab3087a042130e4e871fc4c6ed7900c02baf16db21b056ffeb0dc95fc1f8e7e7950248d4085d9aed55fa7c79f15184bfe5b6e46d2dc7ccfcc36
7
+ data.tar.gz: 7739a6a891d340198cea4da199ff45a7be7ba850b2a9a65cc1cc4f1e551f154d5addfb51759e975989991887ddb3155d44a29a285e78f9e14923f12ee61ca2df
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::BinaryAuthorization::V1::GetPolicyRequest.new # (requ
37
37
  response = client.get_policy request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-binary_authorization-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/binary-authorization/)
@@ -69,16 +69,21 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
75
80
 
76
81
  Google provides official support for Ruby versions that are actively supported
77
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
78
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
79
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
80
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
81
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
82
87
 
83
88
  ## Which client should I use?
84
89
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
23
  module V1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -27,6 +27,8 @@ module Google
27
27
  ##
28
28
  # To load this package, including all its services, and instantiate a client:
29
29
  #
30
+ # @example
31
+ #
30
32
  # require "google/cloud/binary_authorization/v1"
31
33
  # client = ::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client.new
32
34
  #
@@ -1,11 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/binaryauthorization/v1/resources.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/field_behavior_pb'
5
7
  require 'google/api/resource_pb'
6
8
  require 'google/protobuf/timestamp_pb'
7
9
  require 'google/api/annotations_pb'
8
- require 'google/protobuf'
9
10
 
10
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
12
  add_file("google/cloud/binaryauthorization/v1/resources.proto", :syntax => :proto3) do
@@ -1,6 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/binaryauthorization/v1/service.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/api/field_behavior_pb'
@@ -8,7 +10,6 @@ require 'google/api/resource_pb'
8
10
  require 'google/cloud/binaryauthorization/v1/resources_pb'
9
11
  require 'google/protobuf/empty_pb'
10
12
  require 'grafeas/v1/attestation_pb'
11
- require 'google/protobuf'
12
13
 
13
14
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
15
  add_file("google/cloud/binaryauthorization/v1/service.proto", :syntax => :proto3) do
@@ -108,6 +108,44 @@ module Grafeas
108
108
  extend ::Google::Protobuf::MessageExts::ClassMethods
109
109
  end
110
110
 
111
+ # Indicates the location at which a package was found.
112
+ # @!attribute [rw] file_path
113
+ # @return [::String]
114
+ # For jars that are contained inside .war files, this filepath
115
+ # can indicate the path to war file combined with the path to jar file.
116
+ class FileLocation
117
+ include ::Google::Protobuf::MessageExts
118
+ extend ::Google::Protobuf::MessageExts::ClassMethods
119
+ end
120
+
121
+ # License information.
122
+ # @!attribute [rw] expression
123
+ # @return [::String]
124
+ # Often a single license can be used to represent the licensing terms.
125
+ # Sometimes it is necessary to include a choice of one or more licenses
126
+ # or some combination of license identifiers.
127
+ # Examples: "LGPL-2.1-only OR MIT", "LGPL-2.1-only AND MIT",
128
+ # "GPL-2.0-or-later WITH Bison-exception-2.2".
129
+ # @!attribute [rw] comments
130
+ # @return [::String]
131
+ # Comments
132
+ class License
133
+ include ::Google::Protobuf::MessageExts
134
+ extend ::Google::Protobuf::MessageExts::ClassMethods
135
+ end
136
+
137
+ # Digest information.
138
+ # @!attribute [rw] algo
139
+ # @return [::String]
140
+ # `SHA1`, `SHA512` etc.
141
+ # @!attribute [rw] digest_bytes
142
+ # @return [::String]
143
+ # Value of the digest.
144
+ class Digest
145
+ include ::Google::Protobuf::MessageExts
146
+ extend ::Google::Protobuf::MessageExts::ClassMethods
147
+ end
148
+
111
149
  # Kind represents the kinds of notes supported.
112
150
  module NoteKind
113
151
  # Default value. This value is unused.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.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-01-11 00:00:00.000000000 Z
11
+ date: 2022-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: '0.10'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: '0.10'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -70,28 +70,28 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: 1.25.1
73
+ version: 1.26.1
74
74
  type: :development
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: 1.25.1
80
+ version: 1.26.1
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: minitest
83
83
  requirement: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - "~>"
86
86
  - !ruby/object:Gem::Version
87
- version: '5.14'
87
+ version: '5.16'
88
88
  type: :development
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '5.14'
94
+ version: '5.16'
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: minitest-focus
97
97
  requirement: !ruby/object:Gem::Requirement
@@ -126,14 +126,14 @@ dependencies:
126
126
  requirements:
127
127
  - - ">="
128
128
  - !ruby/object:Gem::Version
129
- version: '12.0'
129
+ version: '13.0'
130
130
  type: :development
131
131
  prerelease: false
132
132
  version_requirements: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - ">="
135
135
  - !ruby/object:Gem::Version
136
- version: '12.0'
136
+ version: '13.0'
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: redcarpet
139
139
  requirement: !ruby/object:Gem::Requirement
@@ -228,14 +228,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
228
228
  requirements:
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: '2.5'
231
+ version: '2.6'
232
232
  required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
237
  requirements: []
238
- rubygems_version: 3.3.4
238
+ rubygems_version: 3.3.14
239
239
  signing_key:
240
240
  specification_version: 4
241
241
  summary: API Client library for the Binary Authorization V1 API