Interface SlackSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SlackSource, SlackSource.Builder

@Generated public interface SlackSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChannelsList

      List<SlackSource.SlackChannels> getChannelsList()
       Required. The Slack channels.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
    • getChannels

      SlackSource.SlackChannels getChannels(int index)
       Required. The Slack channels.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
    • getChannelsCount

      int getChannelsCount()
       Required. The Slack channels.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
    • getChannelsOrBuilderList

      List<? extends SlackSource.SlackChannelsOrBuilder> getChannelsOrBuilderList()
       Required. The Slack channels.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
    • getChannelsOrBuilder

      SlackSource.SlackChannelsOrBuilder getChannelsOrBuilder(int index)
       Required. The Slack channels.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];