File tree Expand file tree Collapse file tree
google-cloud-spanner/lib/google/cloud/spanner Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments