Skip to content

Commit f289449

Browse files
fixup
1 parent 720cb45 commit f289449

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

google-cloud-spanner/lib/google/cloud/spanner/backup/job/list.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ def all &block
152152
# Creates a new `Spanner::Backup::Job::List` of `Gapic::Operation` operations from a
153153
# `Gapic::PagedEnumerable<Google::Longrunning::Operation>`
154154
# object. Operation object is a backup operation.
155-
# @param grpc [::Gapic::PagedEnumerable<::Google::Longrunning::Operation>]
155+
# @param grpc [::Gapic::PagedEnumerable<::Google::Longrunning::Operation>]
156156
# Wrapped `Gapic::PagedEnumberable` reference.
157157
# @param service [::Google::Cloud::Spanner::Service] A `Spanner::Service` reference.
158158
# @private
159-
# @return [::Google::Cloud::Spanner::Backup::Job::List]
159+
# @return [::Google::Cloud::Spanner::Backup::Job::List]
160160
def self.from_grpc grpc, service
161161
operations_client =
162162
service.databases.instance_variable_get "@operations_client"

google-cloud-spanner/lib/google/cloud/spanner/instance.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ class Instance
8080
attr_accessor :service
8181

8282
# Creates a new `Spanner::Instance` instance.
83-
# @param grpc [::Google::Cloud::Spanner::Admin::Instance::V1::Instance] The protobuf `V1::Instance` underlying object.
83+
# @param grpc [::Google::Cloud::Spanner::Admin::Instance::V1::Instance]
84+
# The protobuf `V1::Instance` underlying object.
8485
# @param service [::Google::Cloud::Spanner::Service] A `Spanner::Service` reference.
8586
# @private
8687
def initialize grpc, service
@@ -963,7 +964,8 @@ def test_permissions *permissions
963964

964965
# Creates a new Instance instance from a
965966
# `Google::Cloud::Spanner::Admin::Instance::V1::Instance`.
966-
# @param grpc [::Google::Cloud::Spanner::Admin::Instance::V1::Instance] The protobuf `V1::Instance` underlying object.
967+
# @param grpc [::Google::Cloud::Spanner::Admin::Instance::V1::Instance]
968+
# The protobuf `V1::Instance` underlying object.
967969
# @param service [::Google::Cloud::Spanner::Service] A `Spanner::Service` reference.
968970
# @private
969971
# @return [::Google::Cloud::Spanner::Instance]

0 commit comments

Comments
 (0)