Class: Google::Apis::LoggingV1beta3::ListLogServiceSinksResponse
- Inherits:
-
Object
- Object
- Google::Apis::LoggingV1beta3::ListLogServiceSinksResponse
- 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 ListLogServiceSinks
.
Instance Attribute Summary collapse
-
#sinks ⇒ Array<Google::Apis::LoggingV1beta3::LogSink>
The requested log service sinks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListLogServiceSinksResponse
constructor
A new instance of ListLogServiceSinksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListLogServiceSinksResponse
Returns a new instance of ListLogServiceSinksResponse
664 665 666 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 664 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sinks ⇒ Array<Google::Apis::LoggingV1beta3::LogSink>
The requested log service sinks. If a returned LogSink
object has an empty
destination
field, the client can retrieve the complete LogSink
object by
calling logServices.sinks.get
.
Corresponds to the JSON property sinks
662 663 664 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 662 def sinks @sinks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
669 670 671 |
# File 'generated/google/apis/logging_v1beta3/classes.rb', line 669 def update!(**args) @sinks = args[:sinks] unless args[:sinks].nil? end |