Class: Google::Apis::LoggingV1beta3::ListSinksResponse
- Inherits:
-
Object
- Object
- Google::Apis::LoggingV1beta3::ListSinksResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/logging_v1beta3/classes.rb,
generated/google/apis/logging_v1beta3/representations.rb,
generated/google/apis/logging_v1beta3/representations.rb
Overview
Result returned from ListSinks
.
Instance Attribute Summary collapse
-
#sinks ⇒ Array<Google::Apis::LoggingV1beta3::LogSink>
The requested sinks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListSinksResponse
constructor
A new instance of ListSinksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListSinksResponse
Returns a new instance of ListSinksResponse
685 686 687 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 685 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sinks ⇒ Array<Google::Apis::LoggingV1beta3::LogSink>
The requested sinks. If a returned LogSink
object has an empty destination
field, the client can retrieve the complete LogSink
object by calling
projects.sinks.get
.
Corresponds to the JSON property sinks
683 684 685 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 683 def sinks @sinks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
690 691 692 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 690 def update!(**args) @sinks = args[:sinks] unless args[:sinks].nil? end |