Package xyz.block.ftl.v1
Class PingResponse
-
- 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.PingResponseOrBuilder
public final class PingResponse extends GeneratedMessageV3 implements PingResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.PingResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPingResponse.BuilderProtobuf type
xyz.block.ftl.v1.PingResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intNOT_READY_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasNotReady()If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;StringgetNotReady()If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;ByteStringgetNotReadyBytes()If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PingResponseparseFrom(ByteBuffer data)static PingResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PingResponseparseFrom(ByteString data)static PingResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PingResponseparseFrom(Array<byte> data)static PingResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PingResponseparseFrom(InputStream input)static PingResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PingResponseparseDelimitedFrom(InputStream input)static PingResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PingResponseparseFrom(CodedInputStream input)static PingResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PingResponse.BuildernewBuilderForType()static PingResponse.BuildernewBuilder()static PingResponse.BuildernewBuilder(PingResponse prototype)PingResponse.BuildertoBuilder()static PingResponsegetDefaultInstance()static Parser<PingResponse>parser()Parser<PingResponse>getParserForType()PingResponsegetDefaultInstanceForType()-
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()
-
hasNotReady
boolean hasNotReady()
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Returns:
Whether the notReady field is set.
-
getNotReady
String getNotReady()
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Returns:
The notReady.
-
getNotReadyBytes
ByteString getNotReadyBytes()
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Returns:
The bytes for notReady.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PingResponse parseFrom(ByteBuffer data)
-
parseFrom
static PingResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PingResponse parseFrom(ByteString data)
-
parseFrom
static PingResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PingResponse parseFrom(Array<byte> data)
-
parseFrom
static PingResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PingResponse parseFrom(InputStream input)
-
parseFrom
static PingResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PingResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PingResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PingResponse parseFrom(CodedInputStream input)
-
parseFrom
static PingResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PingResponse.Builder newBuilderForType()
-
newBuilder
static PingResponse.Builder newBuilder()
-
newBuilder
static PingResponse.Builder newBuilder(PingResponse prototype)
-
toBuilder
PingResponse.Builder toBuilder()
-
getDefaultInstance
static PingResponse getDefaultInstance()
-
parser
static Parser<PingResponse> parser()
-
getParserForType
Parser<PingResponse> getParserForType()
-
getDefaultInstanceForType
PingResponse getDefaultInstanceForType()
-
-
-
-