Package xyz.block.ftl.v1
Class PullSchemaResponse
-
- 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.PullSchemaResponseOrBuilder
public final class PullSchemaResponse extends GeneratedMessageV3 implements PullSchemaResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.PullSchemaResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPullSchemaResponse.BuilderProtobuf type
xyz.block.ftl.v1.PullSchemaResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intEVENT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasEvent().xyz.block.ftl.schema.v1.Notification event = 1;NotificationgetEvent().xyz.block.ftl.schema.v1.Notification event = 1;NotificationOrBuildergetEventOrBuilder().xyz.block.ftl.schema.v1.Notification event = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PullSchemaResponseparseFrom(ByteBuffer data)static PullSchemaResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(ByteString data)static PullSchemaResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(Array<byte> data)static PullSchemaResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(InputStream input)static PullSchemaResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseDelimitedFrom(InputStream input)static PullSchemaResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(CodedInputStream input)static PullSchemaResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PullSchemaResponse.BuildernewBuilderForType()static PullSchemaResponse.BuildernewBuilder()static PullSchemaResponse.BuildernewBuilder(PullSchemaResponse prototype)PullSchemaResponse.BuildertoBuilder()static PullSchemaResponsegetDefaultInstance()static Parser<PullSchemaResponse>parser()Parser<PullSchemaResponse>getParserForType()PullSchemaResponsegetDefaultInstanceForType()-
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()
-
hasEvent
boolean hasEvent()
.xyz.block.ftl.schema.v1.Notification event = 1;- Returns:
Whether the event field is set.
-
getEvent
Notification getEvent()
.xyz.block.ftl.schema.v1.Notification event = 1;- Returns:
The event.
-
getEventOrBuilder
NotificationOrBuilder getEventOrBuilder()
.xyz.block.ftl.schema.v1.Notification event = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PullSchemaResponse parseFrom(ByteBuffer data)
-
parseFrom
static PullSchemaResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(ByteString data)
-
parseFrom
static PullSchemaResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(Array<byte> data)
-
parseFrom
static PullSchemaResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(InputStream input)
-
parseFrom
static PullSchemaResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PullSchemaResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PullSchemaResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(CodedInputStream input)
-
parseFrom
static PullSchemaResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PullSchemaResponse.Builder newBuilderForType()
-
newBuilder
static PullSchemaResponse.Builder newBuilder()
-
newBuilder
static PullSchemaResponse.Builder newBuilder(PullSchemaResponse prototype)
-
toBuilder
PullSchemaResponse.Builder toBuilder()
-
getDefaultInstance
static PullSchemaResponse getDefaultInstance()
-
parser
static Parser<PullSchemaResponse> parser()
-
getParserForType
Parser<PullSchemaResponse> getParserForType()
-
getDefaultInstanceForType
PullSchemaResponse getDefaultInstanceForType()
-
-
-
-