Package xyz.block.ftl.v1
Class PingResponse.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.PingResponseOrBuilder
public final class PingResponse.Builder extends GeneratedMessageV3.Builder<BuilderT> implements PingResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.PingResponse
-
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()PingResponse.Builderclear()Descriptors.DescriptorgetDescriptorForType()PingResponsegetDefaultInstanceForType()PingResponsebuild()PingResponsebuildPartial()PingResponse.Builderclone()PingResponse.BuildersetField(Descriptors.FieldDescriptor field, Object value)PingResponse.BuilderclearField(Descriptors.FieldDescriptor field)PingResponse.BuilderclearOneof(Descriptors.OneofDescriptor oneof)PingResponse.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)PingResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)PingResponse.BuildermergeFrom(Message other)PingResponse.BuildermergeFrom(PingResponse other)final booleanisInitialized()PingResponse.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)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;PingResponse.BuildersetNotReady(String value)If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;PingResponse.BuilderclearNotReady()If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;PingResponse.BuildersetNotReadyBytes(ByteString value)If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;final PingResponse.BuildersetUnknownFields(UnknownFieldSet unknownFields)final PingResponse.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
PingResponse.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
PingResponse getDefaultInstanceForType()
-
build
PingResponse build()
-
buildPartial
PingResponse buildPartial()
-
clone
PingResponse.Builder clone()
-
setField
PingResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
PingResponse.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
PingResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
PingResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
PingResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
PingResponse.Builder mergeFrom(Message other)
-
mergeFrom
PingResponse.Builder mergeFrom(PingResponse other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
PingResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
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.
-
setNotReady
PingResponse.Builder setNotReady(String value)
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Parameters:
value- The notReady to set.- Returns:
This builder for chaining.
-
clearNotReady
PingResponse.Builder clearNotReady()
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Returns:
This builder for chaining.
-
setNotReadyBytes
PingResponse.Builder setNotReadyBytes(ByteString value)
If present, the service is not ready to accept requests and this is the reason.optional string not_ready = 1;- Parameters:
value- The bytes for notReady to set.- Returns:
This builder for chaining.
-
setUnknownFields
final PingResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final PingResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-