Class GetSubscriptionInfoResponse.PartitionInfo
-
- 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.admin.v1.GetSubscriptionInfoResponse.PartitionInfoOrBuilder
public final class GetSubscriptionInfoResponse.PartitionInfo extends GeneratedMessageV3 implements GetSubscriptionInfoResponse.PartitionInfoOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.GetSubscriptionInfoResponse.PartitionInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetSubscriptionInfoResponse.PartitionInfo.BuilderProtobuf type
xyz.block.ftl.admin.v1.GetSubscriptionInfoResponse.PartitionInfo
-
Field Summary
Fields Modifier and Type Field Description public final static intPARTITION_FIELD_NUMBERpublic final static intCONSUMED_FIELD_NUMBERpublic final static intNEXT_FIELD_NUMBERpublic final static intHEAD_FIELD_NUMBER
-
Method Summary
-
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()
-
getPartition
int getPartition()
int32 partition = 1;- Returns:
The partition.
-
hasConsumed
boolean hasConsumed()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata consumed = 2;- Returns:
Whether the consumed field is set.
-
getConsumed
PubSubEventMetadata getConsumed()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata consumed = 2;- Returns:
The consumed.
-
getConsumedOrBuilder
PubSubEventMetadataOrBuilder getConsumedOrBuilder()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata consumed = 2;
-
hasNext
boolean hasNext()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata next = 3;- Returns:
Whether the next field is set.
-
getNext
PubSubEventMetadata getNext()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata next = 3;- Returns:
The next.
-
getNextOrBuilder
PubSubEventMetadataOrBuilder getNextOrBuilder()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata next = 3;
-
hasHead
boolean hasHead()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata head = 4;- Returns:
Whether the head field is set.
-
getHead
PubSubEventMetadata getHead()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata head = 4;- Returns:
The head.
-
getHeadOrBuilder
PubSubEventMetadataOrBuilder getHeadOrBuilder()
optional .xyz.block.ftl.admin.v1.PubSubEventMetadata head = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(ByteBuffer data)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(ByteString data)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(Array<byte> data)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(InputStream input)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetSubscriptionInfoResponse.PartitionInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetSubscriptionInfoResponse.PartitionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(CodedInputStream input)
-
parseFrom
static GetSubscriptionInfoResponse.PartitionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetSubscriptionInfoResponse.PartitionInfo.Builder newBuilderForType()
-
newBuilder
static GetSubscriptionInfoResponse.PartitionInfo.Builder newBuilder()
-
newBuilder
static GetSubscriptionInfoResponse.PartitionInfo.Builder newBuilder(GetSubscriptionInfoResponse.PartitionInfo prototype)
-
getDefaultInstance
static GetSubscriptionInfoResponse.PartitionInfo getDefaultInstance()
-
parser
static Parser<GetSubscriptionInfoResponse.PartitionInfo> parser()
-
getParserForType
Parser<GetSubscriptionInfoResponse.PartitionInfo> getParserForType()
-
getDefaultInstanceForType
GetSubscriptionInfoResponse.PartitionInfo getDefaultInstanceForType()
-
-
-
-