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 intKAFKA_BROKERS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasCreateTime()optional .google.protobuf.Timestamp create_time = 1;TimestampgetCreateTime()optional .google.protobuf.Timestamp create_time = 1;TimestampOrBuildergetCreateTimeOrBuilder()optional .google.protobuf.Timestamp create_time = 1;booleanhasStartTime()optional .google.protobuf.Timestamp start_time = 2;TimestampgetStartTime()optional .google.protobuf.Timestamp start_time = 2;TimestampOrBuildergetStartTimeOrBuilder()optional .google.protobuf.Timestamp start_time = 2;ProtocolStringListgetKafkaBrokersList()repeated string kafka_brokers = 3;intgetKafkaBrokersCount()repeated string kafka_brokers = 3;StringgetKafkaBrokers(int index)repeated string kafka_brokers = 3;ByteStringgetKafkaBrokersBytes(int index)repeated string kafka_brokers = 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()
optional .google.protobuf.Timestamp create_time = 1;- Returns:
Whether the createTime field is set.
-
getCreateTime
Timestamp getCreateTime()
optional .google.protobuf.Timestamp create_time = 1;- Returns:
The createTime.
-
getCreateTimeOrBuilder
TimestampOrBuilder getCreateTimeOrBuilder()
optional .google.protobuf.Timestamp create_time = 1;
-
hasStartTime
boolean hasStartTime()
optional .google.protobuf.Timestamp start_time = 2;- Returns:
Whether the startTime field is set.
-
getStartTime
Timestamp getStartTime()
optional .google.protobuf.Timestamp start_time = 2;- Returns:
The startTime.
-
getStartTimeOrBuilder
TimestampOrBuilder getStartTimeOrBuilder()
optional .google.protobuf.Timestamp start_time = 2;
-
getKafkaBrokersList
ProtocolStringList getKafkaBrokersList()
repeated string kafka_brokers = 3;- Returns:
A list containing the kafkaBrokers.
-
getKafkaBrokersCount
int getKafkaBrokersCount()
repeated string kafka_brokers = 3;- Returns:
The count of kafkaBrokers.
-
getKafkaBrokers
String getKafkaBrokers(int index)
repeated string kafka_brokers = 3;- Parameters:
index- The index of the element to return.- Returns:
The kafkaBrokers at the given index.
-
getKafkaBrokersBytes
ByteString getKafkaBrokersBytes(int index)
repeated string kafka_brokers = 3;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the kafkaBrokers at the given index.
-
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()
-
-
-
-