Package xyz.block.ftl.v1.console
Class Topic
-
- 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.TopicOrBuilder
public final class Topic extends GeneratedMessageV3 implements TopicOrBuilder
Protobuf type
xyz.block.ftl.v1.console.Topic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTopic.BuilderProtobuf type
xyz.block.ftl.v1.console.Topic
-
Field Summary
Fields Modifier and Type Field Description public final static intTOPIC_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasTopic().xyz.block.ftl.v1.schema.Topic topic = 1;TopicgetTopic().xyz.block.ftl.v1.schema.Topic topic = 1;TopicOrBuildergetTopicOrBuilder().xyz.block.ftl.v1.schema.Topic topic = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static TopicparseFrom(ByteBuffer data)static TopicparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TopicparseFrom(ByteString data)static TopicparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TopicparseFrom(Array<byte> data)static TopicparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TopicparseFrom(InputStream input)static TopicparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicparseDelimitedFrom(InputStream input)static TopicparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicparseFrom(CodedInputStream input)static TopicparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Topic.BuildernewBuilderForType()static Topic.BuildernewBuilder()static Topic.BuildernewBuilder(Topic prototype)Topic.BuildertoBuilder()static TopicgetDefaultInstance()static Parser<Topic>parser()Parser<Topic>getParserForType()TopicgetDefaultInstanceForType()-
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()
-
hasTopic
boolean hasTopic()
.xyz.block.ftl.v1.schema.Topic topic = 1;- Returns:
Whether the topic field is set.
-
getTopicOrBuilder
TopicOrBuilder getTopicOrBuilder()
.xyz.block.ftl.v1.schema.Topic topic = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Topic parseFrom(ByteBuffer data)
-
parseFrom
static Topic parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Topic parseFrom(InputStream input)
-
parseFrom
static Topic parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Topic parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Topic parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Topic.Builder newBuilderForType()
-
newBuilder
static Topic.Builder newBuilder()
-
newBuilder
static Topic.Builder newBuilder(Topic prototype)
-
toBuilder
Topic.Builder toBuilder()
-
getDefaultInstance
static Topic getDefaultInstance()
-
getParserForType
Parser<Topic> getParserForType()
-
getDefaultInstanceForType
Topic getDefaultInstanceForType()
-
-
-
-