google-cloud-assured_workloads-v1 0.5.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/client.rb +18 -20
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/operations.rb +17 -17
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/rest/client.rb +756 -0
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/rest/operations.rb +795 -0
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/rest/service_stub.rb +405 -0
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service/rest.rb +53 -0
- data/lib/google/cloud/assured_workloads/v1/assured_workloads_service.rb +7 -1
- data/lib/google/cloud/assured_workloads/v1/rest.rb +37 -0
- data/lib/google/cloud/assured_workloads/v1/version.rb +1 -1
- data/lib/google/cloud/assured_workloads/v1.rb +7 -2
- data/lib/google/cloud/assuredworkloads/v1/assuredworkloads_pb.rb +27 -195
- data/proto_docs/google/api/client.rb +381 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +14 -7
@@ -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/assuredworkloads/v1/assuredworkloads.proto
|
3
4
|
|
@@ -13,203 +14,34 @@ require 'google/protobuf/empty_pb'
|
|
13
14
|
require 'google/protobuf/field_mask_pb'
|
14
15
|
require 'google/protobuf/timestamp_pb'
|
15
16
|
|
16
|
-
|
17
|
-
add_file("google/cloud/assuredworkloads/v1/assuredworkloads.proto", :syntax => :proto3) do
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
add_message "google.cloud.assuredworkloads.v1.ListWorkloadsResponse" do
|
41
|
-
repeated :workloads, :message, 1, "google.cloud.assuredworkloads.v1.Workload"
|
42
|
-
optional :next_page_token, :string, 2
|
43
|
-
end
|
44
|
-
add_message "google.cloud.assuredworkloads.v1.Workload" do
|
45
|
-
optional :name, :string, 1
|
46
|
-
optional :display_name, :string, 2
|
47
|
-
repeated :resources, :message, 3, "google.cloud.assuredworkloads.v1.Workload.ResourceInfo"
|
48
|
-
optional :compliance_regime, :enum, 4, "google.cloud.assuredworkloads.v1.Workload.ComplianceRegime"
|
49
|
-
optional :create_time, :message, 5, "google.protobuf.Timestamp"
|
50
|
-
optional :billing_account, :string, 6
|
51
|
-
optional :etag, :string, 9
|
52
|
-
map :labels, :string, :string, 10
|
53
|
-
optional :provisioned_resources_parent, :string, 13
|
54
|
-
optional :kms_settings, :message, 14, "google.cloud.assuredworkloads.v1.Workload.KMSSettings"
|
55
|
-
repeated :resource_settings, :message, 15, "google.cloud.assuredworkloads.v1.Workload.ResourceSettings"
|
56
|
-
optional :kaj_enrollment_state, :enum, 17, "google.cloud.assuredworkloads.v1.Workload.KajEnrollmentState"
|
57
|
-
optional :enable_sovereign_controls, :bool, 18
|
58
|
-
optional :saa_enrollment_response, :message, 20, "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse"
|
59
|
-
repeated :compliant_but_disallowed_services, :string, 24
|
60
|
-
optional :partner, :enum, 25, "google.cloud.assuredworkloads.v1.Workload.Partner"
|
61
|
-
end
|
62
|
-
add_message "google.cloud.assuredworkloads.v1.Workload.ResourceInfo" do
|
63
|
-
optional :resource_id, :int64, 1
|
64
|
-
optional :resource_type, :enum, 2, "google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType"
|
65
|
-
end
|
66
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType" do
|
67
|
-
value :RESOURCE_TYPE_UNSPECIFIED, 0
|
68
|
-
value :CONSUMER_PROJECT, 1
|
69
|
-
value :CONSUMER_FOLDER, 4
|
70
|
-
value :ENCRYPTION_KEYS_PROJECT, 2
|
71
|
-
value :KEYRING, 3
|
72
|
-
end
|
73
|
-
add_message "google.cloud.assuredworkloads.v1.Workload.KMSSettings" do
|
74
|
-
optional :next_rotation_time, :message, 1, "google.protobuf.Timestamp"
|
75
|
-
optional :rotation_period, :message, 2, "google.protobuf.Duration"
|
76
|
-
end
|
77
|
-
add_message "google.cloud.assuredworkloads.v1.Workload.ResourceSettings" do
|
78
|
-
optional :resource_id, :string, 1
|
79
|
-
optional :resource_type, :enum, 2, "google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType"
|
80
|
-
optional :display_name, :string, 3
|
81
|
-
end
|
82
|
-
add_message "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse" do
|
83
|
-
proto3_optional :setup_status, :enum, 1, "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState"
|
84
|
-
repeated :setup_errors, :enum, 2, "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError"
|
85
|
-
end
|
86
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState" do
|
87
|
-
value :SETUP_STATE_UNSPECIFIED, 0
|
88
|
-
value :STATUS_PENDING, 1
|
89
|
-
value :STATUS_COMPLETE, 2
|
90
|
-
end
|
91
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError" do
|
92
|
-
value :SETUP_ERROR_UNSPECIFIED, 0
|
93
|
-
value :ERROR_INVALID_BASE_SETUP, 1
|
94
|
-
value :ERROR_MISSING_EXTERNAL_SIGNING_KEY, 2
|
95
|
-
value :ERROR_NOT_ALL_SERVICES_ENROLLED, 3
|
96
|
-
value :ERROR_SETUP_CHECK_FAILED, 4
|
97
|
-
end
|
98
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.ComplianceRegime" do
|
99
|
-
value :COMPLIANCE_REGIME_UNSPECIFIED, 0
|
100
|
-
value :IL4, 1
|
101
|
-
value :CJIS, 2
|
102
|
-
value :FEDRAMP_HIGH, 3
|
103
|
-
value :FEDRAMP_MODERATE, 4
|
104
|
-
value :US_REGIONAL_ACCESS, 5
|
105
|
-
value :HIPAA, 6
|
106
|
-
value :HITRUST, 7
|
107
|
-
value :EU_REGIONS_AND_SUPPORT, 8
|
108
|
-
value :CA_REGIONS_AND_SUPPORT, 9
|
109
|
-
value :ITAR, 10
|
110
|
-
value :AU_REGIONS_AND_US_SUPPORT, 11
|
111
|
-
value :ASSURED_WORKLOADS_FOR_PARTNERS, 12
|
112
|
-
end
|
113
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.KajEnrollmentState" do
|
114
|
-
value :KAJ_ENROLLMENT_STATE_UNSPECIFIED, 0
|
115
|
-
value :KAJ_ENROLLMENT_STATE_PENDING, 1
|
116
|
-
value :KAJ_ENROLLMENT_STATE_COMPLETE, 2
|
117
|
-
end
|
118
|
-
add_enum "google.cloud.assuredworkloads.v1.Workload.Partner" do
|
119
|
-
value :PARTNER_UNSPECIFIED, 0
|
120
|
-
value :LOCAL_CONTROLS_BY_S3NS, 1
|
121
|
-
end
|
122
|
-
add_message "google.cloud.assuredworkloads.v1.CreateWorkloadOperationMetadata" do
|
123
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
124
|
-
optional :display_name, :string, 2
|
125
|
-
optional :parent, :string, 3
|
126
|
-
optional :compliance_regime, :enum, 4, "google.cloud.assuredworkloads.v1.Workload.ComplianceRegime"
|
127
|
-
end
|
128
|
-
add_message "google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest" do
|
129
|
-
optional :name, :string, 1
|
130
|
-
optional :restriction_type, :enum, 2, "google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest.RestrictionType"
|
131
|
-
end
|
132
|
-
add_enum "google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest.RestrictionType" do
|
133
|
-
value :RESTRICTION_TYPE_UNSPECIFIED, 0
|
134
|
-
value :ALLOW_ALL_GCP_RESOURCES, 1
|
135
|
-
value :ALLOW_COMPLIANT_RESOURCES, 2
|
136
|
-
end
|
137
|
-
add_message "google.cloud.assuredworkloads.v1.RestrictAllowedResourcesResponse" do
|
138
|
-
end
|
139
|
-
add_message "google.cloud.assuredworkloads.v1.AcknowledgeViolationRequest" do
|
140
|
-
optional :name, :string, 1
|
141
|
-
optional :comment, :string, 2
|
142
|
-
optional :non_compliant_org_policy, :string, 3
|
143
|
-
end
|
144
|
-
add_message "google.cloud.assuredworkloads.v1.AcknowledgeViolationResponse" do
|
145
|
-
end
|
146
|
-
add_message "google.cloud.assuredworkloads.v1.TimeWindow" do
|
147
|
-
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
148
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
149
|
-
end
|
150
|
-
add_message "google.cloud.assuredworkloads.v1.ListViolationsRequest" do
|
151
|
-
optional :parent, :string, 1
|
152
|
-
optional :interval, :message, 2, "google.cloud.assuredworkloads.v1.TimeWindow"
|
153
|
-
optional :page_size, :int32, 3
|
154
|
-
optional :page_token, :string, 4
|
155
|
-
optional :filter, :string, 5
|
156
|
-
end
|
157
|
-
add_message "google.cloud.assuredworkloads.v1.ListViolationsResponse" do
|
158
|
-
repeated :violations, :message, 1, "google.cloud.assuredworkloads.v1.Violation"
|
159
|
-
optional :next_page_token, :string, 2
|
160
|
-
end
|
161
|
-
add_message "google.cloud.assuredworkloads.v1.GetViolationRequest" do
|
162
|
-
optional :name, :string, 1
|
163
|
-
end
|
164
|
-
add_message "google.cloud.assuredworkloads.v1.Violation" do
|
165
|
-
optional :name, :string, 1
|
166
|
-
optional :description, :string, 2
|
167
|
-
optional :begin_time, :message, 3, "google.protobuf.Timestamp"
|
168
|
-
optional :update_time, :message, 4, "google.protobuf.Timestamp"
|
169
|
-
optional :resolve_time, :message, 5, "google.protobuf.Timestamp"
|
170
|
-
optional :category, :string, 6
|
171
|
-
optional :state, :enum, 7, "google.cloud.assuredworkloads.v1.Violation.State"
|
172
|
-
optional :org_policy_constraint, :string, 8
|
173
|
-
optional :audit_log_link, :string, 11
|
174
|
-
optional :non_compliant_org_policy, :string, 12
|
175
|
-
optional :remediation, :message, 13, "google.cloud.assuredworkloads.v1.Violation.Remediation"
|
176
|
-
optional :acknowledged, :bool, 14
|
177
|
-
proto3_optional :acknowledgement_time, :message, 15, "google.protobuf.Timestamp"
|
178
|
-
optional :exception_audit_log_link, :string, 16
|
179
|
-
end
|
180
|
-
add_message "google.cloud.assuredworkloads.v1.Violation.Remediation" do
|
181
|
-
optional :instructions, :message, 1, "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions"
|
182
|
-
repeated :compliant_values, :string, 2
|
183
|
-
optional :remediation_type, :enum, 3, "google.cloud.assuredworkloads.v1.Violation.Remediation.RemediationType"
|
184
|
-
end
|
185
|
-
add_message "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions" do
|
186
|
-
optional :gcloud_instructions, :message, 1, "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Gcloud"
|
187
|
-
optional :console_instructions, :message, 2, "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Console"
|
188
|
-
end
|
189
|
-
add_message "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Gcloud" do
|
190
|
-
repeated :gcloud_commands, :string, 1
|
191
|
-
repeated :steps, :string, 2
|
192
|
-
repeated :additional_links, :string, 3
|
193
|
-
end
|
194
|
-
add_message "google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Console" do
|
195
|
-
repeated :console_uris, :string, 1
|
196
|
-
repeated :steps, :string, 2
|
197
|
-
repeated :additional_links, :string, 3
|
198
|
-
end
|
199
|
-
add_enum "google.cloud.assuredworkloads.v1.Violation.Remediation.RemediationType" do
|
200
|
-
value :REMEDIATION_TYPE_UNSPECIFIED, 0
|
201
|
-
value :REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION, 1
|
202
|
-
value :REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION, 2
|
203
|
-
value :REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION, 3
|
204
|
-
value :REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION, 4
|
205
|
-
end
|
206
|
-
add_enum "google.cloud.assuredworkloads.v1.Violation.State" do
|
207
|
-
value :STATE_UNSPECIFIED, 0
|
208
|
-
value :RESOLVED, 2
|
209
|
-
value :UNRESOLVED, 3
|
210
|
-
value :EXCEPTION, 4
|
17
|
+
|
18
|
+
descriptor_data = "\n7google/cloud/assuredworkloads/v1/assuredworkloads.proto\x12 google.cloud.assuredworkloads.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb6\x01\n\x15\x43reateWorkloadRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(assuredworkloads.googleapis.com/Workload\x12\x41\n\x08workload\x18\x02 \x01(\x0b\x32*.google.cloud.assuredworkloads.v1.WorkloadB\x03\xe0\x41\x02\x12\x18\n\x0b\x65xternal_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x90\x01\n\x15UpdateWorkloadRequest\x12\x41\n\x08workload\x18\x01 \x01(\x0b\x32*.google.cloud.assuredworkloads.v1.WorkloadB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"j\n\x15\x44\x65leteWorkloadRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(assuredworkloads.googleapis.com/Workload\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"T\n\x12GetWorkloadRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(assuredworkloads.googleapis.com/Workload\"\x8f\x01\n\x14ListWorkloadsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(assuredworkloads.googleapis.com/Workload\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"o\n\x15ListWorkloadsResponse\x12=\n\tworkloads\x18\x01 \x03(\x0b\x32*.google.cloud.assuredworkloads.v1.Workload\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb6\x15\n\x08Workload\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12O\n\tresources\x18\x03 \x03(\x0b\x32\x37.google.cloud.assuredworkloads.v1.Workload.ResourceInfoB\x03\xe0\x41\x03\x12^\n\x11\x63ompliance_regime\x18\x04 \x01(\x0e\x32;.google.cloud.assuredworkloads.v1.Workload.ComplianceRegimeB\x06\xe0\x41\x02\xe0\x41\x05\x12\x37\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xe0\x41\x03\xe0\x41\x05\x12\x1c\n\x0f\x62illing_account\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\x04\x65tag\x18\t \x01(\tB\x03\xe0\x41\x01\x12K\n\x06labels\x18\n \x03(\x0b\x32\x36.google.cloud.assuredworkloads.v1.Workload.LabelsEntryB\x03\xe0\x41\x01\x12)\n\x1cprovisioned_resources_parent\x18\r \x01(\tB\x03\xe0\x41\x04\x12S\n\x0ckms_settings\x18\x0e \x01(\x0b\x32\x36.google.cloud.assuredworkloads.v1.Workload.KMSSettingsB\x05\x18\x01\xe0\x41\x04\x12[\n\x11resource_settings\x18\x0f \x03(\x0b\x32;.google.cloud.assuredworkloads.v1.Workload.ResourceSettingsB\x03\xe0\x41\x04\x12`\n\x14kaj_enrollment_state\x18\x11 \x01(\x0e\x32=.google.cloud.assuredworkloads.v1.Workload.KajEnrollmentStateB\x03\xe0\x41\x03\x12&\n\x19\x65nable_sovereign_controls\x18\x12 \x01(\x08\x42\x03\xe0\x41\x01\x12\x66\n\x17saa_enrollment_response\x18\x14 \x01(\x0b\x32@.google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponseB\x03\xe0\x41\x03\x12.\n!compliant_but_disallowed_services\x18\x18 \x03(\tB\x03\xe0\x41\x03\x12H\n\x07partner\x18\x19 \x01(\x0e\x32\x32.google.cloud.assuredworkloads.v1.Workload.PartnerB\x03\xe0\x41\x01\x1a\x89\x02\n\x0cResourceInfo\x12\x13\n\x0bresource_id\x18\x01 \x01(\x03\x12[\n\rresource_type\x18\x02 \x01(\x0e\x32\x44.google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType\"\x86\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x10\x43ONSUMER_PROJECT\x10\x01\x1a\x02\x08\x01\x12\x13\n\x0f\x43ONSUMER_FOLDER\x10\x04\x12\x1b\n\x17\x45NCRYPTION_KEYS_PROJECT\x10\x02\x12\x0b\n\x07KEYRING\x10\x03\x1a\x93\x01\n\x0bKMSSettings\x12\x41\n\x12next_rotation_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\t\xe0\x41\x02\xe0\x41\x04\xe0\x41\x05\x12=\n\x0frotation_period\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xe0\x41\x02\xe0\x41\x04\xe0\x41\x05:\x02\x18\x01\x1a\x9a\x01\n\x10ResourceSettings\x12\x13\n\x0bresource_id\x18\x01 \x01(\t\x12[\n\rresource_type\x18\x02 \x01(\x0e\x32\x44.google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x1a\xfc\x03\n\x15SaaEnrollmentResponse\x12\x66\n\x0csetup_status\x18\x01 \x01(\x0e\x32K.google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupStateH\x00\x88\x01\x01\x12\x61\n\x0csetup_errors\x18\x02 \x03(\x0e\x32K.google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError\"R\n\nSetupState\x12\x1b\n\x17SETUP_STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_PENDING\x10\x01\x12\x13\n\x0fSTATUS_COMPLETE\x10\x02\"\xb2\x01\n\nSetupError\x12\x1b\n\x17SETUP_ERROR_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x45RROR_INVALID_BASE_SETUP\x10\x01\x12&\n\"ERROR_MISSING_EXTERNAL_SIGNING_KEY\x10\x02\x12#\n\x1f\x45RROR_NOT_ALL_SERVICES_ENROLLED\x10\x03\x12\x1c\n\x18\x45RROR_SETUP_CHECK_FAILED\x10\x04\x42\x0f\n\r_setup_status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa5\x02\n\x10\x43omplianceRegime\x12!\n\x1d\x43OMPLIANCE_REGIME_UNSPECIFIED\x10\x00\x12\x07\n\x03IL4\x10\x01\x12\x08\n\x04\x43JIS\x10\x02\x12\x10\n\x0c\x46\x45\x44RAMP_HIGH\x10\x03\x12\x14\n\x10\x46\x45\x44RAMP_MODERATE\x10\x04\x12\x16\n\x12US_REGIONAL_ACCESS\x10\x05\x12\t\n\x05HIPAA\x10\x06\x12\x0b\n\x07HITRUST\x10\x07\x12\x1a\n\x16\x45U_REGIONS_AND_SUPPORT\x10\x08\x12\x1a\n\x16\x43\x41_REGIONS_AND_SUPPORT\x10\t\x12\x08\n\x04ITAR\x10\n\x12\x1d\n\x19\x41U_REGIONS_AND_US_SUPPORT\x10\x0b\x12\"\n\x1e\x41SSURED_WORKLOADS_FOR_PARTNERS\x10\x0c\"\x7f\n\x12KajEnrollmentState\x12$\n KAJ_ENROLLMENT_STATE_UNSPECIFIED\x10\x00\x12 \n\x1cKAJ_ENROLLMENT_STATE_PENDING\x10\x01\x12!\n\x1dKAJ_ENROLLMENT_STATE_COMPLETE\x10\x02\">\n\x07Partner\x12\x17\n\x13PARTNER_UNSPECIFIED\x10\x00\x12\x1a\n\x16LOCAL_CONTROLS_BY_S3NS\x10\x01:u\xea\x41r\n(assuredworkloads.googleapis.com/Workload\x12\x46organizations/{organization}/locations/{location}/workloads/{workload}\"\xe4\x01\n\x1f\x43reateWorkloadOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06parent\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12[\n\x11\x63ompliance_regime\x18\x04 \x01(\x0e\x32;.google.cloud.assuredworkloads.v1.Workload.ComplianceRegimeB\x03\xe0\x41\x01\"\x97\x02\n\x1fRestrictAllowedResourcesRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12p\n\x10restriction_type\x18\x02 \x01(\x0e\x32Q.google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest.RestrictionTypeB\x03\xe0\x41\x02\"o\n\x0fRestrictionType\x12 \n\x1cRESTRICTION_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x41LLOW_ALL_GCP_RESOURCES\x10\x01\x12\x1d\n\x19\x41LLOW_COMPLIANT_RESOURCES\x10\x02\"\"\n RestrictAllowedResourcesResponse\"o\n\x1b\x41\x63knowledgeViolationRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07\x63omment\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\'\n\x18non_compliant_org_policy\x18\x03 \x01(\tB\x05\x18\x01\xe0\x41\x01\"\x1e\n\x1c\x41\x63knowledgeViolationResponse\"j\n\nTimeWindow\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xe5\x01\n\x15ListViolationsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)assuredworkloads.googleapis.com/Violation\x12\x43\n\x08interval\x18\x02 \x01(\x0b\x32,.google.cloud.assuredworkloads.v1.TimeWindowB\x03\xe0\x41\x01\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x05 \x01(\tB\x03\xe0\x41\x01\"r\n\x16ListViolationsResponse\x12?\n\nviolations\x18\x01 \x03(\x0b\x32+.google.cloud.assuredworkloads.v1.Violation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"V\n\x13GetViolationRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)assuredworkloads.googleapis.com/Violation\"\x8e\x0e\n\tViolation\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x33\n\nbegin_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x35\n\x0cresolve_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x15\n\x08\x63\x61tegory\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12\x45\n\x05state\x18\x07 \x01(\x0e\x32\x31.google.cloud.assuredworkloads.v1.Violation.StateB\x03\xe0\x41\x03\x12%\n\x15org_policy_constraint\x18\x08 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x12\x1e\n\x0e\x61udit_log_link\x18\x0b \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x12(\n\x18non_compliant_org_policy\x18\x0c \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x12Q\n\x0bremediation\x18\r \x01(\x0b\x32\x37.google.cloud.assuredworkloads.v1.Violation.RemediationB\x03\xe0\x41\x03\x12\x19\n\x0c\x61\x63knowledged\x18\x0e \x01(\x08\x42\x03\xe0\x41\x03\x12\x42\n\x14\x61\x63knowledgement_time\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01H\x00\x88\x01\x01\x12(\n\x18\x65xception_audit_log_link\x18\x10 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x1a\x8c\x07\n\x0bRemediation\x12_\n\x0cinstructions\x18\x01 \x01(\x0b\x32\x44.google.cloud.assuredworkloads.v1.Violation.Remediation.InstructionsB\x03\xe0\x41\x02\x12\x18\n\x10\x63ompliant_values\x18\x02 \x03(\t\x12\x66\n\x10remediation_type\x18\x03 \x01(\x0e\x32G.google.cloud.assuredworkloads.v1.Violation.Remediation.RemediationTypeB\x03\xe0\x41\x03\x1a\xfa\x02\n\x0cInstructions\x12h\n\x13gcloud_instructions\x18\x01 \x01(\x0b\x32K.google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Gcloud\x12j\n\x14\x63onsole_instructions\x18\x02 \x01(\x0b\x32L.google.cloud.assuredworkloads.v1.Violation.Remediation.Instructions.Console\x1aJ\n\x06Gcloud\x12\x17\n\x0fgcloud_commands\x18\x01 \x03(\t\x12\r\n\x05steps\x18\x02 \x03(\t\x12\x18\n\x10\x61\x64\x64itional_links\x18\x03 \x03(\t\x1aH\n\x07\x43onsole\x12\x14\n\x0c\x63onsole_uris\x18\x01 \x03(\t\x12\r\n\x05steps\x18\x02 \x03(\t\x12\x18\n\x10\x61\x64\x64itional_links\x18\x03 \x03(\t\"\x9c\x02\n\x0fRemediationType\x12 \n\x1cREMEDIATION_TYPE_UNSPECIFIED\x10\x00\x12,\n(REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION\x10\x01\x12\x38\n4REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION\x10\x02\x12\x37\n3REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION\x10\x03\x12\x46\nBREMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION\x10\x04\"K\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08RESOLVED\x10\x02\x12\x0e\n\nUNRESOLVED\x10\x03\x12\r\n\tEXCEPTION\x10\x04:\x8e\x01\xea\x41\x8a\x01\n)assuredworkloads.googleapis.com/Violation\x12]organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}B\x17\n\x15_acknowledgement_time2\x86\x0e\n\x17\x41ssuredWorkloadsService\x12\xef\x01\n\x0e\x43reateWorkload\x12\x37.google.cloud.assuredworkloads.v1.CreateWorkloadRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\x82\xd3\xe4\x93\x02>\"2/v1/{parent=organizations/*/locations/*}/workloads:\x08workload\xda\x41\x0fparent,workload\xca\x41+\n\x08Workload\x12\x1f\x43reateWorkloadOperationMetadata\x12\xdb\x01\n\x0eUpdateWorkload\x12\x37.google.cloud.assuredworkloads.v1.UpdateWorkloadRequest\x1a*.google.cloud.assuredworkloads.v1.Workload\"d\x82\xd3\xe4\x93\x02G2;/v1/{workload.name=organizations/*/locations/*/workloads/*}:\x08workload\xda\x41\x14workload,update_mask\x12\xf9\x01\n\x18RestrictAllowedResources\x12\x41.google.cloud.assuredworkloads.v1.RestrictAllowedResourcesRequest\x1a\x42.google.cloud.assuredworkloads.v1.RestrictAllowedResourcesResponse\"V\x82\xd3\xe4\x93\x02P\"K/v1/{name=organizations/*/locations/*/workloads/*}:restrictAllowedResources:\x01*\x12\xa4\x01\n\x0e\x44\x65leteWorkload\x12\x37.google.cloud.assuredworkloads.v1.DeleteWorkloadRequest\x1a\x16.google.protobuf.Empty\"A\x82\xd3\xe4\x93\x02\x34*2/v1/{name=organizations/*/locations/*/workloads/*}\xda\x41\x04name\x12\xb2\x01\n\x0bGetWorkload\x12\x34.google.cloud.assuredworkloads.v1.GetWorkloadRequest\x1a*.google.cloud.assuredworkloads.v1.Workload\"A\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{name=organizations/*/locations/*/workloads/*}\xda\x41\x04name\x12\xc5\x01\n\rListWorkloads\x12\x36.google.cloud.assuredworkloads.v1.ListWorkloadsRequest\x1a\x37.google.cloud.assuredworkloads.v1.ListWorkloadsResponse\"C\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{parent=organizations/*/locations/*}/workloads\xda\x41\x06parent\x12\x8e\x01\n\x0eListViolations\x12\x37.google.cloud.assuredworkloads.v1.ListViolationsRequest\x1a\x38.google.cloud.assuredworkloads.v1.ListViolationsResponse\"\t\xda\x41\x06parent\x12{\n\x0cGetViolation\x12\x35.google.cloud.assuredworkloads.v1.GetViolationRequest\x1a+.google.cloud.assuredworkloads.v1.Violation\"\x07\xda\x41\x04name\x12\x97\x01\n\x14\x41\x63knowledgeViolation\x12=.google.cloud.assuredworkloads.v1.AcknowledgeViolationRequest\x1a>.google.cloud.assuredworkloads.v1.AcknowledgeViolationResponse\"\x00\x1aS\xca\x41\x1f\x61ssuredworkloads.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xdd\x02\n$com.google.cloud.assuredworkloads.v1B\x15\x41ssuredworkloadsProtoP\x01ZPcloud.google.com/go/assuredworkloads/apiv1/assuredworkloadspb;assuredworkloadspb\xaa\x02 Google.Cloud.AssuredWorkloads.V1\xca\x02 Google\\Cloud\\AssuredWorkloads\\V1\xea\x02#Google::Cloud::AssuredWorkloads::V1\xea\x41]\n(assuredworkloads.googleapis.com/Location\x12\x31organizations/{organization}/locations/{location}b\x06proto3"
|
19
|
+
|
20
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
21
|
+
|
22
|
+
begin
|
23
|
+
pool.add_serialized_file(descriptor_data)
|
24
|
+
rescue TypeError => e
|
25
|
+
# Compatibility code: will be removed in the next major version.
|
26
|
+
require 'google/protobuf/descriptor_pb'
|
27
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
28
|
+
parsed.clear_dependency
|
29
|
+
serialized = parsed.class.encode(parsed)
|
30
|
+
file = pool.add_serialized_file(serialized)
|
31
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
32
|
+
imports = [
|
33
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
34
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
35
|
+
["google.protobuf.Duration", "google/protobuf/duration.proto"],
|
36
|
+
]
|
37
|
+
imports.each do |type_name, expected_filename|
|
38
|
+
import_file = pool.lookup(type_name).file_descriptor
|
39
|
+
if import_file.name != expected_filename
|
40
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
211
41
|
end
|
212
42
|
end
|
43
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
44
|
+
warn "This will become an error in the next major version."
|
213
45
|
end
|
214
46
|
|
215
47
|
module Google
|
@@ -0,0 +1,381 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2022 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Api
|
22
|
+
# Required information for every language.
|
23
|
+
# @!attribute [rw] reference_docs_uri
|
24
|
+
# @return [::String]
|
25
|
+
# Link to automatically generated reference documentation. Example:
|
26
|
+
# https://cloud.google.com/nodejs/docs/reference/asset/latest
|
27
|
+
# @!attribute [rw] destinations
|
28
|
+
# @return [::Array<::Google::Api::ClientLibraryDestination>]
|
29
|
+
# The destination where API teams want this client library to be published.
|
30
|
+
class CommonLanguageSettings
|
31
|
+
include ::Google::Protobuf::MessageExts
|
32
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
33
|
+
end
|
34
|
+
|
35
|
+
# Details about how and where to publish client libraries.
|
36
|
+
# @!attribute [rw] version
|
37
|
+
# @return [::String]
|
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".
|
41
|
+
# @!attribute [rw] launch_stage
|
42
|
+
# @return [::Google::Api::LaunchStage]
|
43
|
+
# Launch stage of this version of the API.
|
44
|
+
# @!attribute [rw] rest_numeric_enums
|
45
|
+
# @return [::Boolean]
|
46
|
+
# When using transport=rest, the client request will encode enums as
|
47
|
+
# numbers rather than strings.
|
48
|
+
# @!attribute [rw] java_settings
|
49
|
+
# @return [::Google::Api::JavaSettings]
|
50
|
+
# Settings for legacy Java features, supported in the Service YAML.
|
51
|
+
# @!attribute [rw] cpp_settings
|
52
|
+
# @return [::Google::Api::CppSettings]
|
53
|
+
# Settings for C++ client libraries.
|
54
|
+
# @!attribute [rw] php_settings
|
55
|
+
# @return [::Google::Api::PhpSettings]
|
56
|
+
# Settings for PHP client libraries.
|
57
|
+
# @!attribute [rw] python_settings
|
58
|
+
# @return [::Google::Api::PythonSettings]
|
59
|
+
# Settings for Python client libraries.
|
60
|
+
# @!attribute [rw] node_settings
|
61
|
+
# @return [::Google::Api::NodeSettings]
|
62
|
+
# Settings for Node client libraries.
|
63
|
+
# @!attribute [rw] dotnet_settings
|
64
|
+
# @return [::Google::Api::DotnetSettings]
|
65
|
+
# Settings for .NET client libraries.
|
66
|
+
# @!attribute [rw] ruby_settings
|
67
|
+
# @return [::Google::Api::RubySettings]
|
68
|
+
# Settings for Ruby client libraries.
|
69
|
+
# @!attribute [rw] go_settings
|
70
|
+
# @return [::Google::Api::GoSettings]
|
71
|
+
# Settings for Go client libraries.
|
72
|
+
class ClientLibrarySettings
|
73
|
+
include ::Google::Protobuf::MessageExts
|
74
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
75
|
+
end
|
76
|
+
|
77
|
+
# This message configures the settings for publishing [Google Cloud Client
|
78
|
+
# libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
|
79
|
+
# generated from the service config.
|
80
|
+
# @!attribute [rw] method_settings
|
81
|
+
# @return [::Array<::Google::Api::MethodSettings>]
|
82
|
+
# A list of API method settings, e.g. the behavior for methods that use the
|
83
|
+
# long-running operation pattern.
|
84
|
+
# @!attribute [rw] new_issue_uri
|
85
|
+
# @return [::String]
|
86
|
+
# Link to a *public* URI where users can report issues. Example:
|
87
|
+
# https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
88
|
+
# @!attribute [rw] documentation_uri
|
89
|
+
# @return [::String]
|
90
|
+
# Link to product home page. Example:
|
91
|
+
# https://cloud.google.com/asset-inventory/docs/overview
|
92
|
+
# @!attribute [rw] api_short_name
|
93
|
+
# @return [::String]
|
94
|
+
# Used as a tracking tag when collecting data about the APIs developer
|
95
|
+
# relations artifacts like docs, packages delivered to package managers,
|
96
|
+
# etc. Example: "speech".
|
97
|
+
# @!attribute [rw] github_label
|
98
|
+
# @return [::String]
|
99
|
+
# GitHub label to apply to issues and pull requests opened for this API.
|
100
|
+
# @!attribute [rw] codeowner_github_teams
|
101
|
+
# @return [::Array<::String>]
|
102
|
+
# GitHub teams to be added to CODEOWNERS in the directory in GitHub
|
103
|
+
# containing source code for the client libraries for this API.
|
104
|
+
# @!attribute [rw] doc_tag_prefix
|
105
|
+
# @return [::String]
|
106
|
+
# A prefix used in sample code when demarking regions to be included in
|
107
|
+
# documentation.
|
108
|
+
# @!attribute [rw] organization
|
109
|
+
# @return [::Google::Api::ClientLibraryOrganization]
|
110
|
+
# For whom the client library is being published.
|
111
|
+
# @!attribute [rw] library_settings
|
112
|
+
# @return [::Array<::Google::Api::ClientLibrarySettings>]
|
113
|
+
# Client library settings. If the same version string appears multiple
|
114
|
+
# times in this list, then the last one wins. Settings from earlier
|
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
|
120
|
+
class Publishing
|
121
|
+
include ::Google::Protobuf::MessageExts
|
122
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
123
|
+
end
|
124
|
+
|
125
|
+
# Settings for Java client libraries.
|
126
|
+
# @!attribute [rw] library_package
|
127
|
+
# @return [::String]
|
128
|
+
# The package name to use in Java. Clobbers the java_package option
|
129
|
+
# set in the protobuf. This should be used **only** by APIs
|
130
|
+
# who have already set the language_settings.java.package_name" field
|
131
|
+
# in gapic.yaml. API teams should use the protobuf java_package option
|
132
|
+
# where possible.
|
133
|
+
#
|
134
|
+
# Example of a YAML configuration::
|
135
|
+
#
|
136
|
+
# publishing:
|
137
|
+
# java_settings:
|
138
|
+
# library_package: com.google.cloud.pubsub.v1
|
139
|
+
# @!attribute [rw] service_class_names
|
140
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
141
|
+
# Configure the Java class name to use instead of the service's for its
|
142
|
+
# corresponding generated GAPIC client. Keys are fully-qualified
|
143
|
+
# service names as they appear in the protobuf (including the full
|
144
|
+
# the language_settings.java.interface_names" field in gapic.yaml. API
|
145
|
+
# teams should otherwise use the service name as it appears in the
|
146
|
+
# protobuf.
|
147
|
+
#
|
148
|
+
# Example of a YAML configuration::
|
149
|
+
#
|
150
|
+
# publishing:
|
151
|
+
# java_settings:
|
152
|
+
# service_class_names:
|
153
|
+
# - google.pubsub.v1.Publisher: TopicAdmin
|
154
|
+
# - google.pubsub.v1.Subscriber: SubscriptionAdmin
|
155
|
+
# @!attribute [rw] common
|
156
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
157
|
+
# Some settings.
|
158
|
+
class JavaSettings
|
159
|
+
include ::Google::Protobuf::MessageExts
|
160
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
161
|
+
|
162
|
+
# @!attribute [rw] key
|
163
|
+
# @return [::String]
|
164
|
+
# @!attribute [rw] value
|
165
|
+
# @return [::String]
|
166
|
+
class ServiceClassNamesEntry
|
167
|
+
include ::Google::Protobuf::MessageExts
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
169
|
+
end
|
170
|
+
end
|
171
|
+
|
172
|
+
# Settings for C++ client libraries.
|
173
|
+
# @!attribute [rw] common
|
174
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
175
|
+
# Some settings.
|
176
|
+
class CppSettings
|
177
|
+
include ::Google::Protobuf::MessageExts
|
178
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
179
|
+
end
|
180
|
+
|
181
|
+
# Settings for Php client libraries.
|
182
|
+
# @!attribute [rw] common
|
183
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
184
|
+
# Some settings.
|
185
|
+
class PhpSettings
|
186
|
+
include ::Google::Protobuf::MessageExts
|
187
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
188
|
+
end
|
189
|
+
|
190
|
+
# Settings for Python client libraries.
|
191
|
+
# @!attribute [rw] common
|
192
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
193
|
+
# Some settings.
|
194
|
+
class PythonSettings
|
195
|
+
include ::Google::Protobuf::MessageExts
|
196
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
197
|
+
end
|
198
|
+
|
199
|
+
# Settings for Node client libraries.
|
200
|
+
# @!attribute [rw] common
|
201
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
202
|
+
# Some settings.
|
203
|
+
class NodeSettings
|
204
|
+
include ::Google::Protobuf::MessageExts
|
205
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
206
|
+
end
|
207
|
+
|
208
|
+
# Settings for Dotnet client libraries.
|
209
|
+
# @!attribute [rw] common
|
210
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
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.
|
242
|
+
class DotnetSettings
|
243
|
+
include ::Google::Protobuf::MessageExts
|
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
|
263
|
+
end
|
264
|
+
|
265
|
+
# Settings for Ruby client libraries.
|
266
|
+
# @!attribute [rw] common
|
267
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
268
|
+
# Some settings.
|
269
|
+
class RubySettings
|
270
|
+
include ::Google::Protobuf::MessageExts
|
271
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
272
|
+
end
|
273
|
+
|
274
|
+
# Settings for Go client libraries.
|
275
|
+
# @!attribute [rw] common
|
276
|
+
# @return [::Google::Api::CommonLanguageSettings]
|
277
|
+
# Some settings.
|
278
|
+
class GoSettings
|
279
|
+
include ::Google::Protobuf::MessageExts
|
280
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
281
|
+
end
|
282
|
+
|
283
|
+
# Describes the generator configuration for a method.
|
284
|
+
# @!attribute [rw] selector
|
285
|
+
# @return [::String]
|
286
|
+
# The fully qualified name of the method, for which the options below apply.
|
287
|
+
# This is used to find the method to apply the options.
|
288
|
+
# @!attribute [rw] long_running
|
289
|
+
# @return [::Google::Api::MethodSettings::LongRunning]
|
290
|
+
# Describes settings to use for long-running operations when generating
|
291
|
+
# API methods for RPCs. Complements RPCs that use the annotations in
|
292
|
+
# google/longrunning/operations.proto.
|
293
|
+
#
|
294
|
+
# Example of a YAML configuration::
|
295
|
+
#
|
296
|
+
# publishing:
|
297
|
+
# method_settings:
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
299
|
+
# long_running:
|
300
|
+
# initial_poll_delay:
|
301
|
+
# seconds: 60 # 1 minute
|
302
|
+
# poll_delay_multiplier: 1.5
|
303
|
+
# max_poll_delay:
|
304
|
+
# seconds: 360 # 6 minutes
|
305
|
+
# total_poll_timeout:
|
306
|
+
# seconds: 54000 # 90 minutes
|
307
|
+
class MethodSettings
|
308
|
+
include ::Google::Protobuf::MessageExts
|
309
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
310
|
+
|
311
|
+
# Describes settings to use when generating API methods that use the
|
312
|
+
# long-running operation pattern.
|
313
|
+
# All default values below are from those used in the client library
|
314
|
+
# generators (e.g.
|
315
|
+
# [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
|
316
|
+
# @!attribute [rw] initial_poll_delay
|
317
|
+
# @return [::Google::Protobuf::Duration]
|
318
|
+
# Initial delay after which the first poll request will be made.
|
319
|
+
# Default value: 5 seconds.
|
320
|
+
# @!attribute [rw] poll_delay_multiplier
|
321
|
+
# @return [::Float]
|
322
|
+
# Multiplier to gradually increase delay between subsequent polls until it
|
323
|
+
# reaches max_poll_delay.
|
324
|
+
# Default value: 1.5.
|
325
|
+
# @!attribute [rw] max_poll_delay
|
326
|
+
# @return [::Google::Protobuf::Duration]
|
327
|
+
# Maximum time between two subsequent poll requests.
|
328
|
+
# Default value: 45 seconds.
|
329
|
+
# @!attribute [rw] total_poll_timeout
|
330
|
+
# @return [::Google::Protobuf::Duration]
|
331
|
+
# Total polling timeout.
|
332
|
+
# Default value: 5 minutes.
|
333
|
+
class LongRunning
|
334
|
+
include ::Google::Protobuf::MessageExts
|
335
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
336
|
+
end
|
337
|
+
end
|
338
|
+
|
339
|
+
# The organization for which the client libraries are being published.
|
340
|
+
# Affects the url where generated docs are published, etc.
|
341
|
+
module ClientLibraryOrganization
|
342
|
+
# Not useful.
|
343
|
+
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0
|
344
|
+
|
345
|
+
# Google Cloud Platform Org.
|
346
|
+
CLOUD = 1
|
347
|
+
|
348
|
+
# Ads (Advertising) Org.
|
349
|
+
ADS = 2
|
350
|
+
|
351
|
+
# Photos Org.
|
352
|
+
PHOTOS = 3
|
353
|
+
|
354
|
+
# Street View Org.
|
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
|
365
|
+
end
|
366
|
+
|
367
|
+
# To where should client libraries be published?
|
368
|
+
module ClientLibraryDestination
|
369
|
+
# Client libraries will neither be generated nor published to package
|
370
|
+
# managers.
|
371
|
+
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0
|
372
|
+
|
373
|
+
# Generate the client library in a repo under github.com/googleapis,
|
374
|
+
# but don't publish it to package managers.
|
375
|
+
GITHUB = 10
|
376
|
+
|
377
|
+
# Publish the library to package managers like nuget.org and npmjs.com.
|
378
|
+
PACKAGE_MANAGER = 20
|
379
|
+
end
|
380
|
+
end
|
381
|
+
end
|