Package xyz.block.ftl.v1
Class PullSchemaRequest
-
- 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.PullSchemaRequestOrBuilder
public final class PullSchemaRequest extends GeneratedMessageV3 implements PullSchemaRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.PullSchemaRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPullSchemaRequest.BuilderProtobuf type
xyz.block.ftl.v1.PullSchemaRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intSUBSCRIPTION_ID_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetSubscriptionId()string subscription_id = 1;ByteStringgetSubscriptionIdBytes()string subscription_id = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PullSchemaRequestparseFrom(ByteBuffer data)static PullSchemaRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PullSchemaRequestparseFrom(ByteString data)static PullSchemaRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PullSchemaRequestparseFrom(Array<byte> data)static PullSchemaRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PullSchemaRequestparseFrom(InputStream input)static PullSchemaRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaRequestparseDelimitedFrom(InputStream input)static PullSchemaRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaRequestparseFrom(CodedInputStream input)static PullSchemaRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PullSchemaRequest.BuildernewBuilderForType()static PullSchemaRequest.BuildernewBuilder()static PullSchemaRequest.BuildernewBuilder(PullSchemaRequest prototype)PullSchemaRequest.BuildertoBuilder()static PullSchemaRequestgetDefaultInstance()static Parser<PullSchemaRequest>parser()Parser<PullSchemaRequest>getParserForType()PullSchemaRequestgetDefaultInstanceForType()-
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()
-
getSubscriptionId
String getSubscriptionId()
string subscription_id = 1;- Returns:
The subscriptionId.
-
getSubscriptionIdBytes
ByteString getSubscriptionIdBytes()
string subscription_id = 1;- Returns:
The bytes for subscriptionId.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PullSchemaRequest parseFrom(ByteBuffer data)
-
parseFrom
static PullSchemaRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaRequest parseFrom(ByteString data)
-
parseFrom
static PullSchemaRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaRequest parseFrom(Array<byte> data)
-
parseFrom
static PullSchemaRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaRequest parseFrom(InputStream input)
-
parseFrom
static PullSchemaRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PullSchemaRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PullSchemaRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaRequest parseFrom(CodedInputStream input)
-
parseFrom
static PullSchemaRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PullSchemaRequest.Builder newBuilderForType()
-
newBuilder
static PullSchemaRequest.Builder newBuilder()
-
newBuilder
static PullSchemaRequest.Builder newBuilder(PullSchemaRequest prototype)
-
toBuilder
PullSchemaRequest.Builder toBuilder()
-
getDefaultInstance
static PullSchemaRequest getDefaultInstance()
-
parser
static Parser<PullSchemaRequest> parser()
-
getParserForType
Parser<PullSchemaRequest> getParserForType()
-
getDefaultInstanceForType
PullSchemaRequest getDefaultInstanceForType()
-
-
-
-