googleapis-common-protos-types 1.5.0 → 1.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: 943d1bf8f7a6d909eb693e788192ba4a3fcb537f4c852e9812b1b65ad7b89f5a
4
- data.tar.gz: c1e5136a989b793dfd107238dc5db53a0a6bb89631c0300dfa59781221b99a28
3
+ metadata.gz: '048944e682d3d7a4a936656e92d314a428559d99666a027cabe020236491462a'
4
+ data.tar.gz: 79dd8b90c4b118718fd6ba09dbf1a2d8f85dab3733094c06517b197aa011321a
5
5
  SHA512:
6
- metadata.gz: a6fadf7159dde3a7bfb06a323fff7e4dfebb921c866cb43d027d2d61b3bbd73575ae46e3ca25924e54bcb85ae1d837182e9a8b1b70a0e077cb49d3ac05f22563
7
- data.tar.gz: a4e02dbbd62459b3d520dc4f2805902b2bfea28ecb7d528aec0f6c751e3fd03a525cc2a4a93713386029bbb177effe6f57047a8b531da68a8fd3c8e728de0e4e
6
+ metadata.gz: 8cdcb32f1abb6a8e1b4a715e11236804499e78313a9db69033c66d12dd17e5ac583a61c16ec8efb439ea7a5acb0b6b324097a8c5ad9335a6a089e497326636aa
7
+ data.tar.gz: 5befe9b3896d1b0a4b292c340742707f0409ecb71777034e0288a4cb93089857f2aad917d28aa5bb151a0fba8848ab9fde793664dd8620f1099ad7738feb184f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release History
2
2
 
