Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::ListSinksResponse.
Result returned from ListSinks
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there might be more results than appear in this response, then
nextPageToken
is included. To get the next set of results, call the same method again using the value ofnextPageToken
aspageToken
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there might be more results than appear in this response, then
nextPageToken
is included. To get the next set of results, call the same method again using the value ofnextPageToken
aspageToken
.
Returns
-
(::String) — If there might be more results than appear in this response, then
nextPageToken
is included. To get the next set of results, call the same method again using the value ofnextPageToken
aspageToken
.
#sinks
def sinks() -> ::Array<::Google::Cloud::Logging::V2::LogSink>
Returns
- (::Array<::Google::Cloud::Logging::V2::LogSink>) — A list of sinks.
#sinks=
def sinks=(value) -> ::Array<::Google::Cloud::Logging::V2::LogSink>
Parameter
- value (::Array<::Google::Cloud::Logging::V2::LogSink>) — A list of sinks.
Returns
- (::Array<::Google::Cloud::Logging::V2::LogSink>) — A list of sinks.