Package xyz.block.ftl.v1.schema
Class VerbRuntime
-
- 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.schema.VerbRuntimeOrBuilder
public final class VerbRuntime extends GeneratedMessageV3 implements VerbRuntimeOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.VerbRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerbRuntime.BuilderProtobuf type
xyz.block.ftl.v1.schema.VerbRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intCREATE_TIME_FIELD_NUMBERpublic final static intSTART_TIME_FIELD_NUMBERpublic final static intSTATUS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasCreateTime().google.protobuf.Timestamp create_time = 1;TimestampgetCreateTime().google.protobuf.Timestamp create_time = 1;TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 1;booleanhasStartTime().google.protobuf.Timestamp start_time = 2;TimestampgetStartTime().google.protobuf.Timestamp start_time = 2;TimestampOrBuildergetStartTimeOrBuilder().google.protobuf.Timestamp start_time = 2;intgetStatusValue().xyz.block.ftl.v1.schema.VerbStatus status = 3;VerbStatusgetStatus().xyz.block.ftl.v1.schema.VerbStatus status = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static VerbRuntimeparseFrom(ByteBuffer data)static VerbRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(ByteString data)static VerbRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(Array<byte> data)static VerbRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(InputStream input)static VerbRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseDelimitedFrom(InputStream input)static VerbRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(CodedInputStream input)static VerbRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)VerbRuntime.BuildernewBuilderForType()static VerbRuntime.BuildernewBuilder()static VerbRuntime.BuildernewBuilder(VerbRuntime prototype)VerbRuntime.BuildertoBuilder()static VerbRuntimegetDefaultInstance()static Parser<VerbRuntime>parser()Parser<VerbRuntime>getParserForType()VerbRuntimegetDefaultInstanceForType()-
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()
-
hasCreateTime
boolean hasCreateTime()
.google.protobuf.Timestamp create_time = 1;- Returns:
Whether the createTime field is set.
-
getCreateTime
Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 1;- Returns:
The createTime.
-
getCreateTimeOrBuilder
TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 1;
-
hasStartTime
boolean hasStartTime()
.google.protobuf.Timestamp start_time = 2;- Returns:
Whether the startTime field is set.
-
getStartTime
Timestamp getStartTime()
.google.protobuf.Timestamp start_time = 2;- Returns:
The startTime.
-
getStartTimeOrBuilder
TimestampOrBuilder getStartTimeOrBuilder()
.google.protobuf.Timestamp start_time = 2;
-
getStatusValue
int getStatusValue()
.xyz.block.ftl.v1.schema.VerbStatus status = 3;- Returns:
The enum numeric value on the wire for status.
-
getStatus
VerbStatus getStatus()
.xyz.block.ftl.v1.schema.VerbStatus status = 3;- Returns:
The status.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static VerbRuntime parseFrom(ByteBuffer data)
-
parseFrom
static VerbRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(ByteString data)
-
parseFrom
static VerbRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(Array<byte> data)
-
parseFrom
static VerbRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(InputStream input)
-
parseFrom
static VerbRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static VerbRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static VerbRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(CodedInputStream input)
-
parseFrom
static VerbRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
VerbRuntime.Builder newBuilderForType()
-
newBuilder
static VerbRuntime.Builder newBuilder()
-
newBuilder
static VerbRuntime.Builder newBuilder(VerbRuntime prototype)
-
toBuilder
VerbRuntime.Builder toBuilder()
-
getDefaultInstance
static VerbRuntime getDefaultInstance()
-
parser
static Parser<VerbRuntime> parser()
-
getParserForType
Parser<VerbRuntime> getParserForType()
-
getDefaultInstanceForType
VerbRuntime getDefaultInstanceForType()
-
-
-
-