google-cloud-web_risk-v1beta1 0.6.0 → 0.7.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: 6b06434cd947a44189834877bf309d87ae5d55c478df02244c61eca294d906af
4
- data.tar.gz: 0dafb9346912e0ddc179baa907b0908306b0638042d245b3fd74e78585f518d4
3
+ metadata.gz: c8c8c8e3ed09d1a97c069edd9d42b21766a101b043faf19dad1b55d361c984dc
4
+ data.tar.gz: c5bebffb33dd79bf932e898516f642dd5bb7dbd33fa091356d42ebfa69de4de3
5
5
  SHA512:
6
- metadata.gz: 97d43df12435aed76a6a0dd5248eeb618bb40f7b83eb974829394fd522e6e7dacdeb5513fc47079c6cb517bd2e46b177ae3f86f64654da58c13489d4195fa7a6
7
- data.tar.gz: 6701050c05e34504647cd6fc2ba90bddbc7b04ad5cdfafed97569d8d715f7ae19ab11c10444f8528f8216a165cba8d75ac763e79f22afbf5f9fef50dfd7b143c
6
+ metadata.gz: ea1d4f08c14b9661cddf554aa2686317b0b5f8f27f0b00f059c64e22b0142f61d550273729316211ad85c1cda6ed409ae74414443c8c87ab7110d0afc24db408
7
+ data.tar.gz: ade171a510ba221a94f638325191a8515f16fe85bced245323a1aefbca40e39f412462a9d30c54359e7c45cd95a09044a7f9a138b326c8b32629965cbf7f45bd
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebRisk
23
23
  module V1beta1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -441,9 +441,9 @@ module Google
441
441
  # * (`String`) The path to a service account key file in JSON format
442
442
  # * (`Hash`) A service account key as a Hash
443
443
  # * (`Google::Auth::Credentials`) A googleauth credentials object
444
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
444
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
445
445
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
446
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
446
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
447
447
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
448
448
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
449
449
  # * (`nil`) indicating no credentials
@@ -387,9 +387,9 @@ module Google
387
387
  # * (`String`) The path to a service account key file in JSON format
388
388
  # * (`Hash`) A service account key as a Hash
389
389
  # * (`Google::Auth::Credentials`) A googleauth credentials object
390
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
390
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
391
391
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
392
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
392
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
393
393
  # * (`nil`) indicating no credentials
394
394
  # @return [::Object]
395
395
  # @!attribute [rw] scope
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/webrisk/v1beta1/webrisk.proto
3
4
 
@@ -8,91 +9,32 @@ require 'google/api/client_pb'
8
9
  require 'google/api/field_behavior_pb'
9
10
  require 'google/protobuf/timestamp_pb'
10
11
 
