Result returned from ListExclusions
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#exclusions
def exclusions() -> ::Array<::Google::Cloud::Logging::V2::LogExclusion>
Returns
- (::Array<::Google::Cloud::Logging::V2::LogExclusion>) — A list of exclusions.
#exclusions=
def exclusions=(value) -> ::Array<::Google::Cloud::Logging::V2::LogExclusion>
Parameter
- value (::Array<::Google::Cloud::Logging::V2::LogExclusion>) — A list of exclusions.
Returns
- (::Array<::Google::Cloud::Logging::V2::LogExclusion>) — A list of exclusions.
#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
.