Class: Google::Apis::LoggingV2::CopyLogEntriesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/logging_v2/classes.rb,
lib/google/apis/logging_v2/representations.rb,
lib/google/apis/logging_v2/representations.rb

Overview

Response type for CopyLogEntries long running operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CopyLogEntriesResponse

Returns a new instance of CopyLogEntriesResponse.



557
558
559
# File 'lib/google/apis/logging_v2/classes.rb', line 557

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#log_entries_copied_countFixnum

Number of log entries copied. Corresponds to the JSON property logEntriesCopiedCount

Returns:

  • (Fixnum)


555
556
557
# File 'lib/google/apis/logging_v2/classes.rb', line 555

def log_entries_copied_count
  @log_entries_copied_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



562
563
564
# File 'lib/google/apis/logging_v2/classes.rb', line 562

def update!(**args)
  @log_entries_copied_count = args[:log_entries_copied_count] if args.key?(:log_entries_copied_count)
end