11
- Google::Protobuf::DescriptorPool.generated_pool.build do
12
- add_file("google/cloud/webrisk/v1beta1/webrisk.proto", :syntax => :proto3) do
13
- add_message "google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest" do
14
- optional :threat_type, :enum, 1, "google.cloud.webrisk.v1beta1.ThreatType"
15
- optional :version_token, :bytes, 2
16
- optional :constraints, :message, 3, "google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints"
17
- end
18
- add_message "google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints" do
19
- optional :max_diff_entries, :int32, 1
20
- optional :max_database_entries, :int32, 2
21
- repeated :supported_compressions, :enum, 3, "google.cloud.webrisk.v1beta1.CompressionType"
22
- end
23
- add_message "google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse" do
24
- optional :response_type, :enum, 4, "google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.ResponseType"
25
- optional :additions, :message, 5, "google.cloud.webrisk.v1beta1.ThreatEntryAdditions"
26
- optional :removals, :message, 6, "google.cloud.webrisk.v1beta1.ThreatEntryRemovals"
27
- optional :new_version_token, :bytes, 7
28
- optional :checksum, :message, 8, "google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.Checksum"
29
- optional :recommended_next_diff, :message, 2, "google.protobuf.Timestamp"
30
- end
31
- add_message "google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.Checksum" do
32
- optional :sha256, :bytes, 1
33
- end
34
- add_enum "google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.ResponseType" do
35
- value :RESPONSE_TYPE_UNSPECIFIED, 0
36
- value :DIFF, 1
37
- value :RESET, 2
38
- end
39
- add_message "google.cloud.webrisk.v1beta1.SearchUrisRequest" do
40
- optional :uri, :string, 1
41
- repeated :threat_types, :enum, 2, "google.cloud.webrisk.v1beta1.ThreatType"
42
- end
43
- add_message "google.cloud.webrisk.v1beta1.SearchUrisResponse" do
44
- optional :threat, :message, 1, "google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri"
45
- end
46
- add_message "google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri" do
47
- repeated :threat_types, :enum, 1, "google.cloud.webrisk.v1beta1.ThreatType"
48
- optional :expire_time, :message, 2, "google.protobuf.Timestamp"
49
- end
50
- add_message "google.cloud.webrisk.v1beta1.SearchHashesRequest" do
51
- optional :hash_prefix, :bytes, 1
52
- repeated :threat_types, :enum, 2, "google.cloud.webrisk.v1beta1.ThreatType"
53
- end
54
- add_message "google.cloud.webrisk.v1beta1.SearchHashesResponse" do
55
- repeated :threats, :message, 1, "google.cloud.webrisk.v1beta1.SearchHashesResponse.ThreatHash"
56
- optional :negative_expire_time, :message, 2, "google.protobuf.Timestamp"
57
- end
58
- add_message "google.cloud.webrisk.v1beta1.SearchHashesResponse.ThreatHash" do
59
- repeated :threat_types, :enum, 1, "google.cloud.webrisk.v1beta1.ThreatType"
60
- optional :hash, :bytes, 2
61
- optional :expire_time, :message, 3, "google.protobuf.Timestamp"
62
- end
63
- add_message "google.cloud.webrisk.v1beta1.ThreatEntryAdditions" do
64
- repeated :raw_hashes, :message, 1, "google.cloud.webrisk.v1beta1.RawHashes"
65
- optional :rice_hashes, :message, 2, "google.cloud.webrisk.v1beta1.RiceDeltaEncoding"
66
- end
67
- add_message "google.cloud.webrisk.v1beta1.ThreatEntryRemovals" do
68
- optional :raw_indices, :message, 1, "google.cloud.webrisk.v1beta1.RawIndices"
69
- optional :rice_indices, :message, 2, "google.cloud.webrisk.v1beta1.RiceDeltaEncoding"
70
- end
71
- add_message "google.cloud.webrisk.v1beta1.RawIndices" do
72
- repeated :indices, :int32, 1
73
- end
74
- add_message "google.cloud.webrisk.v1beta1.RawHashes" do
75
- optional :prefix_size, :int32, 1
76
- optional :raw_hashes, :bytes, 2
77
- end
78
- add_message "google.cloud.webrisk.v1beta1.RiceDeltaEncoding" do
79
- optional :first_value, :int64, 1
80
- optional :rice_parameter, :int32, 2
81
- optional :entry_count, :int32, 3
82
- optional :encoded_data, :bytes, 4
83
- end
84
- add_enum "google.cloud.webrisk.v1beta1.ThreatType" do
85
- value :THREAT_TYPE_UNSPECIFIED, 0
86
- value :MALWARE, 1
87
- value :SOCIAL_ENGINEERING, 2
88
- value :UNWANTED_SOFTWARE, 3
89
- end
90
- add_enum "google.cloud.webrisk.v1beta1.CompressionType" do
91
- value :COMPRESSION_TYPE_UNSPECIFIED, 0
92
- value :RAW, 1
93
- value :RICE, 2
12
+
13
+ descriptor_data = "\n*google/cloud/webrisk/v1beta1/webrisk.proto\x12\x1cgoogle.cloud.webrisk.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf2\x02\n\x1c\x43omputeThreatListDiffRequest\x12\x42\n\x0bthreat_type\x18\x01 \x01(\x0e\x32(.google.cloud.webrisk.v1beta1.ThreatTypeB\x03\xe0\x41\x02\x12\x15\n\rversion_token\x18\x02 \x01(\x0c\x12`\n\x0b\x63onstraints\x18\x03 \x01(\x0b\x32\x46.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.ConstraintsB\x03\xe0\x41\x02\x1a\x94\x01\n\x0b\x43onstraints\x12\x18\n\x10max_diff_entries\x18\x01 \x01(\x05\x12\x1c\n\x14max_database_entries\x18\x02 \x01(\x05\x12M\n\x16supported_compressions\x18\x03 \x03(\x0e\x32-.google.cloud.webrisk.v1beta1.CompressionType\"\x9a\x04\n\x1d\x43omputeThreatListDiffResponse\x12_\n\rresponse_type\x18\x04 \x01(\x0e\x32H.google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.ResponseType\x12\x45\n\tadditions\x18\x05 \x01(\x0b\x32\x32.google.cloud.webrisk.v1beta1.ThreatEntryAdditions\x12\x43\n\x08removals\x18\x06 \x01(\x0b\x32\x31.google.cloud.webrisk.v1beta1.ThreatEntryRemovals\x12\x19\n\x11new_version_token\x18\x07 \x01(\x0c\x12V\n\x08\x63hecksum\x18\x08 \x01(\x0b\x32\x44.google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.Checksum\x12\x39\n\x15recommended_next_diff\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x1a\n\x08\x43hecksum\x12\x0e\n\x06sha256\x18\x01 \x01(\x0c\"B\n\x0cResponseType\x12\x1d\n\x19RESPONSE_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x44IFF\x10\x01\x12\t\n\x05RESET\x10\x02\"j\n\x11SearchUrisRequest\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x43\n\x0cthreat_types\x18\x02 \x03(\x0e\x32(.google.cloud.webrisk.v1beta1.ThreatTypeB\x03\xe0\x41\x02\"\xde\x01\n\x12SearchUrisResponse\x12J\n\x06threat\x18\x01 \x01(\x0b\x32:.google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri\x1a|\n\tThreatUri\x12>\n\x0cthreat_types\x18\x01 \x03(\x0e\x32(.google.cloud.webrisk.v1beta1.ThreatType\x12/\n\x0b\x65xpire_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"o\n\x13SearchHashesRequest\x12\x13\n\x0bhash_prefix\x18\x01 \x01(\x0c\x12\x43\n\x0cthreat_types\x18\x02 \x03(\x0e\x32(.google.cloud.webrisk.v1beta1.ThreatTypeB\x03\xe0\x41\x02\"\xae\x02\n\x14SearchHashesResponse\x12N\n\x07threats\x18\x01 \x03(\x0b\x32=.google.cloud.webrisk.v1beta1.SearchHashesResponse.ThreatHash\x12\x38\n\x14negative_expire_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x8b\x01\n\nThreatHash\x12>\n\x0cthreat_types\x18\x01 \x03(\x0e\x32(.google.cloud.webrisk.v1beta1.ThreatType\x12\x0c\n\x04hash\x18\x02 \x01(\x0c\x12/\n\x0b\x65xpire_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x99\x01\n\x14ThreatEntryAdditions\x12;\n\nraw_hashes\x18\x01 \x03(\x0b\x32\'.google.cloud.webrisk.v1beta1.RawHashes\x12\x44\n\x0brice_hashes\x18\x02 \x01(\x0b\x32/.google.cloud.webrisk.v1beta1.RiceDeltaEncoding\"\x9b\x01\n\x13ThreatEntryRemovals\x12=\n\x0braw_indices\x18\x01 \x01(\x0b\x32(.google.cloud.webrisk.v1beta1.RawIndices\x12\x45\n\x0crice_indices\x18\x02 \x01(\x0b\x32/.google.cloud.webrisk.v1beta1.RiceDeltaEncoding\"\x1d\n\nRawIndices\x12\x0f\n\x07indices\x18\x01 \x03(\x05\"4\n\tRawHashes\x12\x13\n\x0bprefix_size\x18\x01 \x01(\x05\x12\x12\n\nraw_hashes\x18\x02 \x01(\x0c\"k\n\x11RiceDeltaEncoding\x12\x13\n\x0b\x66irst_value\x18\x01 \x01(\x03\x12\x16\n\x0erice_parameter\x18\x02 \x01(\x05\x12\x13\n\x0b\x65ntry_count\x18\x03 \x01(\x05\x12\x14\n\x0c\x65ncoded_data\x18\x04 \x01(\x0c*e\n\nThreatType\x12\x1b\n\x17THREAT_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07MALWARE\x10\x01\x12\x16\n\x12SOCIAL_ENGINEERING\x10\x02\x12\x15\n\x11UNWANTED_SOFTWARE\x10\x03*F\n\x0f\x43ompressionType\x12 \n\x1c\x43OMPRESSION_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03RAW\x10\x01\x12\x08\n\x04RICE\x10\x02\x32\x9e\x05\n\x15WebRiskServiceV1Beta1\x12\xe2\x01\n\x15\x43omputeThreatListDiff\x12:.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest\x1a;.google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse\"P\x82\xd3\xe4\x93\x02\"\x12 /v1beta1/threatLists:computeDiff\xda\x41%threat_type,version_token,constraints\x12\xa0\x01\n\nSearchUris\x12/.google.cloud.webrisk.v1beta1.SearchUrisRequest\x1a\x30.google.cloud.webrisk.v1beta1.SearchUrisResponse\"/\x82\xd3\xe4\x93\x02\x16\x12\x14/v1beta1/uris:search\xda\x41\x10uri,threat_types\x12\xb0\x01\n\x0cSearchHashes\x12\x31.google.cloud.webrisk.v1beta1.SearchHashesRequest\x1a\x32.google.cloud.webrisk.v1beta1.SearchHashesResponse\"9\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/hashes:search\xda\x41\x18hash_prefix,threat_types\x1aJ\xca\x41\x16webrisk.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xcf\x01\n\x1a\x63om.google.webrisk.v1beta1B\x0cWebRiskProtoP\x01Z:cloud.google.com/go/webrisk/apiv1beta1/webriskpb;webriskpb\xa2\x02\x04GCWR\xaa\x02\x1cGoogle.Cloud.WebRisk.V1Beta1\xca\x02\x1cGoogle\\Cloud\\WebRisk\\V1beta1\xea\x02\x1fGoogle::Cloud::WebRisk::V1beta1b\x06proto3"
14
+
15
+ pool = Google::Protobuf::DescriptorPool.generated_pool
16
+
17
+ begin
18
+ pool.add_serialized_file(descriptor_data)
19
+ rescue TypeError => e
20
+ # Compatibility code: will be removed in the next major version.
21
+ require 'google/protobuf/descriptor_pb'
22
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
23
+ parsed.clear_dependency
24
+ serialized = parsed.class.encode(parsed)
25
+ file = pool.add_serialized_file(serialized)
26
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
27
+ imports = [
28
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
29
+ ]
30
+ imports.each do |type_name, expected_filename|
31
+ import_file = pool.lookup(type_name).file_descriptor
32
+ if import_file.name != expected_filename
33
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
94
34
  end
95
35
  end
36
+ warn "Each proto file must use a consistent fully-qualified name."
37
+ warn "This will become an error in the next major version."
96
38
  end
97
39
 
98
40
  module Google
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
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.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
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
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
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
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
@@ -69,7 +69,6 @@ module Google
69
69
  # Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
70
70
  # .setNanos((int) ((millis % 1000) * 1000000)).build();
71
71
  #
72
- #
73
72
  # Example 5: Compute Timestamp from Java `Instant.now()`.
74
73
  #
75
74
  # Instant now = Instant.now();
@@ -78,7 +77,6 @@ module Google
78
77
  # Timestamp.newBuilder().setSeconds(now.getEpochSecond())
79
78
  # .setNanos(now.getNano()).build();
80
79
  #
81
- #
82
80
  # Example 6: Compute Timestamp from current time in Python.
83
81
  #
84
82
  # timestamp = Timestamp()
@@ -108,7 +106,7 @@ module Google
108
106
  # [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
109
107
  # the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
110
108
  # the Joda Time's [`ISODateTimeFormat.dateTime()`](
111
- # http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
109
+ # http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
112
110
  # ) to obtain a formatter capable of generating timestamps in this format.
113
111
  # @!attribute [rw] seconds
114
112
  # @return [::Integer]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_risk-v1beta1
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-08 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.18.0
19
+ version: 0.19.0
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.18.0
29
+ version: 0.19.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a