Interface SlackSource.SlackChannelsOrBuilder

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

public static interface SlackSource.SlackChannelsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChannelsList

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

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

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

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

      SlackSource.SlackChannels.SlackChannelOrBuilder getChannelsOrBuilder(int index)
       Required. The Slack channel IDs.
       
      repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels.SlackChannel channels = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasApiKeyConfig

      boolean hasApiKeyConfig()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Slack channel access token that has access to the slack channel IDs.
       See: https://api.slack.com/tutorials/tracks/getting-a-token.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the apiKeyConfig field is set.
    • getApiKeyConfig

      ApiAuth.ApiKeyConfig getApiKeyConfig()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Slack channel access token that has access to the slack channel IDs.
       See: https://api.slack.com/tutorials/tracks/getting-a-token.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The apiKeyConfig.
    • getApiKeyConfigOrBuilder

      ApiAuth.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Slack channel access token that has access to the slack channel IDs.
       See: https://api.slack.com/tutorials/tracks/getting-a-token.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 3 [(.google.api.field_behavior) = REQUIRED];