public interface SlackSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChannels(int index)
public abstract SlackSource.SlackChannels getChannels(int index)
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.vertexai.api.SlackSource.SlackChannelsOrBuilder> |