Class: Google::Cloud::Logging::V2::GetSinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::GetSinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to GetSink.
Instance Attribute Summary collapse
-
#sink_name ⇒ ::String
Required.
Instance Attribute Details
#sink_name ⇒ ::String
682 683 684 685 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 682 class GetSinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |