lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb in google-cloud-compute-v1-2.2.0 vs lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb in google-cloud-compute-v1-2.3.0

- old
+ new

@@ -77,10 +77,48 @@ yield result, operation if block_given? result end ## + # Baseline implementation for the bulk_insert REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::BulkInsertRegionDiskRequest] + # A request object representing the call parameters. Required. + # @param options [::Gapic::CallOptions] + # Overrides the default settings for this call, e.g, timeout, retries etc. Optional. + # + # @yield [result, operation] Access the result along with the TransportOperation object + # @yieldparam result [::Google::Cloud::Compute::V1::Operation] + # @yieldparam operation [::Gapic::Rest::TransportOperation] + # + # @return [::Google::Cloud::Compute::V1::Operation] + # A result object deserialized from the server's reply + def bulk_insert request_pb, options = nil + raise ::ArgumentError, "request must be provided" if request_pb.nil? + + verb, uri, query_string_params, body = ServiceStub.transcode_bulk_insert_request request_pb + query_string_params = if query_string_params.any? + query_string_params.to_h { |p| p.split "=", 2 } + else + {} + end + + response = @client_stub.make_http_request( + verb, + uri: uri, + body: body || "", + params: query_string_params, + options: options + ) + operation = ::Gapic::Rest::TransportOperation.new response + result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true + + yield result, operation if block_given? + result + end + + ## # Baseline implementation for the create_snapshot REST call # # @param request_pb [::Google::Cloud::Compute::V1::CreateSnapshotRegionDiskRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions] @@ -457,10 +495,124 @@ yield result, operation if block_given? result end ## + # Baseline implementation for the start_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StartAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @param options [::Gapic::CallOptions] + # Overrides the default settings for this call, e.g, timeout, retries etc. Optional. + # + # @yield [result, operation] Access the result along with the TransportOperation object + # @yieldparam result [::Google::Cloud::Compute::V1::Operation] + # @yieldparam operation [::Gapic::Rest::TransportOperation] + # + # @return [::Google::Cloud::Compute::V1::Operation] + # A result object deserialized from the server's reply + def start_async_replication request_pb, options = nil + raise ::ArgumentError, "request must be provided" if request_pb.nil? + + verb, uri, query_string_params, body = ServiceStub.transcode_start_async_replication_request request_pb + query_string_params = if query_string_params.any? + query_string_params.to_h { |p| p.split "=", 2 } + else + {} + end + + response = @client_stub.make_http_request( + verb, + uri: uri, + body: body || "", + params: query_string_params, + options: options + ) + operation = ::Gapic::Rest::TransportOperation.new response + result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true + + yield result, operation if block_given? + result + end + + ## + # Baseline implementation for the stop_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StopAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @param options [::Gapic::CallOptions] + # Overrides the default settings for this call, e.g, timeout, retries etc. Optional. + # + # @yield [result, operation] Access the result along with the TransportOperation object + # @yieldparam result [::Google::Cloud::Compute::V1::Operation] + # @yieldparam operation [::Gapic::Rest::TransportOperation] + # + # @return [::Google::Cloud::Compute::V1::Operation] + # A result object deserialized from the server's reply + def stop_async_replication request_pb, options = nil + raise ::ArgumentError, "request must be provided" if request_pb.nil? + + verb, uri, query_string_params, body = ServiceStub.transcode_stop_async_replication_request request_pb + query_string_params = if query_string_params.any? + query_string_params.to_h { |p| p.split "=", 2 } + else + {} + end + + response = @client_stub.make_http_request( + verb, + uri: uri, + body: body || "", + params: query_string_params, + options: options + ) + operation = ::Gapic::Rest::TransportOperation.new response + result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true + + yield result, operation if block_given? + result + end + + ## + # Baseline implementation for the stop_group_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StopGroupAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @param options [::Gapic::CallOptions] + # Overrides the default settings for this call, e.g, timeout, retries etc. Optional. + # + # @yield [result, operation] Access the result along with the TransportOperation object + # @yieldparam result [::Google::Cloud::Compute::V1::Operation] + # @yieldparam operation [::Gapic::Rest::TransportOperation] + # + # @return [::Google::Cloud::Compute::V1::Operation] + # A result object deserialized from the server's reply + def stop_group_async_replication request_pb, options = nil + raise ::ArgumentError, "request must be provided" if request_pb.nil? + + verb, uri, query_string_params, body = ServiceStub.transcode_stop_group_async_replication_request request_pb + query_string_params = if query_string_params.any? + query_string_params.to_h { |p| p.split "=", 2 } + else + {} + end + + response = @client_stub.make_http_request( + verb, + uri: uri, + body: body || "", + params: query_string_params, + options: options + ) + operation = ::Gapic::Rest::TransportOperation.new response + result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true + + yield result, operation if block_given? + result + end + + ## # Baseline implementation for the test_iam_permissions REST call # # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsRegionDiskRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions] @@ -559,10 +711,33 @@ end ## # @private # + # GRPC transcoding helper method for the bulk_insert REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::BulkInsertRegionDiskRequest] + # A request object representing the call parameters. Required. + # @return [Array(String, [String, nil], Hash{String => String})] + # Uri, Body, Query string parameters + def self.transcode_bulk_insert_request request_pb + transcoder = Gapic::Rest::GrpcTranscoder.new + .with_bindings( + uri_method: :post, + uri_template: "/compute/v1/projects/{project}/regions/{region}/disks/bulkInsert", + body: "bulk_insert_disk_resource_resource", + matches: [ + ["project", %r{^[^/]+/?$}, false], + ["region", %r{^[^/]+/?$}, false] + ] + ) + transcoder.transcode request_pb + end + + ## + # @private + # # GRPC transcoding helper method for the create_snapshot REST call # # @param request_pb [::Google::Cloud::Compute::V1::CreateSnapshotRegionDiskRequest] # A request object representing the call parameters. Required. # @return [Array(String, [String, nil], Hash{String => String})] @@ -785,9 +960,79 @@ body: "region_set_labels_request_resource", matches: [ ["project", %r{^[^/]+/?$}, false], ["region", %r{^[^/]+/?$}, false], ["resource", %r{^[^/]+/?$}, false] + ] + ) + transcoder.transcode request_pb + end + + ## + # @private + # + # GRPC transcoding helper method for the start_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StartAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @return [Array(String, [String, nil], Hash{String => String})] + # Uri, Body, Query string parameters + def self.transcode_start_async_replication_request request_pb + transcoder = Gapic::Rest::GrpcTranscoder.new + .with_bindings( + uri_method: :post, + uri_template: "/compute/v1/projects/{project}/regions/{region}/disks/{disk}/startAsyncReplication", + body: "region_disks_start_async_replication_request_resource", + matches: [ + ["project", %r{^[^/]+/?$}, false], + ["region", %r{^[^/]+/?$}, false], + ["disk", %r{^[^/]+/?$}, false] + ] + ) + transcoder.transcode request_pb + end + + ## + # @private + # + # GRPC transcoding helper method for the stop_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StopAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @return [Array(String, [String, nil], Hash{String => String})] + # Uri, Body, Query string parameters + def self.transcode_stop_async_replication_request request_pb + transcoder = Gapic::Rest::GrpcTranscoder.new + .with_bindings( + uri_method: :post, + uri_template: "/compute/v1/projects/{project}/regions/{region}/disks/{disk}/stopAsyncReplication", + matches: [ + ["project", %r{^[^/]+/?$}, false], + ["region", %r{^[^/]+/?$}, false], + ["disk", %r{^[^/]+/?$}, false] + ] + ) + transcoder.transcode request_pb + end + + ## + # @private + # + # GRPC transcoding helper method for the stop_group_async_replication REST call + # + # @param request_pb [::Google::Cloud::Compute::V1::StopGroupAsyncReplicationRegionDiskRequest] + # A request object representing the call parameters. Required. + # @return [Array(String, [String, nil], Hash{String => String})] + # Uri, Body, Query string parameters + def self.transcode_stop_group_async_replication_request request_pb + transcoder = Gapic::Rest::GrpcTranscoder.new + .with_bindings( + uri_method: :post, + uri_template: "/compute/v1/projects/{project}/regions/{region}/disks/stopGroupAsyncReplication", + body: "disks_stop_group_async_replication_resource_resource", + matches: [ + ["project", %r{^[^/]+/?$}, false], + ["region", %r{^[^/]+/?$}, false] ] ) transcoder.transcode request_pb end