3
+ ### 1.7.0 (2023-07-16)
4
+
5
+ #### Features
6
+
7
+ * Support for a few additional client library organizations ([#141](https://github.com/googleapis/common-protos-ruby/issues/141))
8
+
9
+ ### 1.6.0 (2023-04-24)
10
+
11
+ #### Features
12
+
13
+ * Added Google::Rpc::Context::AttributeContext
14
+ * Added Google::Rpc::Context::AuditContext
15
+ * Added dotnet-specific fields to API language settings
16
+ * Added overrides_by_request_protocol to api.BackendRule
17
+ * Added proto_reference_documentation_uri to api.Publishing
18
+ * Added SERVICE_NOT_VISIBLE and GCP_SUSPENDED error reason values
19
+
3
20
  ### 1.5.0 (2023-01-04)
4
21
 
5
22
  #### Features
@@ -16,6 +16,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
16
16
  optional :operation_deadline, :double, 5
17
17
  optional :path_translation, :enum, 6, "google.api.BackendRule.PathTranslation"
18
18
  optional :protocol, :string, 9
19
+ map :overrides_by_request_protocol, :string, :message, 10, "google.api.BackendRule"
19
20
  oneof :authentication do
20
21
  optional :jwt_audience, :string, 7
21
22
  optional :disable_auth, :bool, 8
@@ -36,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
36
36
  optional :doc_tag_prefix, :string, 106
37
37
  optional :organization, :enum, 107, "google.api.ClientLibraryOrganization"
38
38
  repeated :library_settings, :message, 109, "google.api.ClientLibrarySettings"
39
+ optional :proto_reference_documentation_uri, :string, 110
39
40
  end
40
41
  add_message "google.api.JavaSettings" do
41
42
  optional :library_package, :string, 1
@@ -56,6 +57,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
56
57
  end
57
58
  add_message "google.api.DotnetSettings" do
58
59
  optional :common, :message, 1, "google.api.CommonLanguageSettings"
60
+ map :renamed_services, :string, :string, 2
61
+ map :renamed_resources, :string, :string, 3
62
+ repeated :ignored_resources, :string, 4
63
+ repeated :forced_namespace_aliases, :string, 5
64
+ repeated :handwritten_signatures, :string, 6
59
65
  end
60
66
  add_message "google.api.RubySettings" do
61
67
  optional :common, :message, 1, "google.api.CommonLanguageSettings"
@@ -79,6 +85,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
79
85
  value :ADS, 2
80
86
  value :PHOTOS, 3
81
87
  value :STREET_VIEW, 4
88
+ value :SHOPPING, 5
89
+ value :GEO, 6
90
+ value :GENERATIVE_AI, 7
82
91
  end
83
92
  add_enum "google.api.ClientLibraryDestination" do
84
93
  value :CLIENT_LIBRARY_DESTINATION_UNSPECIFIED, 0
@@ -34,6 +34,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
34
34
  value :SYSTEM_PARAMETER_UNSUPPORTED, 26
35
35
  value :ORG_RESTRICTION_VIOLATION, 27
36
36
  value :ORG_RESTRICTION_HEADER_INVALID, 28
37
+ value :SERVICE_NOT_VISIBLE, 29
38
+ value :GCP_SUSPENDED, 30
37
39
  end
38
40
  end
39
41
  end
@@ -0,0 +1,93 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/rpc/context/attribute_context.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/any_pb'
7
+ require 'google/protobuf/duration_pb'
8
+ require 'google/protobuf/struct_pb'
9
+ require 'google/protobuf/timestamp_pb'
10
+
11
+ Google::Protobuf::DescriptorPool.generated_pool.build do
12
+ add_file("google/rpc/context/attribute_context.proto", :syntax => :proto3) do
13
+ add_message "google.rpc.context.AttributeContext" do
14
+ optional :origin, :message, 7, "google.rpc.context.AttributeContext.Peer"
15
+ optional :source, :message, 1, "google.rpc.context.AttributeContext.Peer"
16
+ optional :destination, :message, 2, "google.rpc.context.AttributeContext.Peer"
17
+ optional :request, :message, 3, "google.rpc.context.AttributeContext.Request"
18
+ optional :response, :message, 4, "google.rpc.context.AttributeContext.Response"
19
+ optional :resource, :message, 5, "google.rpc.context.AttributeContext.Resource"
20
+ optional :api, :message, 6, "google.rpc.context.AttributeContext.Api"
21
+ repeated :extensions, :message, 8, "google.protobuf.Any"
22
+ end
23
+ add_message "google.rpc.context.AttributeContext.Peer" do
24
+ optional :ip, :string, 1
25
+ optional :port, :int64, 2
26
+ map :labels, :string, :string, 6
27
+ optional :principal, :string, 7
28
+ optional :region_code, :string, 8
29
+ end
30
+ add_message "google.rpc.context.AttributeContext.Api" do
31
+ optional :service, :string, 1
32
+ optional :operation, :string, 2
33
+ optional :protocol, :string, 3
34
+ optional :version, :string, 4
35
+ end
36
+ add_message "google.rpc.context.AttributeContext.Auth" do
37
+ optional :principal, :string, 1
38
+ repeated :audiences, :string, 2
39
+ optional :presenter, :string, 3
40
+ optional :claims, :message, 4, "google.protobuf.Struct"
41
+ repeated :access_levels, :string, 5
42
+ end
43
+ add_message "google.rpc.context.AttributeContext.Request" do
44
+ optional :id, :string, 1
45
+ optional :method, :string, 2
46
+ map :headers, :string, :string, 3
47
+ optional :path, :string, 4
48
+ optional :host, :string, 5
49
+ optional :scheme, :string, 6
50
+ optional :query, :string, 7
51
+ optional :time, :message, 9, "google.protobuf.Timestamp"
52
+ optional :size, :int64, 10
53
+ optional :protocol, :string, 11
54
+ optional :reason, :string, 12
55
+ optional :auth, :message, 13, "google.rpc.context.AttributeContext.Auth"
56
+ end
57
+ add_message "google.rpc.context.AttributeContext.Response" do
58
+ optional :code, :int64, 1
59
+ optional :size, :int64, 2
60
+ map :headers, :string, :string, 3
61
+ optional :time, :message, 4, "google.protobuf.Timestamp"
62
+ optional :backend_latency, :message, 5, "google.protobuf.Duration"
63
+ end
64
+ add_message "google.rpc.context.AttributeContext.Resource" do
65
+ optional :service, :string, 1
66
+ optional :name, :string, 2
67
+ optional :type, :string, 3
68
+ map :labels, :string, :string, 4
69
+ optional :uid, :string, 5
70
+ map :annotations, :string, :string, 6
71
+ optional :display_name, :string, 7
72
+ optional :create_time, :message, 8, "google.protobuf.Timestamp"
73
+ optional :update_time, :message, 9, "google.protobuf.Timestamp"
74
+ optional :delete_time, :message, 10, "google.protobuf.Timestamp"
75
+ optional :etag, :string, 11
76
+ optional :location, :string, 12
77
+ end
78
+ end
79
+ end
80
+
81
+ module Google
82
+ module Rpc
83
+ module Context
84
+ AttributeContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext").msgclass
85
+ AttributeContext::Peer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Peer").msgclass
86
+ AttributeContext::Api = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Api").msgclass
87
+ AttributeContext::Auth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Auth").msgclass
88
+ AttributeContext::Request = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Request").msgclass
89
+ AttributeContext::Response = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Response").msgclass
90
+ AttributeContext::Resource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AttributeContext.Resource").msgclass
91
+ end
92
+ end
93
+ end
@@ -0,0 +1,26 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/rpc/context/audit_context.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/struct_pb'
7
+
8
+ Google::Protobuf::DescriptorPool.generated_pool.build do
9
+ add_file("google/rpc/context/audit_context.proto", :syntax => :proto3) do
10
+ add_message "google.rpc.context.AuditContext" do
11
+ optional :audit_log, :bytes, 1
12
+ optional :scrubbed_request, :message, 2, "google.protobuf.Struct"
13
+ optional :scrubbed_response, :message, 3, "google.protobuf.Struct"
14
+ optional :scrubbed_response_item_count, :int32, 4
15
+ optional :target_resource, :string, 5
16
+ end
17
+ end
18
+ end
19
+
20
+ module Google
21
+ module Rpc
22
+ module Context
23
+ AuditContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.context.AuditContext").msgclass
24
+ end
25
+ end
26
+ end
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module CommonProtos
19
19
  module Types
20
- VERSION = "1.5.0".freeze
20
+ VERSION = "1.7.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -68,6 +68,8 @@ files:
68
68
  - lib/google/logging/type/log_severity_pb.rb
69
69
  - lib/google/longrunning/operations_pb.rb
70
70
  - lib/google/rpc/code_pb.rb
71
+ - lib/google/rpc/context/attribute_context_pb.rb
72
+ - lib/google/rpc/context/audit_context_pb.rb
71
73
  - lib/google/rpc/error_details_pb.rb
72
74
  - lib/google/rpc/http_pb.rb
73
75
  - lib/google/rpc/status_pb.rb
@@ -108,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
110
  - !ruby/object:Gem::Version
109
111
  version: '0'
110
112
  requirements: []
111
- rubygems_version: 3.3.14
113
+ rubygems_version: 3.4.2
112
114
  signing_key:
113
115
  specification_version: 4
114
116
  summary: Common protocol buffer types used in Google APIs