Class: Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/io.rb

Overview

SlackChannels contains the Slack channels and corresponding access token.

Defined Under Namespace

Classes: SlackChannel

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_config::Google::Cloud::AIPlatform::V1::ApiAuth::ApiKeyConfig



190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 190

class SlackChannels
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SlackChannel contains the Slack channel ID and the time range to import.
  # @!attribute [rw] channel_id
  #   @return [::String]
  #     Required. The Slack channel ID.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Optional. The starting timestamp for messages to import.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Optional. The ending timestamp for messages to import.
  class SlackChannel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#channels::Array<::Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel>



190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 190

class SlackChannels
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SlackChannel contains the Slack channel ID and the time range to import.
  # @!attribute [rw] channel_id
  #   @return [::String]
  #     Required. The Slack channel ID.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Optional. The starting timestamp for messages to import.
  # @!attribute [rw] end_time
  #   @return [::Google::Protobuf::Timestamp]
  #     Optional. The ending timestamp for messages to import.
  class SlackChannel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end