Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionRequired.Required.getChannels(int index) Required.intRequired.Required.getChannelsOrBuilder(int index) Required.Required.booleanRequired.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.SlackChannel> 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
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];
-