xyz.block.ftl.v1.PingResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;
public interface PingResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.PingResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* If present, the service is not ready to accept requests and this is the
* reason.
*
*
* optional string not_ready = 1;
* @return Whether the notReady field is set.
*/
boolean hasNotReady();
/**
*
* If present, the service is not ready to accept requests and this is the
* reason.
*
*
* optional string not_ready = 1;
* @return The notReady.
*/
java.lang.String getNotReady();
/**
*
* If present, the service is not ready to accept requests and this is the
* reason.
*
*
* optional string not_ready = 1;
* @return The bytes for notReady.
*/
com.google.protobuf.ByteString
getNotReadyBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy