lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb in google-cloud-compute-v1-1.8.0 vs lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb in google-cloud-compute-v1-1.9.0

- old
+ new

@@ -33,11 +33,13 @@ def initialize endpoint:, credentials: # These require statements are intentionally placed here to initialize # the REST modules only when it's required. require "gapic/rest" - @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials, numeric_enums: false + @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials, + numeric_enums: false, + raise_faraday_errors: false end ## # Baseline implementation for the add_rule REST call # @@ -53,11 +55,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def add_rule request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_add_rule_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_add_rule_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -90,11 +92,11 @@ # @return [::Google::Cloud::Compute::V1::SecurityPoliciesAggregatedList] # A result object deserialized from the server's reply def aggregated_list request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_aggregated_list_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_aggregated_list_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -127,11 +129,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def delete request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_delete_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_delete_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -164,11 +166,11 @@ # @return [::Google::Cloud::Compute::V1::SecurityPolicy] # A result object deserialized from the server's reply def get request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_get_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_get_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -201,11 +203,11 @@ # @return [::Google::Cloud::Compute::V1::SecurityPolicyRule] # A result object deserialized from the server's reply def get_rule request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_get_rule_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_get_rule_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -238,11 +240,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def insert request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_insert_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_insert_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -275,11 +277,11 @@ # @return [::Google::Cloud::Compute::V1::SecurityPolicyList] # A result object deserialized from the server's reply def list request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_list_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_list_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -312,11 +314,11 @@ # @return [::Google::Cloud::Compute::V1::SecurityPoliciesListPreconfiguredExpressionSetsResponse] # A result object deserialized from the server's reply def list_preconfigured_expression_sets request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_list_preconfigured_expression_sets_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_list_preconfigured_expression_sets_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -349,11 +351,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def patch request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_patch_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_patch_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -386,11 +388,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def patch_rule request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_patch_rule_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_patch_rule_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -423,11 +425,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def remove_rule request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_remove_rule_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_remove_rule_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -460,11 +462,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def set_labels request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_set_labels_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_set_labels_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -480,23 +482,20 @@ yield result, response if block_given? result end - - private - ## # @private # # GRPC transcoding helper method for the add_rule REST call # # @param request_pb [::Google::Cloud::Compute::V1::AddRuleSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_add_rule_request request_pb + def self.transcode_add_rule_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}/addRule", body: "security_policy_rule_resource", @@ -515,11 +514,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::AggregatedListSecurityPoliciesRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_aggregated_list_request request_pb + def self.transcode_aggregated_list_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/aggregated/securityPolicies", matches: [ @@ -536,11 +535,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::DeleteSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_delete_request request_pb + def self.transcode_delete_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :delete, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}", matches: [ @@ -558,11 +557,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::GetSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_get_request request_pb + def self.transcode_get_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}", matches: [ @@ -580,11 +579,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::GetRuleSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_get_rule_request request_pb + def self.transcode_get_rule_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}/getRule", matches: [ @@ -602,11 +601,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::InsertSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_insert_request request_pb + def self.transcode_insert_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/securityPolicies", body: "security_policy_resource", @@ -624,11 +623,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::ListSecurityPoliciesRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_list_request request_pb + def self.transcode_list_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/securityPolicies", matches: [ @@ -645,11 +644,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::ListPreconfiguredExpressionSetsSecurityPoliciesRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_list_preconfigured_expression_sets_request request_pb + def self.transcode_list_preconfigured_expression_sets_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/listPreconfiguredExpressionSets", matches: [ @@ -666,11 +665,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::PatchSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_patch_request request_pb + def self.transcode_patch_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :patch, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}", body: "security_policy_resource", @@ -689,11 +688,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::PatchRuleSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_patch_rule_request request_pb + def self.transcode_patch_rule_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}/patchRule", body: "security_policy_rule_resource", @@ -712,11 +711,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_remove_rule_request request_pb + def self.transcode_remove_rule_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{security_policy}/removeRule", matches: [ @@ -734,10 +733,10 @@ # # @param request_pb [::Google::Cloud::Compute::V1::SetLabelsSecurityPolicyRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_set_labels_request request_pb + def self.transcode_set_labels_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/securityPolicies/{resource}/setLabels", body: "global_set_labels_request_resource",