Class CronScheduledEvent
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.console.CronScheduledEventOrBuilder
public final class CronScheduledEvent extends GeneratedMessageV3 implements CronScheduledEventOrBuilder
Protobuf type
xyz.block.ftl.v1.console.CronScheduledEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCronScheduledEvent.BuilderProtobuf type
xyz.block.ftl.v1.console.CronScheduledEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intVERB_REF_FIELD_NUMBERpublic final static intTIME_STAMP_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBERpublic final static intSCHEDULED_AT_FIELD_NUMBERpublic final static intSCHEDULE_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;booleanhasVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 2;RefgetVerbRef().xyz.block.ftl.v1.schema.Ref verb_ref = 2;RefOrBuildergetVerbRefOrBuilder().xyz.block.ftl.v1.schema.Ref verb_ref = 2;booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 3;booleanhasDuration().google.protobuf.Duration duration = 4;DurationgetDuration().google.protobuf.Duration duration = 4;DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 4;booleanhasScheduledAt().google.protobuf.Timestamp scheduled_at = 5;TimestampgetScheduledAt().google.protobuf.Timestamp scheduled_at = 5;TimestampOrBuildergetScheduledAtOrBuilder().google.protobuf.Timestamp scheduled_at = 5;StringgetSchedule()string schedule = 6;ByteStringgetScheduleBytes()string schedule = 6;booleanhasError()optional string error = 7;StringgetError()optional string error = 7;ByteStringgetErrorBytes()optional string error = 7;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static CronScheduledEventparseFrom(ByteBuffer data)static CronScheduledEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CronScheduledEventparseFrom(ByteString data)static CronScheduledEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CronScheduledEventparseFrom(Array<byte> data)static CronScheduledEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CronScheduledEventparseFrom(InputStream input)static CronScheduledEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CronScheduledEventparseDelimitedFrom(InputStream input)static CronScheduledEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CronScheduledEventparseFrom(CodedInputStream input)static CronScheduledEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)CronScheduledEvent.BuildernewBuilderForType()static CronScheduledEvent.BuildernewBuilder()static CronScheduledEvent.BuildernewBuilder(CronScheduledEvent prototype)CronScheduledEvent.BuildertoBuilder()static CronScheduledEventgetDefaultInstance()static Parser<CronScheduledEvent>parser()Parser<CronScheduledEvent>getParserForType()CronScheduledEventgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasVerbRef
boolean hasVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;- Returns:
Whether the verbRef field is set.
-
getVerbRef
Ref getVerbRef()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;- Returns:
The verbRef.
-
getVerbRefOrBuilder
RefOrBuilder getVerbRefOrBuilder()
.xyz.block.ftl.v1.schema.Ref verb_ref = 2;
-
hasTimeStamp
boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 3;
-
hasDuration
boolean hasDuration()
.google.protobuf.Duration duration = 4;- Returns:
Whether the duration field is set.
-
getDuration
Duration getDuration()
.google.protobuf.Duration duration = 4;- Returns:
The duration.
-
getDurationOrBuilder
DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 4;
-
hasScheduledAt
boolean hasScheduledAt()
.google.protobuf.Timestamp scheduled_at = 5;- Returns:
Whether the scheduledAt field is set.
-
getScheduledAt
Timestamp getScheduledAt()
.google.protobuf.Timestamp scheduled_at = 5;- Returns:
The scheduledAt.
-
getScheduledAtOrBuilder
TimestampOrBuilder getScheduledAtOrBuilder()
.google.protobuf.Timestamp scheduled_at = 5;
-
getSchedule
String getSchedule()
string schedule = 6;- Returns:
The schedule.
-
getScheduleBytes
ByteString getScheduleBytes()
string schedule = 6;- Returns:
The bytes for schedule.
-
hasError
boolean hasError()
optional string error = 7;- Returns:
Whether the error field is set.
-
getErrorBytes
ByteString getErrorBytes()
optional string error = 7;- Returns:
The bytes for error.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static CronScheduledEvent parseFrom(ByteBuffer data)
-
parseFrom
static CronScheduledEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CronScheduledEvent parseFrom(ByteString data)
-
parseFrom
static CronScheduledEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CronScheduledEvent parseFrom(Array<byte> data)
-
parseFrom
static CronScheduledEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CronScheduledEvent parseFrom(InputStream input)
-
parseFrom
static CronScheduledEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CronScheduledEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CronScheduledEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CronScheduledEvent parseFrom(CodedInputStream input)
-
parseFrom
static CronScheduledEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
CronScheduledEvent.Builder newBuilderForType()
-
newBuilder
static CronScheduledEvent.Builder newBuilder()
-
newBuilder
static CronScheduledEvent.Builder newBuilder(CronScheduledEvent prototype)
-
toBuilder
CronScheduledEvent.Builder toBuilder()
-
getDefaultInstance
static CronScheduledEvent getDefaultInstance()
-
parser
static Parser<CronScheduledEvent> parser()
-
getParserForType
Parser<CronScheduledEvent> getParserForType()
-
getDefaultInstanceForType
CronScheduledEvent getDefaultInstanceForType()
-
-
-
-