Interface CronScheduledEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CronScheduledEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract booleanhasVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 2;abstract RefgetVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 2;abstract RefOrBuildergetVerbRefOrBuilder().xyz.block.ftl.v1.schema.Ref verb_ref = 2;abstract booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 3;abstract TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 3;abstract TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 3;abstract booleanhasDuration().google.protobuf.Duration duration = 4;abstract DurationgetDuration().google.protobuf.Duration duration = 4;abstract DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 4;abstract booleanhasScheduledAt().google.protobuf.Timestamp scheduled_at = 5;abstract TimestampgetScheduledAt().google.protobuf.Timestamp scheduled_at = 5;abstract TimestampOrBuildergetScheduledAtOrBuilder().google.protobuf.Timestamp scheduled_at = 5;abstract StringgetSchedule()string schedule = 6;abstract ByteStringgetScheduleBytes()string schedule = 6;abstract booleanhasError()optional string error = 7;abstract StringgetError()optional string error = 7;abstract ByteStringgetErrorBytes()optional string error = 7;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasVerbRef
abstract boolean hasVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;- Returns:
Whether the verbRef field is set.
-
getVerbRef
abstract Ref getVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;- Returns:
The verbRef.
-
getVerbRefOrBuilder
abstract RefOrBuilder getVerbRefOrBuilder()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;
-
hasTimeStamp
abstract boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
abstract Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
abstract TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 3;
-
hasDuration
abstract boolean hasDuration()
.google.protobuf.Duration duration = 4;- Returns:
Whether the duration field is set.
-
getDuration
abstract Duration getDuration()
.google.protobuf.Duration duration = 4;- Returns:
The duration.
-
getDurationOrBuilder
abstract DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 4;
-
hasScheduledAt
abstract boolean hasScheduledAt()
.google.protobuf.Timestamp scheduled_at = 5;- Returns:
Whether the scheduledAt field is set.
-
getScheduledAt
abstract Timestamp getScheduledAt()
.google.protobuf.Timestamp scheduled_at = 5;- Returns:
The scheduledAt.
-
getScheduledAtOrBuilder
abstract TimestampOrBuilder getScheduledAtOrBuilder()
.google.protobuf.Timestamp scheduled_at = 5;
-
getSchedule
abstract String getSchedule()
string schedule = 6;- Returns:
The schedule.
-
getScheduleBytes
abstract ByteString getScheduleBytes()
string schedule = 6;- Returns:
The bytes for schedule.
-
hasError
abstract boolean hasError()
optional string error = 7;- Returns:
Whether the error field is set.
-
getErrorBytes
abstract ByteString getErrorBytes()
optional string error = 7;- Returns:
The bytes for error.
-
-
-
-