Class: Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
SlackChannel contains the Slack channel ID and the time range to import.
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Required.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Optional.
Instance Attribute Details
#channel_id ⇒ ::String
Returns Required. The Slack channel ID.
204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204 class SlackChannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The ending timestamp for messages to import.
204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204 class SlackChannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The starting timestamp for messages to import.
204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204 class SlackChannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |