lib/google/cloud/compute/v1/images/rest/service_stub.rb in google-cloud-compute-v1-1.8.0 vs lib/google/cloud/compute/v1/images/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 delete REST call # @@ -53,11 +55,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 @@ -90,11 +92,11 @@ # @return [::Google::Cloud::Compute::V1::Operation] # A result object deserialized from the server's reply def deprecate request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_deprecate_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_deprecate_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::Image] # 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 @@ -164,11 +166,11 @@ # @return [::Google::Cloud::Compute::V1::Image] # A result object deserialized from the server's reply def get_from_family request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_get_from_family_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_get_from_family_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::Policy] # A result object deserialized from the server's reply def get_iam_policy request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_get_iam_policy_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_get_iam_policy_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::ImageList] # 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::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 @@ -349,11 +351,11 @@ # @return [::Google::Cloud::Compute::V1::Policy] # A result object deserialized from the server's reply def set_iam_policy request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_set_iam_policy_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_set_iam_policy_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 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 @@ -423,11 +425,11 @@ # @return [::Google::Cloud::Compute::V1::TestPermissionsResponse] # A result object deserialized from the server's reply def test_iam_permissions request_pb, options = nil raise ::ArgumentError, "request must be provided" if request_pb.nil? - verb, uri, query_string_params, body = transcode_test_iam_permissions_request request_pb + verb, uri, query_string_params, body = ServiceStub.transcode_test_iam_permissions_request request_pb query_string_params = if query_string_params.any? query_string_params.to_h { |p| p.split("=", 2) } else {} end @@ -443,23 +445,20 @@ yield result, response if block_given? result end - - private - ## # @private # # GRPC transcoding helper method for the delete REST call # # @param request_pb [::Google::Cloud::Compute::V1::DeleteImageRequest] # 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/images/{image}", matches: [ @@ -477,11 +476,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::DeprecateImageRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_deprecate_request request_pb + def self.transcode_deprecate_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/images/{image}/deprecate", body: "deprecation_status_resource", @@ -500,11 +499,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::GetImageRequest] # 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/images/{image}", matches: [ @@ -522,11 +521,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::GetFromFamilyImageRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_get_from_family_request request_pb + def self.transcode_get_from_family_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/images/family/{family}", matches: [ @@ -544,11 +543,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyImageRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_get_iam_policy_request request_pb + def self.transcode_get_iam_policy_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/compute/v1/projects/{project}/global/images/{resource}/getIamPolicy", matches: [ @@ -566,11 +565,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::InsertImageRequest] # 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/images", body: "image_resource", @@ -588,11 +587,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::ListImagesRequest] # 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/images", matches: [ @@ -609,11 +608,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::PatchImageRequest] # 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/images/{image}", body: "image_resource", @@ -632,11 +631,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyImageRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_set_iam_policy_request request_pb + def self.transcode_set_iam_policy_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/images/{resource}/setIamPolicy", body: "global_set_policy_request_resource", @@ -655,11 +654,11 @@ # # @param request_pb [::Google::Cloud::Compute::V1::SetLabelsImageRequest] # 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/images/{resource}/setLabels", body: "global_set_labels_request_resource", @@ -678,10 +677,10 @@ # # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsImageRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] # Uri, Body, Query string parameters - def transcode_test_iam_permissions_request request_pb + def self.transcode_test_iam_permissions_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/compute/v1/projects/{project}/global/images/{resource}/testIamPermissions", body: "test_permissions_request_resource",