Package xyz.block.ftl.admin.v1
Class GetSubscriptionInfoRequest
-
- 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.GetSubscriptionInfoRequestOrBuilder
public final class GetSubscriptionInfoRequest extends GeneratedMessageV3 implements GetSubscriptionInfoRequestOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.GetSubscriptionInfoRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetSubscriptionInfoRequest.BuilderProtobuf type
xyz.block.ftl.admin.v1.GetSubscriptionInfoRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intSUBSCRIPTION_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()
-
hasSubscription
boolean hasSubscription()
.xyz.block.ftl.schema.v1.Ref subscription = 1;- Returns:
Whether the subscription field is set.
-
getSubscription
Ref getSubscription()
.xyz.block.ftl.schema.v1.Ref subscription = 1;- Returns:
The subscription.
-
getSubscriptionOrBuilder
RefOrBuilder getSubscriptionOrBuilder()
.xyz.block.ftl.schema.v1.Ref subscription = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(ByteBuffer data)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(ByteString data)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(Array<byte> data)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(InputStream input)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetSubscriptionInfoRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetSubscriptionInfoRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(CodedInputStream input)
-
parseFrom
static GetSubscriptionInfoRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetSubscriptionInfoRequest.Builder newBuilderForType()
-
newBuilder
static GetSubscriptionInfoRequest.Builder newBuilder()
-
newBuilder
static GetSubscriptionInfoRequest.Builder newBuilder(GetSubscriptionInfoRequest prototype)
-
toBuilder
GetSubscriptionInfoRequest.Builder toBuilder()
-
getDefaultInstance
static GetSubscriptionInfoRequest getDefaultInstance()
-
parser
static Parser<GetSubscriptionInfoRequest> parser()
-
getParserForType
Parser<GetSubscriptionInfoRequest> getParserForType()
-
getDefaultInstanceForType
GetSubscriptionInfoRequest getDefaultInstanceForType()
-
-
-
-