google-cloud-security_center-v1p1beta1 0.4.1 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +188 -190
- data/README.md +66 -2
- data/lib/google/cloud/security_center/v1p1beta1.rb +3 -0
- data/lib/google/cloud/security_center/v1p1beta1/security_center/client.rb +88 -71
- data/lib/google/cloud/security_center/v1p1beta1/security_center/operations.rb +95 -10
- data/lib/google/cloud/security_center/v1p1beta1/security_center/paths.rb +175 -17
- data/lib/google/cloud/security_center/v1p1beta1/version.rb +1 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/asset_pb.rb +4 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/finding_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/folder_pb.rb +24 -0
- data/lib/google/cloud/securitycenter/v1p1beta1/notification_config_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/notification_message_pb.rb +1 -2
- data/lib/google/cloud/securitycenter/v1p1beta1/organization_settings_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/resource_pb.rb +3 -0
- data/lib/google/cloud/securitycenter/v1p1beta1/run_asset_discovery_response_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/security_marks_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1p1beta1/securitycenter_service_pb.rb +2 -0
- data/lib/google/cloud/securitycenter/v1p1beta1/securitycenter_service_services_pb.rb +4 -2
- data/lib/google/cloud/securitycenter/v1p1beta1/source_pb.rb +2 -1
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/asset.rb +13 -2
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb +10 -1
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/folder.rb +40 -0
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/organization_settings.rb +4 -0
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/resource.rb +5 -0
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/security_marks.rb +10 -0
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb +23 -9
- data/proto_docs/google/cloud/securitycenter/v1p1beta1/source.rb +8 -0
- data/proto_docs/google/longrunning/operations.rb +17 -3
- data/proto_docs/google/protobuf/any.rb +5 -2
- data/proto_docs/google/protobuf/timestamp.rb +10 -1
- metadata +24 -13
@@ -60,7 +60,7 @@ module Google
|
|
60
60
|
parent_config = while namespace.any?
|
61
61
|
parent_name = namespace.join "::"
|
62
62
|
parent_const = const_get parent_name
|
63
|
-
break parent_const.configure if parent_const
|
63
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
64
64
|
namespace.pop
|
65
65
|
end
|
66
66
|
default_config = Client::Configuration.new parent_config
|
@@ -76,81 +76,81 @@ module Google
|
|
76
76
|
default_config.rpcs.get_iam_policy.timeout = 60.0
|
77
77
|
default_config.rpcs.get_iam_policy.retry_policy = {
|
78
78
|
initial_delay: 0.1,
|
79
|
-
|
80
|
-
|
81
|
-
|
79
|
+
max_delay: 60.0,
|
80
|
+
multiplier: 1.3,
|
81
|
+
retry_codes: [4, 14]
|
82
82
|
}
|
83
83
|
|
84
84
|
default_config.rpcs.get_notification_config.timeout = 60.0
|
85
85
|
default_config.rpcs.get_notification_config.retry_policy = {
|
86
86
|
initial_delay: 0.1,
|
87
|
-
|
88
|
-
|
89
|
-
|
87
|
+
max_delay: 60.0,
|
88
|
+
multiplier: 1.3,
|
89
|
+
retry_codes: [4, 14]
|
90
90
|
}
|
91
91
|
|
92
92
|
default_config.rpcs.get_organization_settings.timeout = 60.0
|
93
93
|
default_config.rpcs.get_organization_settings.retry_policy = {
|
94
94
|
initial_delay: 0.1,
|
95
|
-
|
96
|
-
|
97
|
-
|
95
|
+
max_delay: 60.0,
|
96
|
+
multiplier: 1.3,
|
97
|
+
retry_codes: [4, 14]
|
98
98
|
}
|
99
99
|
|
100
100
|
default_config.rpcs.get_source.timeout = 60.0
|
101
101
|
default_config.rpcs.get_source.retry_policy = {
|
102
102
|
initial_delay: 0.1,
|
103
|
-
|
104
|
-
|
105
|
-
|
103
|
+
max_delay: 60.0,
|
104
|
+
multiplier: 1.3,
|
105
|
+
retry_codes: [4, 14]
|
106
106
|
}
|
107
107
|
|
108
108
|
default_config.rpcs.group_assets.timeout = 480.0
|
109
109
|
default_config.rpcs.group_assets.retry_policy = {
|
110
110
|
initial_delay: 0.1,
|
111
|
-
|
112
|
-
|
113
|
-
|
111
|
+
max_delay: 60.0,
|
112
|
+
multiplier: 1.3,
|
113
|
+
retry_codes: [4, 14]
|
114
114
|
}
|
115
115
|
|
116
116
|
default_config.rpcs.group_findings.timeout = 480.0
|
117
117
|
default_config.rpcs.group_findings.retry_policy = {
|
118
118
|
initial_delay: 0.1,
|
119
|
-
|
120
|
-
|
121
|
-
|
119
|
+
max_delay: 60.0,
|
120
|
+
multiplier: 1.3,
|
121
|
+
retry_codes: [4, 14]
|
122
122
|
}
|
123
123
|
|
124
124
|
default_config.rpcs.list_assets.timeout = 480.0
|
125
125
|
default_config.rpcs.list_assets.retry_policy = {
|
126
126
|
initial_delay: 0.1,
|
127
|
-
|
128
|
-
|
129
|
-
|
127
|
+
max_delay: 60.0,
|
128
|
+
multiplier: 1.3,
|
129
|
+
retry_codes: [4, 14]
|
130
130
|
}
|
131
131
|
|
132
132
|
default_config.rpcs.list_findings.timeout = 480.0
|
133
133
|
default_config.rpcs.list_findings.retry_policy = {
|
134
134
|
initial_delay: 0.1,
|
135
|
-
|
136
|
-
|
137
|
-
|
135
|
+
max_delay: 60.0,
|
136
|
+
multiplier: 1.3,
|
137
|
+
retry_codes: [4, 14]
|
138
138
|
}
|
139
139
|
|
140
140
|
default_config.rpcs.list_notification_configs.timeout = 60.0
|
141
141
|
default_config.rpcs.list_notification_configs.retry_policy = {
|
142
142
|
initial_delay: 0.1,
|
143
|
-
|
144
|
-
|
145
|
-
|
143
|
+
max_delay: 60.0,
|
144
|
+
multiplier: 1.3,
|
145
|
+
retry_codes: [4, 14]
|
146
146
|
}
|
147
147
|
|
148
148
|
default_config.rpcs.list_sources.timeout = 60.0
|
149
149
|
default_config.rpcs.list_sources.retry_policy = {
|
150
150
|
initial_delay: 0.1,
|
151
|
-
|
152
|
-
|
153
|
-
|
151
|
+
max_delay: 60.0,
|
152
|
+
multiplier: 1.3,
|
153
|
+
retry_codes: [4, 14]
|
154
154
|
}
|
155
155
|
|
156
156
|
default_config.rpcs.run_asset_discovery.timeout = 60.0
|
@@ -162,9 +162,9 @@ module Google
|
|
162
162
|
default_config.rpcs.test_iam_permissions.timeout = 60.0
|
163
163
|
default_config.rpcs.test_iam_permissions.retry_policy = {
|
164
164
|
initial_delay: 0.1,
|
165
|
-
|
166
|
-
|
167
|
-
|
165
|
+
max_delay: 60.0,
|
166
|
+
multiplier: 1.3,
|
167
|
+
retry_codes: [4, 14]
|
168
168
|
}
|
169
169
|
|
170
170
|
default_config.rpcs.update_finding.timeout = 60.0
|
@@ -238,7 +238,13 @@ module Google
|
|
238
238
|
|
239
239
|
# Create credentials
|
240
240
|
credentials = @config.credentials
|
241
|
-
|
241
|
+
# Use self-signed JWT if the scope and endpoint are unchanged from default,
|
242
|
+
# but only if the default endpoint does not have a region prefix.
|
243
|
+
enable_self_signed_jwt = @config.scope == Client.configure.scope &&
|
244
|
+
@config.endpoint == Client.configure.endpoint &&
|
245
|
+
!@config.endpoint.split(".").first.include?("-")
|
246
|
+
credentials ||= Credentials.default scope: @config.scope,
|
247
|
+
enable_self_signed_jwt: enable_self_signed_jwt
|
242
248
|
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
243
249
|
credentials = Credentials.new credentials, scope: @config.scope
|
244
250
|
end
|
@@ -844,7 +850,8 @@ module Google
|
|
844
850
|
#
|
845
851
|
# @param parent [::String]
|
846
852
|
# Required. Name of the organization to groupBy. Its format is
|
847
|
-
# "organizations/[organization_id]
|
853
|
+
# "organizations/[organization_id], folders/[folder_id], or
|
854
|
+
# projects/[project_id]".
|
848
855
|
# @param filter [::String]
|
849
856
|
# Expression that defines the filter to apply across assets.
|
850
857
|
# The expression is a list of zero or more restrictions combined via logical
|
@@ -1019,7 +1026,9 @@ module Google
|
|
1019
1026
|
# specified properties.
|
1020
1027
|
#
|
1021
1028
|
# To group across all sources provide a `-` as the source id.
|
1022
|
-
# Example: /
|
1029
|
+
# Example: /v1/organizations/\\{organization_id}/sources/-/findings,
|
1030
|
+
# /v1/folders/\\{folder_id}/sources/-/findings,
|
1031
|
+
# /v1/projects/\\{project_id}/sources/-/findings
|
1023
1032
|
#
|
1024
1033
|
# @overload group_findings(request, options = nil)
|
1025
1034
|
# Pass arguments to `group_findings` via a request object, either of type
|
@@ -1038,9 +1047,12 @@ module Google
|
|
1038
1047
|
#
|
1039
1048
|
# @param parent [::String]
|
1040
1049
|
# Required. Name of the source to groupBy. Its format is
|
1041
|
-
# "organizations/[organization_id]/sources/[source_id]"
|
1042
|
-
#
|
1043
|
-
#
|
1050
|
+
# "organizations/[organization_id]/sources/[source_id]",
|
1051
|
+
# folders/[folder_id]/sources/[source_id], or
|
1052
|
+
# projects/[project_id]/sources/[source_id]. To groupBy across all sources
|
1053
|
+
# provide a source_id of `-`. For example:
|
1054
|
+
# organizations/\\{organization_id}/sources/-, folders/\\{folder_id}/sources/-,
|
1055
|
+
# or projects/\\{project_id}/sources/-
|
1044
1056
|
# @param filter [::String]
|
1045
1057
|
# Expression that defines the filter to apply across findings.
|
1046
1058
|
# The expression is a list of one or more restrictions combined via logical
|
@@ -1220,7 +1232,8 @@ module Google
|
|
1220
1232
|
#
|
1221
1233
|
# @param parent [::String]
|
1222
1234
|
# Required. Name of the organization assets should belong to. Its format is
|
1223
|
-
# "organizations/[organization_id]
|
1235
|
+
# "organizations/[organization_id], folders/[folder_id], or
|
1236
|
+
# projects/[project_id]".
|
1224
1237
|
# @param filter [::String]
|
1225
1238
|
# Expression that defines the filter to apply across assets.
|
1226
1239
|
# The expression is a list of zero or more restrictions combined via logical
|
@@ -1417,9 +1430,12 @@ module Google
|
|
1417
1430
|
#
|
1418
1431
|
# @param parent [::String]
|
1419
1432
|
# Required. Name of the source the findings belong to. Its format is
|
1420
|
-
# "organizations/[organization_id]/sources/[source_id]
|
1421
|
-
# sources
|
1422
|
-
#
|
1433
|
+
# "organizations/[organization_id]/sources/[source_id],
|
1434
|
+
# folders/[folder_id]/sources/[source_id], or
|
1435
|
+
# projects/[project_id]/sources/[source_id]". To list across all sources
|
1436
|
+
# provide a source_id of `-`. For example:
|
1437
|
+
# organizations/\\{organization_id}/sources/-, folders/\\{folder_id}/sources/- or
|
1438
|
+
# projects/\\{projects_id}/sources/-
|
1423
1439
|
# @param filter [::String]
|
1424
1440
|
# Expression that defines the filter to apply across findings.
|
1425
1441
|
# The expression is a list of one or more restrictions combined via logical
|
@@ -1678,7 +1694,8 @@ module Google
|
|
1678
1694
|
#
|
1679
1695
|
# @param parent [::String]
|
1680
1696
|
# Required. Resource name of the parent of sources to list. Its format should be
|
1681
|
-
# "organizations/[organization_id]
|
1697
|
+
# "organizations/[organization_id], folders/[folder_id], or
|
1698
|
+
# projects/[project_id]".
|
1682
1699
|
# @param page_token [::String]
|
1683
1700
|
# The value returned by the last `ListSourcesResponse`; indicates
|
1684
1701
|
# that this is a continuation of a prior `ListSources` call, and
|
@@ -2482,7 +2499,7 @@ module Google
|
|
2482
2499
|
config_attr :scope, nil, ::String, ::Array, nil
|
2483
2500
|
config_attr :lib_name, nil, ::String, nil
|
2484
2501
|
config_attr :lib_version, nil, ::String, nil
|
2485
|
-
config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
|
2502
|
+
config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
|
2486
2503
|
config_attr :interceptors, nil, ::Array, nil
|
2487
2504
|
config_attr :timeout, nil, ::Numeric, nil
|
2488
2505
|
config_attr :metadata, nil, ::Hash, nil
|
@@ -2503,7 +2520,7 @@ module Google
|
|
2503
2520
|
def rpcs
|
2504
2521
|
@rpcs ||= begin
|
2505
2522
|
parent_rpcs = nil
|
2506
|
-
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config
|
2523
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
2507
2524
|
Rpcs.new parent_rpcs
|
2508
2525
|
end
|
2509
2526
|
end
|
@@ -2515,7 +2532,7 @@ module Google
|
|
2515
2532
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
2516
2533
|
# the following configuration fields:
|
2517
2534
|
#
|
2518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
2535
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
2519
2536
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
2520
2537
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
2521
2538
|
# include the following keys:
|
@@ -2644,51 +2661,51 @@ module Google
|
|
2644
2661
|
|
2645
2662
|
# @private
|
2646
2663
|
def initialize parent_rpcs = nil
|
2647
|
-
create_source_config = parent_rpcs
|
2664
|
+
create_source_config = parent_rpcs.create_source if parent_rpcs.respond_to? :create_source
|
2648
2665
|
@create_source = ::Gapic::Config::Method.new create_source_config
|
2649
|
-
create_finding_config = parent_rpcs
|
2666
|
+
create_finding_config = parent_rpcs.create_finding if parent_rpcs.respond_to? :create_finding
|
2650
2667
|
@create_finding = ::Gapic::Config::Method.new create_finding_config
|
2651
|
-
create_notification_config_config = parent_rpcs
|
2668
|
+
create_notification_config_config = parent_rpcs.create_notification_config if parent_rpcs.respond_to? :create_notification_config
|
2652
2669
|
@create_notification_config = ::Gapic::Config::Method.new create_notification_config_config
|
2653
|
-
delete_notification_config_config = parent_rpcs
|
2670
|
+
delete_notification_config_config = parent_rpcs.delete_notification_config if parent_rpcs.respond_to? :delete_notification_config
|
2654
2671
|
@delete_notification_config = ::Gapic::Config::Method.new delete_notification_config_config
|
2655
|
-
get_iam_policy_config = parent_rpcs
|
2672
|
+
get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
|
2656
2673
|
@get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
|
2657
|
-
get_notification_config_config = parent_rpcs
|
2674
|
+
get_notification_config_config = parent_rpcs.get_notification_config if parent_rpcs.respond_to? :get_notification_config
|
2658
2675
|
@get_notification_config = ::Gapic::Config::Method.new get_notification_config_config
|
2659
|
-
get_organization_settings_config = parent_rpcs
|
2676
|
+
get_organization_settings_config = parent_rpcs.get_organization_settings if parent_rpcs.respond_to? :get_organization_settings
|
2660
2677
|
@get_organization_settings = ::Gapic::Config::Method.new get_organization_settings_config
|
2661
|
-
get_source_config = parent_rpcs
|
2678
|
+
get_source_config = parent_rpcs.get_source if parent_rpcs.respond_to? :get_source
|
2662
2679
|
@get_source = ::Gapic::Config::Method.new get_source_config
|
2663
|
-
group_assets_config = parent_rpcs
|
2680
|
+
group_assets_config = parent_rpcs.group_assets if parent_rpcs.respond_to? :group_assets
|
2664
2681
|
@group_assets = ::Gapic::Config::Method.new group_assets_config
|
2665
|
-
group_findings_config = parent_rpcs
|
2682
|
+
group_findings_config = parent_rpcs.group_findings if parent_rpcs.respond_to? :group_findings
|
2666
2683
|
@group_findings = ::Gapic::Config::Method.new group_findings_config
|
2667
|
-
list_assets_config = parent_rpcs
|
2684
|
+
list_assets_config = parent_rpcs.list_assets if parent_rpcs.respond_to? :list_assets
|
2668
2685
|
@list_assets = ::Gapic::Config::Method.new list_assets_config
|
2669
|
-
list_findings_config = parent_rpcs
|
2686
|
+
list_findings_config = parent_rpcs.list_findings if parent_rpcs.respond_to? :list_findings
|
2670
2687
|
@list_findings = ::Gapic::Config::Method.new list_findings_config
|
2671
|
-
list_notification_configs_config = parent_rpcs
|
2688
|
+
list_notification_configs_config = parent_rpcs.list_notification_configs if parent_rpcs.respond_to? :list_notification_configs
|
2672
2689
|
@list_notification_configs = ::Gapic::Config::Method.new list_notification_configs_config
|
2673
|
-
list_sources_config = parent_rpcs
|
2690
|
+
list_sources_config = parent_rpcs.list_sources if parent_rpcs.respond_to? :list_sources
|
2674
2691
|
@list_sources = ::Gapic::Config::Method.new list_sources_config
|
2675
|
-
run_asset_discovery_config = parent_rpcs
|
2692
|
+
run_asset_discovery_config = parent_rpcs.run_asset_discovery if parent_rpcs.respond_to? :run_asset_discovery
|
2676
2693
|
@run_asset_discovery = ::Gapic::Config::Method.new run_asset_discovery_config
|
2677
|
-
set_finding_state_config = parent_rpcs
|
2694
|
+
set_finding_state_config = parent_rpcs.set_finding_state if parent_rpcs.respond_to? :set_finding_state
|
2678
2695
|
@set_finding_state = ::Gapic::Config::Method.new set_finding_state_config
|
2679
|
-
set_iam_policy_config = parent_rpcs
|
2696
|
+
set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
|
2680
2697
|
@set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
|
2681
|
-
test_iam_permissions_config = parent_rpcs
|
2698
|
+
test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
|
2682
2699
|
@test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
|
2683
|
-
update_finding_config = parent_rpcs
|
2700
|
+
update_finding_config = parent_rpcs.update_finding if parent_rpcs.respond_to? :update_finding
|
2684
2701
|
@update_finding = ::Gapic::Config::Method.new update_finding_config
|
2685
|
-
update_notification_config_config = parent_rpcs
|
2702
|
+
update_notification_config_config = parent_rpcs.update_notification_config if parent_rpcs.respond_to? :update_notification_config
|
2686
2703
|
@update_notification_config = ::Gapic::Config::Method.new update_notification_config_config
|
2687
|
-
update_organization_settings_config = parent_rpcs
|
2704
|
+
update_organization_settings_config = parent_rpcs.update_organization_settings if parent_rpcs.respond_to? :update_organization_settings
|
2688
2705
|
@update_organization_settings = ::Gapic::Config::Method.new update_organization_settings_config
|
2689
|
-
update_source_config = parent_rpcs
|
2706
|
+
update_source_config = parent_rpcs.update_source if parent_rpcs.respond_to? :update_source
|
2690
2707
|
@update_source = ::Gapic::Config::Method.new update_source_config
|
2691
|
-
update_security_marks_config = parent_rpcs
|
2708
|
+
update_security_marks_config = parent_rpcs.update_security_marks if parent_rpcs.respond_to? :update_security_marks
|
2692
2709
|
@update_security_marks = ::Gapic::Config::Method.new update_security_marks_config
|
2693
2710
|
|
2694
2711
|
yield self if block_given?
|
@@ -103,8 +103,13 @@ module Google
|
|
103
103
|
# Lists operations that match the specified filter in the request. If the
|
104
104
|
# server doesn't support this method, it returns `UNIMPLEMENTED`.
|
105
105
|
#
|
106
|
-
# NOTE: the `name` binding
|
107
|
-
# to use different resource name schemes, such as `users/*/operations`.
|
106
|
+
# NOTE: the `name` binding allows API services to override the binding
|
107
|
+
# to use different resource name schemes, such as `users/*/operations`. To
|
108
|
+
# override the binding, API services can add a binding such as
|
109
|
+
# `"/v1/{name=users/*}/operations"` to their service configuration.
|
110
|
+
# For backwards compatibility, the default name includes the operations
|
111
|
+
# collection id, however overriding users must ensure the name binding
|
112
|
+
# is the parent resource, without the operations collection id.
|
108
113
|
#
|
109
114
|
# @overload list_operations(request, options = nil)
|
110
115
|
# Pass arguments to `list_operations` via a request object, either of type
|
@@ -122,7 +127,7 @@ module Google
|
|
122
127
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
123
128
|
#
|
124
129
|
# @param name [::String]
|
125
|
-
# The name of the operation
|
130
|
+
# The name of the operation's parent resource.
|
126
131
|
# @param filter [::String]
|
127
132
|
# The standard list filter.
|
128
133
|
# @param page_size [::Integer]
|
@@ -390,6 +395,79 @@ module Google
|
|
390
395
|
raise ::Google::Cloud::Error.from_error(e)
|
391
396
|
end
|
392
397
|
|
398
|
+
##
|
399
|
+
# Waits for the specified long-running operation until it is done or reaches
|
400
|
+
# at most a specified timeout, returning the latest state. If the operation
|
401
|
+
# is already done, the latest state is immediately returned. If the timeout
|
402
|
+
# specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
|
403
|
+
# timeout is used. If the server does not support this method, it returns
|
404
|
+
# `google.rpc.Code.UNIMPLEMENTED`.
|
405
|
+
# Note that this method is on a best-effort basis. It may return the latest
|
406
|
+
# state before the specified timeout (including immediately), meaning even an
|
407
|
+
# immediate response is no guarantee that the operation is done.
|
408
|
+
#
|
409
|
+
# @overload wait_operation(request, options = nil)
|
410
|
+
# Pass arguments to `wait_operation` via a request object, either of type
|
411
|
+
# {::Google::Longrunning::WaitOperationRequest} or an equivalent Hash.
|
412
|
+
#
|
413
|
+
# @param request [::Google::Longrunning::WaitOperationRequest, ::Hash]
|
414
|
+
# A request object representing the call parameters. Required. To specify no
|
415
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
416
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
417
|
+
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
418
|
+
#
|
419
|
+
# @overload wait_operation(name: nil, timeout: nil)
|
420
|
+
# Pass arguments to `wait_operation` via keyword arguments. Note that at
|
421
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
422
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
423
|
+
#
|
424
|
+
# @param name [::String]
|
425
|
+
# The name of the operation resource to wait on.
|
426
|
+
# @param timeout [::Google::Protobuf::Duration, ::Hash]
|
427
|
+
# The maximum duration to wait before timing out. If left blank, the wait
|
428
|
+
# will be at most the time permitted by the underlying HTTP/RPC protocol.
|
429
|
+
# If RPC context deadline is also specified, the shorter one will be used.
|
430
|
+
#
|
431
|
+
# @yield [response, operation] Access the result along with the RPC operation
|
432
|
+
# @yieldparam response [::Gapic::Operation]
|
433
|
+
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
434
|
+
#
|
435
|
+
# @return [::Gapic::Operation]
|
436
|
+
#
|
437
|
+
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
438
|
+
#
|
439
|
+
def wait_operation request, options = nil
|
440
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
441
|
+
|
442
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Longrunning::WaitOperationRequest
|
443
|
+
|
444
|
+
# Converts hash and nil to an options object
|
445
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
446
|
+
|
447
|
+
# Customize the options with defaults
|
448
|
+
metadata = @config.rpcs.wait_operation.metadata.to_h
|
449
|
+
|
450
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
451
|
+
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
452
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
453
|
+
gapic_version: ::Google::Cloud::SecurityCenter::V1p1beta1::VERSION
|
454
|
+
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
455
|
+
|
456
|
+
options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
|
457
|
+
metadata: metadata,
|
458
|
+
retry_policy: @config.rpcs.wait_operation.retry_policy
|
459
|
+
options.apply_defaults metadata: @config.metadata,
|
460
|
+
retry_policy: @config.retry_policy
|
461
|
+
|
462
|
+
@operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
|
463
|
+
response = ::Gapic::Operation.new response, @operations_client, options: options
|
464
|
+
yield response, operation if block_given?
|
465
|
+
return response
|
466
|
+
end
|
467
|
+
rescue ::GRPC::BadStatus => e
|
468
|
+
raise ::Google::Cloud::Error.from_error(e)
|
469
|
+
end
|
470
|
+
|
393
471
|
##
|
394
472
|
# Configuration class for the Operations API.
|
395
473
|
#
|
@@ -482,7 +560,7 @@ module Google
|
|
482
560
|
config_attr :scope, nil, ::String, ::Array, nil
|
483
561
|
config_attr :lib_name, nil, ::String, nil
|
484
562
|
config_attr :lib_version, nil, ::String, nil
|
485
|
-
config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
|
563
|
+
config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
|
486
564
|
config_attr :interceptors, nil, ::Array, nil
|
487
565
|
config_attr :timeout, nil, ::Numeric, nil
|
488
566
|
config_attr :metadata, nil, ::Hash, nil
|
@@ -503,7 +581,7 @@ module Google
|
|
503
581
|
def rpcs
|
504
582
|
@rpcs ||= begin
|
505
583
|
parent_rpcs = nil
|
506
|
-
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config
|
584
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
507
585
|
Rpcs.new parent_rpcs
|
508
586
|
end
|
509
587
|
end
|
@@ -515,7 +593,7 @@ module Google
|
|
515
593
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
516
594
|
# the following configuration fields:
|
517
595
|
#
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
596
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
519
597
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
520
598
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
521
599
|
# include the following keys:
|
@@ -546,17 +624,24 @@ module Google
|
|
546
624
|
# @return [::Gapic::Config::Method]
|
547
625
|
#
|
548
626
|
attr_reader :cancel_operation
|
627
|
+
##
|
628
|
+
# RPC-specific configuration for `wait_operation`
|
629
|
+
# @return [::Gapic::Config::Method]
|
630
|
+
#
|
631
|
+
attr_reader :wait_operation
|
549
632
|
|
550
633
|
# @private
|
551
634
|
def initialize parent_rpcs = nil
|
552
|
-
list_operations_config = parent_rpcs
|
635
|
+
list_operations_config = parent_rpcs.list_operations if parent_rpcs.respond_to? :list_operations
|
553
636
|
@list_operations = ::Gapic::Config::Method.new list_operations_config
|
554
|
-
get_operation_config = parent_rpcs
|
637
|
+
get_operation_config = parent_rpcs.get_operation if parent_rpcs.respond_to? :get_operation
|
555
638
|
@get_operation = ::Gapic::Config::Method.new get_operation_config
|
556
|
-
delete_operation_config = parent_rpcs
|
639
|
+
delete_operation_config = parent_rpcs.delete_operation if parent_rpcs.respond_to? :delete_operation
|
557
640
|
@delete_operation = ::Gapic::Config::Method.new delete_operation_config
|
558
|
-
cancel_operation_config = parent_rpcs
|
641
|
+
cancel_operation_config = parent_rpcs.cancel_operation if parent_rpcs.respond_to? :cancel_operation
|
559
642
|
@cancel_operation = ::Gapic::Config::Method.new cancel_operation_config
|
643
|
+
wait_operation_config = parent_rpcs.wait_operation if parent_rpcs.respond_to? :wait_operation
|
644
|
+
@wait_operation = ::Gapic::Config::Method.new wait_operation_config
|
560
645
|
|
561
646
|
yield self if block_given?
|
562
647
|
end
|