lib/google/cloud/logging/sink/list.rb in google-cloud-logging-1.10.9 vs lib/google/cloud/logging/sink/list.rb in google-cloud-logging-2.0.0
- old
+ new
@@ -139,10 +139,10 @@
end
end
##
# @private New Sink::List from a
- # Google::Logging::V2::ListSinksResponse object.
+ # Google::Cloud::Logging::V2::ListSinksResponse object.
def self.from_grpc grpc_list, service, max = nil
sinks = new(Array(grpc_list.sinks).map do |grpc|
Sink.from_grpc grpc, service
end)
token = grpc_list.next_page_token