- 2.49.0 (latest)
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public final class ReadinessCheck extends GeneratedMessageV3 implements ReadinessCheckOrBuilder
Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.
Protobuf type google.appengine.v1.ReadinessCheck
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadinessCheckImplements
ReadinessCheckOrBuilderStatic Fields
APP_START_TIMEOUT_FIELD_NUMBER
public static final int APP_START_TIMEOUT_FIELD_NUMBER
Type | Description |
int |
CHECK_INTERVAL_FIELD_NUMBER
public static final int CHECK_INTERVAL_FIELD_NUMBER
Type | Description |
int |
FAILURE_THRESHOLD_FIELD_NUMBER
public static final int FAILURE_THRESHOLD_FIELD_NUMBER
Type | Description |
int |
HOST_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
Type | Description |
int |
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Type | Description |
int |
SUCCESS_THRESHOLD_FIELD_NUMBER
public static final int SUCCESS_THRESHOLD_FIELD_NUMBER
Type | Description |
int |
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReadinessCheck getDefaultInstance()
Type | Description |
ReadinessCheck |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ReadinessCheck.Builder newBuilder()
Type | Description |
ReadinessCheck.Builder |
newBuilder(ReadinessCheck prototype)
public static ReadinessCheck.Builder newBuilder(ReadinessCheck prototype)
Name | Description |
prototype | ReadinessCheck |
Type | Description |
ReadinessCheck.Builder |
parseDelimitedFrom(InputStream input)
public static ReadinessCheck parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReadinessCheck parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReadinessCheck parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReadinessCheck parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReadinessCheck parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReadinessCheck parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadinessCheck parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadinessCheck |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReadinessCheck> parser()
Type | Description |
Parser<ReadinessCheck> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAppStartTimeout()
public Duration getAppStartTimeout()
A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
.google.protobuf.Duration app_start_timeout = 7;
Type | Description |
Duration | The appStartTimeout. |
getAppStartTimeoutOrBuilder()
public DurationOrBuilder getAppStartTimeoutOrBuilder()
A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
.google.protobuf.Duration app_start_timeout = 7;
Type | Description |
DurationOrBuilder |
getCheckInterval()
public Duration getCheckInterval()
Interval between health checks.
.google.protobuf.Duration check_interval = 5;
Type | Description |
Duration | The checkInterval. |
getCheckIntervalOrBuilder()
public DurationOrBuilder getCheckIntervalOrBuilder()
Interval between health checks.
.google.protobuf.Duration check_interval = 5;
Type | Description |
DurationOrBuilder |
getDefaultInstanceForType()
public ReadinessCheck getDefaultInstanceForType()
Type | Description |
ReadinessCheck |
getFailureThreshold()
public int getFailureThreshold()
Number of consecutive failed checks required before removing traffic.
uint32 failure_threshold = 3;
Type | Description |
int | The failureThreshold. |
getHost()
public String getHost()
Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
string host = 2;
Type | Description |
String | The host. |
getHostBytes()
public ByteString getHostBytes()
Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
string host = 2;
Type | Description |
ByteString | The bytes for host. |
getParserForType()
public Parser<ReadinessCheck> getParserForType()
Type | Description |
Parser<ReadinessCheck> |
getPath()
public String getPath()
The request path.
string path = 1;
Type | Description |
String | The path. |
getPathBytes()
public ByteString getPathBytes()
The request path.
string path = 1;
Type | Description |
ByteString | The bytes for path. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSuccessThreshold()
public int getSuccessThreshold()
Number of consecutive successful checks required before receiving traffic.
uint32 success_threshold = 4;
Type | Description |
int | The successThreshold. |
getTimeout()
public Duration getTimeout()
Time before the check is considered failed.
.google.protobuf.Duration timeout = 6;
Type | Description |
Duration | The timeout. |
getTimeoutOrBuilder()
public DurationOrBuilder getTimeoutOrBuilder()
Time before the check is considered failed.
.google.protobuf.Duration timeout = 6;
Type | Description |
DurationOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasAppStartTimeout()
public boolean hasAppStartTimeout()
A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
.google.protobuf.Duration app_start_timeout = 7;
Type | Description |
boolean | Whether the appStartTimeout field is set. |
hasCheckInterval()
public boolean hasCheckInterval()
Interval between health checks.
.google.protobuf.Duration check_interval = 5;
Type | Description |
boolean | Whether the checkInterval field is set. |
hasTimeout()
public boolean hasTimeout()
Time before the check is considered failed.
.google.protobuf.Duration timeout = 6;
Type | Description |
boolean | Whether the timeout field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ReadinessCheck.Builder newBuilderForType()
Type | Description |
ReadinessCheck.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadinessCheck.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ReadinessCheck.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ReadinessCheck.Builder toBuilder()
Type | Description |
ReadinessCheck.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |