Interface SlackSource.SlackChannels.SlackChannelOrBuilder (3.50.0)

public static interface SlackSource.SlackChannels.SlackChannelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelId()

public abstract String getChannelId()

Required. The Slack channel ID.

string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The channelId.

getChannelIdBytes()

public abstract ByteString getChannelIdBytes()

Required. The Slack channel ID.

string channel_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for channelId.

getEndTime()

public abstract Timestamp getEndTime()

Optional. The ending timestamp for messages to import.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Optional. The ending timestamp for messages to import.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Optional. The starting timestamp for messages to import.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Optional. The starting timestamp for messages to import.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

Optional. The ending timestamp for messages to import.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Optional. The starting timestamp for messages to import.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the startTime field is set.