Package xyz.block.ftl.v1
Class PushSchemaRequest.Builder
-
- All Implemented Interfaces:
-
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,xyz.block.ftl.v1.PushSchemaRequestOrBuilder
public final class PushSchemaRequest.Builder extends GeneratedMessageV3.Builder<BuilderT> implements PushSchemaRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.PushSchemaRequest
-
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()PushSchemaRequest.Builderclear()Descriptors.DescriptorgetDescriptorForType()PushSchemaRequestgetDefaultInstanceForType()PushSchemaRequestbuild()PushSchemaRequestbuildPartial()PushSchemaRequest.Builderclone()PushSchemaRequest.BuildersetField(Descriptors.FieldDescriptor field, Object value)PushSchemaRequest.BuilderclearField(Descriptors.FieldDescriptor field)PushSchemaRequest.BuilderclearOneof(Descriptors.OneofDescriptor oneof)PushSchemaRequest.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)PushSchemaRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)PushSchemaRequest.BuildermergeFrom(Message other)PushSchemaRequest.BuildermergeFrom(PushSchemaRequest other)final booleanisInitialized()PushSchemaRequest.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)booleanhasEvent().xyz.block.ftl.schema.v1.Notification event = 1;NotificationgetEvent().xyz.block.ftl.schema.v1.Notification event = 1;PushSchemaRequest.BuildersetEvent(Notification value).xyz.block.ftl.schema.v1.Notification event = 1;PushSchemaRequest.BuildersetEvent(Notification.Builder builderForValue).xyz.block.ftl.schema.v1.Notification event = 1;PushSchemaRequest.BuildermergeEvent(Notification value).xyz.block.ftl.schema.v1.Notification event = 1;PushSchemaRequest.BuilderclearEvent().xyz.block.ftl.schema.v1.Notification event = 1;Notification.BuildergetEventBuilder().xyz.block.ftl.schema.v1.Notification event = 1;NotificationOrBuildergetEventOrBuilder().xyz.block.ftl.schema.v1.Notification event = 1;final PushSchemaRequest.BuildersetUnknownFields(UnknownFieldSet unknownFields)final PushSchemaRequest.BuildermergeUnknownFields(UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeUnknownFields, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField, setUnknownFields -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial -
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()
-
clear
PushSchemaRequest.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
PushSchemaRequest getDefaultInstanceForType()
-
build
PushSchemaRequest build()
-
buildPartial
PushSchemaRequest buildPartial()
-
clone
PushSchemaRequest.Builder clone()
-
setField
PushSchemaRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
PushSchemaRequest.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
PushSchemaRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
PushSchemaRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
PushSchemaRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
PushSchemaRequest.Builder mergeFrom(Message other)
-
mergeFrom
PushSchemaRequest.Builder mergeFrom(PushSchemaRequest other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
PushSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
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.
-
setEvent
PushSchemaRequest.Builder setEvent(Notification value)
.xyz.block.ftl.schema.v1.Notification event = 1;
-
setEvent
PushSchemaRequest.Builder setEvent(Notification.Builder builderForValue)
.xyz.block.ftl.schema.v1.Notification event = 1;
-
mergeEvent
PushSchemaRequest.Builder mergeEvent(Notification value)
.xyz.block.ftl.schema.v1.Notification event = 1;
-
clearEvent
PushSchemaRequest.Builder clearEvent()
.xyz.block.ftl.schema.v1.Notification event = 1;
-
getEventBuilder
Notification.Builder getEventBuilder()
.xyz.block.ftl.schema.v1.Notification event = 1;
-
getEventOrBuilder
NotificationOrBuilder getEventOrBuilder()
.xyz.block.ftl.schema.v1.Notification event = 1;
-
setUnknownFields
final PushSchemaRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final PushSchemaRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-