Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetChannels(int index) Required.intRequired.Required.getChannelsOrBuilder(int index) Required.List<? extends SlackSource.SlackChannelsOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Required. The Slack channels.
repeated .google.cloud.aiplatform.v1.SlackSource.SlackChannels channels = 1 [(.google.api.field_behavior) = REQUIRED];
-