public static interface SlackSource.SlackChannels.SlackChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelId()
Required.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
Required.
|
com.google.protobuf.Timestamp |
getEndTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getStartTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Optional.
|
boolean |
hasEndTime()
Optional.
|
boolean |
hasStartTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getChannelId()
Required. The Slack channel ID.
string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getChannelIdBytes()
Required. The Slack channel ID.
string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasStartTime()
Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getStartTime()
Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. The starting timestamp for messages to import.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasEndTime()
Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getEndTime()
Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Optional. The ending timestamp for messages to import.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.