Package xyz.block.ftl.v1
Class PushSchemaRequest
-
- 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.PushSchemaRequestOrBuilder
public final class PushSchemaRequest extends GeneratedMessageV3 implements PushSchemaRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.PushSchemaRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPushSchemaRequest.BuilderProtobuf type
xyz.block.ftl.v1.PushSchemaRequest
-
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 PushSchemaRequestparseFrom(ByteBuffer data)static PushSchemaRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PushSchemaRequestparseFrom(ByteString data)static PushSchemaRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PushSchemaRequestparseFrom(Array<byte> data)static PushSchemaRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PushSchemaRequestparseFrom(InputStream input)static PushSchemaRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PushSchemaRequestparseDelimitedFrom(InputStream input)static PushSchemaRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PushSchemaRequestparseFrom(CodedInputStream input)static PushSchemaRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PushSchemaRequest.BuildernewBuilderForType()static PushSchemaRequest.BuildernewBuilder()static PushSchemaRequest.BuildernewBuilder(PushSchemaRequest prototype)PushSchemaRequest.BuildertoBuilder()static PushSchemaRequestgetDefaultInstance()static Parser<PushSchemaRequest>parser()Parser<PushSchemaRequest>getParserForType()PushSchemaRequestgetDefaultInstanceForType()-
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 PushSchemaRequest parseFrom(ByteBuffer data)
-
parseFrom
static PushSchemaRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PushSchemaRequest parseFrom(ByteString data)
-
parseFrom
static PushSchemaRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PushSchemaRequest parseFrom(Array<byte> data)
-
parseFrom
static PushSchemaRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PushSchemaRequest parseFrom(InputStream input)
-
parseFrom
static PushSchemaRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PushSchemaRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PushSchemaRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PushSchemaRequest parseFrom(CodedInputStream input)
-
parseFrom
static PushSchemaRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PushSchemaRequest.Builder newBuilderForType()
-
newBuilder
static PushSchemaRequest.Builder newBuilder()
-
newBuilder
static PushSchemaRequest.Builder newBuilder(PushSchemaRequest prototype)
-
toBuilder
PushSchemaRequest.Builder toBuilder()
-
getDefaultInstance
static PushSchemaRequest getDefaultInstance()
-
parser
static Parser<PushSchemaRequest> parser()
-
getParserForType
Parser<PushSchemaRequest> getParserForType()
-
getDefaultInstanceForType
PushSchemaRequest getDefaultInstanceForType()
-
-
-
-