Interface SlackSourceOrBuilder (3.50.0)

public interface SlackSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannels(int index)

public abstract SlackSource.SlackChannels getChannels(int index)

Required. The Slack channels.

repeated .google.cloud.aiplatform.v1beta1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SlackSource.SlackChannels

getChannelsCount()

public abstract int getChannelsCount()

Required. The Slack channels.

repeated .google.cloud.aiplatform.v1beta1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getChannelsList()

public abstract List<SlackSource.SlackChannels> getChannelsList()

Required. The Slack channels.

repeated .google.cloud.aiplatform.v1beta1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<SlackChannels>

getChannelsOrBuilder(int index)

public abstract SlackSource.SlackChannelsOrBuilder getChannelsOrBuilder(int index)

Required. The Slack channels.

repeated .google.cloud.aiplatform.v1beta1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SlackSource.SlackChannelsOrBuilder

getChannelsOrBuilderList()

public abstract List<? extends SlackSource.SlackChannelsOrBuilder> getChannelsOrBuilderList()

Required. The Slack channels.

repeated .google.cloud.aiplatform.v1beta1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SlackSource.SlackChannelsOrBuilder>