public final class UptimeCheckConfig extends GeneratedMessageV3 implements UptimeCheckConfigOrBuilder
This message configures which resources and services to monitor for availability.Protobuf type
google.monitoring.v3.UptimeCheckConfig| Modifier and Type | Class and Description |
|---|---|
static class |
UptimeCheckConfig.Builder
This message configures which resources and services to monitor for
availability.
|
static class |
UptimeCheckConfig.CheckRequestTypeCase |
static class |
UptimeCheckConfig.ContentMatcher
Used to perform string matching.
|
static interface |
UptimeCheckConfig.ContentMatcherOrBuilder |
static class |
UptimeCheckConfig.HttpCheck
Information involved in an HTTP/HTTPS uptime check request.
|
static interface |
UptimeCheckConfig.HttpCheckOrBuilder |
static class |
UptimeCheckConfig.InternalChecker
Nimbus InternalCheckers.
|
static interface |
UptimeCheckConfig.InternalCheckerOrBuilder |
static class |
UptimeCheckConfig.ResourceCase |
static class |
UptimeCheckConfig.ResourceGroup
The resource submessage for group checks.
|
static interface |
UptimeCheckConfig.ResourceGroupOrBuilder |
static class |
UptimeCheckConfig.TcpCheck
Information required for a TCP uptime check request.
|
static interface |
UptimeCheckConfig.TcpCheckOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT_MATCHERS_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
HTTP_CHECK_FIELD_NUMBER |
static int |
INTERNAL_CHECKERS_FIELD_NUMBER |
static int |
MONITORED_RESOURCE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PERIOD_FIELD_NUMBER |
static int |
RESOURCE_GROUP_FIELD_NUMBER |
static int |
SELECTED_REGIONS_FIELD_NUMBER |
static int |
TCP_CHECK_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
UptimeCheckConfig.CheckRequestTypeCase |
getCheckRequestTypeCase() |
UptimeCheckConfig.ContentMatcher |
getContentMatchers(int index)
The expected content on the page the check is run against.
|
int |
getContentMatchersCount()
The expected content on the page the check is run against.
|
java.util.List<UptimeCheckConfig.ContentMatcher> |
getContentMatchersList()
The expected content on the page the check is run against.
|
UptimeCheckConfig.ContentMatcherOrBuilder |
getContentMatchersOrBuilder(int index)
The expected content on the page the check is run against.
|
java.util.List<? extends UptimeCheckConfig.ContentMatcherOrBuilder> |
getContentMatchersOrBuilderList()
The expected content on the page the check is run against.
|
static UptimeCheckConfig |
getDefaultInstance() |
UptimeCheckConfig |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDisplayName()
A human-friendly name for the uptime check configuration.
|
ByteString |
getDisplayNameBytes()
A human-friendly name for the uptime check configuration.
|
UptimeCheckConfig.HttpCheck |
getHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.HttpCheckOrBuilder |
getHttpCheckOrBuilder()
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.InternalChecker |
getInternalCheckers(int index)
The internal checkers that this check will egress from.
|
int |
getInternalCheckersCount()
The internal checkers that this check will egress from.
|
java.util.List<UptimeCheckConfig.InternalChecker> |
getInternalCheckersList()
The internal checkers that this check will egress from.
|
UptimeCheckConfig.InternalCheckerOrBuilder |
getInternalCheckersOrBuilder(int index)
The internal checkers that this check will egress from.
|
java.util.List<? extends UptimeCheckConfig.InternalCheckerOrBuilder> |
getInternalCheckersOrBuilderList()
The internal checkers that this check will egress from.
|
MonitoredResource |
getMonitoredResource()
The monitored resource associated with the configuration.
|
MonitoredResourceOrBuilder |
getMonitoredResourceOrBuilder()
The monitored resource associated with the configuration.
|
java.lang.String |
getName()
A unique resource name for this UptimeCheckConfig.
|
ByteString |
getNameBytes()
A unique resource name for this UptimeCheckConfig.
|
Parser<UptimeCheckConfig> |
getParserForType() |
Duration |
getPeriod()
How often the uptime check is performed.
|
DurationOrBuilder |
getPeriodOrBuilder()
How often the uptime check is performed.
|
UptimeCheckConfig.ResourceCase |
getResourceCase() |
UptimeCheckConfig.ResourceGroup |
getResourceGroup()
The group resource associated with the configuration.
|
UptimeCheckConfig.ResourceGroupOrBuilder |
getResourceGroupOrBuilder()
The group resource associated with the configuration.
|
UptimeCheckRegion |
getSelectedRegions(int index)
The list of regions from which the check will be run.
|
int |
getSelectedRegionsCount()
The list of regions from which the check will be run.
|
java.util.List<UptimeCheckRegion> |
getSelectedRegionsList()
The list of regions from which the check will be run.
|
int |
getSelectedRegionsValue(int index)
The list of regions from which the check will be run.
|
java.util.List<java.lang.Integer> |
getSelectedRegionsValueList()
The list of regions from which the check will be run.
|
int |
getSerializedSize() |
UptimeCheckConfig.TcpCheck |
getTcpCheck()
Contains information needed to make a TCP check.
|
UptimeCheckConfig.TcpCheckOrBuilder |
getTcpCheckOrBuilder()
Contains information needed to make a TCP check.
|
Duration |
getTimeout()
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
DurationOrBuilder |
getTimeoutOrBuilder()
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
|
boolean |
hasMonitoredResource()
The monitored resource associated with the configuration.
|
boolean |
hasPeriod()
How often the uptime check is performed.
|
boolean |
hasResourceGroup()
The group resource associated with the configuration.
|
boolean |
hasTcpCheck()
Contains information needed to make a TCP check.
|
boolean |
hasTimeout()
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UptimeCheckConfig.Builder |
newBuilder() |
static UptimeCheckConfig.Builder |
newBuilder(UptimeCheckConfig prototype) |
UptimeCheckConfig.Builder |
newBuilderForType() |
protected UptimeCheckConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static UptimeCheckConfig |
parseDelimitedFrom(java.io.InputStream input) |
static UptimeCheckConfig |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig |
parseFrom(byte[] data) |
static UptimeCheckConfig |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig |
parseFrom(java.nio.ByteBuffer data) |
static UptimeCheckConfig |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig |
parseFrom(ByteString data) |
static UptimeCheckConfig |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig |
parseFrom(CodedInputStream input) |
static UptimeCheckConfig |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig |
parseFrom(java.io.InputStream input) |
static UptimeCheckConfig |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<UptimeCheckConfig> |
parser() |
UptimeCheckConfig.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int MONITORED_RESOURCE_FIELD_NUMBER
public static final int RESOURCE_GROUP_FIELD_NUMBER
public static final int HTTP_CHECK_FIELD_NUMBER
public static final int TCP_CHECK_FIELD_NUMBER
public static final int PERIOD_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int CONTENT_MATCHERS_FIELD_NUMBER
public static final int SELECTED_REGIONS_FIELD_NUMBER
public static final int INTERNAL_CHECKERS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public UptimeCheckConfig.ResourceCase getResourceCase()
getResourceCase in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.CheckRequestTypeCase getCheckRequestTypeCase()
getCheckRequestTypeCase in interface UptimeCheckConfigOrBuilderpublic java.lang.String getName()
A unique resource name for this UptimeCheckConfig. The format is: `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`. This field should be omitted when creating the uptime check configuration; on create, the resource name is assigned by the server and included in the response.
string name = 1;getName in interface UptimeCheckConfigOrBuilderpublic ByteString getNameBytes()
A unique resource name for this UptimeCheckConfig. The format is: `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`. This field should be omitted when creating the uptime check configuration; on create, the resource name is assigned by the server and included in the response.
string name = 1;getNameBytes in interface UptimeCheckConfigOrBuilderpublic java.lang.String getDisplayName()
A human-friendly name for the uptime check configuration. The display name should be unique within a Stackdriver Account in order to make it easier to identify; however, uniqueness is not enforced. Required.
string display_name = 2;getDisplayName in interface UptimeCheckConfigOrBuilderpublic ByteString getDisplayNameBytes()
A human-friendly name for the uptime check configuration. The display name should be unique within a Stackdriver Account in order to make it easier to identify; however, uniqueness is not enforced. Required.
string display_name = 2;getDisplayNameBytes in interface UptimeCheckConfigOrBuilderpublic boolean hasMonitoredResource()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;hasMonitoredResource in interface UptimeCheckConfigOrBuilderpublic MonitoredResource getMonitoredResource()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;getMonitoredResource in interface UptimeCheckConfigOrBuilderpublic MonitoredResourceOrBuilder getMonitoredResourceOrBuilder()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;getMonitoredResourceOrBuilder in interface UptimeCheckConfigOrBuilderpublic boolean hasResourceGroup()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;hasResourceGroup in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.ResourceGroup getResourceGroup()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;getResourceGroup in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.ResourceGroupOrBuilder getResourceGroupOrBuilder()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;getResourceGroupOrBuilder in interface UptimeCheckConfigOrBuilderpublic boolean hasHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;hasHttpCheck in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.HttpCheck getHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;getHttpCheck in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.HttpCheckOrBuilder getHttpCheckOrBuilder()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;getHttpCheckOrBuilder in interface UptimeCheckConfigOrBuilderpublic boolean hasTcpCheck()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;hasTcpCheck in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.TcpCheck getTcpCheck()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;getTcpCheck in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.TcpCheckOrBuilder getTcpCheckOrBuilder()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;getTcpCheckOrBuilder in interface UptimeCheckConfigOrBuilderpublic boolean hasPeriod()
How often the uptime check is performed. Currently, only 1, 5, 10, and 15 minutes are supported. Required.
.google.protobuf.Duration period = 7;hasPeriod in interface UptimeCheckConfigOrBuilderpublic Duration getPeriod()
How often the uptime check is performed. Currently, only 1, 5, 10, and 15 minutes are supported. Required.
.google.protobuf.Duration period = 7;getPeriod in interface UptimeCheckConfigOrBuilderpublic DurationOrBuilder getPeriodOrBuilder()
How often the uptime check is performed. Currently, only 1, 5, 10, and 15 minutes are supported. Required.
.google.protobuf.Duration period = 7;getPeriodOrBuilder in interface UptimeCheckConfigOrBuilderpublic boolean hasTimeout()
The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
.google.protobuf.Duration timeout = 8;hasTimeout in interface UptimeCheckConfigOrBuilderpublic Duration getTimeout()
The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
.google.protobuf.Duration timeout = 8;getTimeout in interface UptimeCheckConfigOrBuilderpublic DurationOrBuilder getTimeoutOrBuilder()
The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
.google.protobuf.Duration timeout = 8;getTimeoutOrBuilder in interface UptimeCheckConfigOrBuilderpublic java.util.List<UptimeCheckConfig.ContentMatcher> getContentMatchersList()
The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required.
repeated .google.monitoring.v3.UptimeCheckConfig.ContentMatcher content_matchers = 9;getContentMatchersList in interface UptimeCheckConfigOrBuilderpublic java.util.List<? extends UptimeCheckConfig.ContentMatcherOrBuilder> getContentMatchersOrBuilderList()
The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required.
repeated .google.monitoring.v3.UptimeCheckConfig.ContentMatcher content_matchers = 9;getContentMatchersOrBuilderList in interface UptimeCheckConfigOrBuilderpublic int getContentMatchersCount()
The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required.
repeated .google.monitoring.v3.UptimeCheckConfig.ContentMatcher content_matchers = 9;getContentMatchersCount in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.ContentMatcher getContentMatchers(int index)
The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required.
repeated .google.monitoring.v3.UptimeCheckConfig.ContentMatcher content_matchers = 9;getContentMatchers in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.ContentMatcherOrBuilder getContentMatchersOrBuilder(int index)
The expected content on the page the check is run against. Currently, only the first entry in the list is supported, and other entries will be ignored. The server will look for an exact match of the string in the page response's content. This field is optional and should only be specified if a content match is required.
repeated .google.monitoring.v3.UptimeCheckConfig.ContentMatcher content_matchers = 9;getContentMatchersOrBuilder in interface UptimeCheckConfigOrBuilderpublic java.util.List<UptimeCheckRegion> getSelectedRegionsList()
The list of regions from which the check will be run. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.
repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;getSelectedRegionsList in interface UptimeCheckConfigOrBuilderpublic int getSelectedRegionsCount()
The list of regions from which the check will be run. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.
repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;getSelectedRegionsCount in interface UptimeCheckConfigOrBuilderpublic UptimeCheckRegion getSelectedRegions(int index)
The list of regions from which the check will be run. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.
repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;getSelectedRegions in interface UptimeCheckConfigOrBuilderpublic java.util.List<java.lang.Integer> getSelectedRegionsValueList()
The list of regions from which the check will be run. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.
repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;getSelectedRegionsValueList in interface UptimeCheckConfigOrBuilderpublic int getSelectedRegionsValue(int index)
The list of regions from which the check will be run. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.
repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;getSelectedRegionsValue in interface UptimeCheckConfigOrBuilderpublic java.util.List<UptimeCheckConfig.InternalChecker> getInternalCheckersList()
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;getInternalCheckersList in interface UptimeCheckConfigOrBuilderpublic java.util.List<? extends UptimeCheckConfig.InternalCheckerOrBuilder> getInternalCheckersOrBuilderList()
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;getInternalCheckersOrBuilderList in interface UptimeCheckConfigOrBuilderpublic int getInternalCheckersCount()
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;getInternalCheckersCount in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.InternalChecker getInternalCheckers(int index)
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;getInternalCheckers in interface UptimeCheckConfigOrBuilderpublic UptimeCheckConfig.InternalCheckerOrBuilder getInternalCheckersOrBuilder(int index)
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;getInternalCheckersOrBuilder in interface UptimeCheckConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static UptimeCheckConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UptimeCheckConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UptimeCheckConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UptimeCheckConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UptimeCheckConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UptimeCheckConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UptimeCheckConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic UptimeCheckConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static UptimeCheckConfig.Builder newBuilder()
public static UptimeCheckConfig.Builder newBuilder(UptimeCheckConfig prototype)
public UptimeCheckConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected UptimeCheckConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static UptimeCheckConfig getDefaultInstance()
public static Parser<UptimeCheckConfig> parser()
public Parser<UptimeCheckConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public UptimeCheckConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder