Package com.google.cloud.aiplatform.v1
Interface SlackSource.SlackChannels.SlackChannelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SlackSource.SlackChannels.SlackChannel,SlackSource.SlackChannels.SlackChannel.Builder
- Enclosing class:
- SlackSource.SlackChannels
public static interface SlackSource.SlackChannels.SlackChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.com.google.protobuf.TimestampOptional.com.google.protobuf.TimestampOrBuilderOptional.com.google.protobuf.TimestampOptional.com.google.protobuf.TimestampOrBuilderOptional.booleanOptional.booleanOptional.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
-
getChannelId
String getChannelId()Required. The Slack channel ID.
string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The channelId.
-
getChannelIdBytes
com.google.protobuf.ByteString getChannelIdBytes()Required. The Slack channel ID.
string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for channelId.
-
hasStartTime
boolean hasStartTime()Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL]; -
hasEndTime
boolean hasEndTime()Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
-