public interface SlackSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SlackSource.SlackChannels |
getChannels(int index)
Required.
|
int |
getChannelsCount()
Required.
|
List<SlackSource.SlackChannels> |
getChannelsList()
Required.
|
SlackSource.SlackChannelsOrBuilder |
getChannelsOrBuilder(int index)
Required.
|
List<? extends SlackSource.SlackChannelsOrBuilder> |
getChannelsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SlackSource.SlackChannels> getChannelsList()
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
SlackSource.SlackChannels getChannels(int index)
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
int getChannelsCount()
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends SlackSource.SlackChannelsOrBuilder> getChannelsOrBuilderList()
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
SlackSource.SlackChannelsOrBuilder getChannelsOrBuilder(int index)
Required. The Slack channels.
repeated .google.cloud.vertexai.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.