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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public UptimeCheckConfig.ResourceCase getResourceCase()
getResourceCase
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.CheckRequestTypeCase getCheckRequestTypeCase()
getCheckRequestTypeCase
in interface UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public boolean hasMonitoredResource()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;
hasMonitoredResource
in interface UptimeCheckConfigOrBuilder
public MonitoredResource getMonitoredResource()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;
getMonitoredResource
in interface UptimeCheckConfigOrBuilder
public MonitoredResourceOrBuilder getMonitoredResourceOrBuilder()
The monitored resource associated with the configuration.
.google.api.MonitoredResource monitored_resource = 3;
getMonitoredResourceOrBuilder
in interface UptimeCheckConfigOrBuilder
public boolean hasResourceGroup()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;
hasResourceGroup
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.ResourceGroup getResourceGroup()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;
getResourceGroup
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.ResourceGroupOrBuilder getResourceGroupOrBuilder()
The group resource associated with the configuration.
.google.monitoring.v3.UptimeCheckConfig.ResourceGroup resource_group = 4;
getResourceGroupOrBuilder
in interface UptimeCheckConfigOrBuilder
public boolean hasHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;
hasHttpCheck
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.HttpCheck getHttpCheck()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;
getHttpCheck
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.HttpCheckOrBuilder getHttpCheckOrBuilder()
Contains information needed to make an HTTP or HTTPS check.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck http_check = 5;
getHttpCheckOrBuilder
in interface UptimeCheckConfigOrBuilder
public boolean hasTcpCheck()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;
hasTcpCheck
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.TcpCheck getTcpCheck()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;
getTcpCheck
in interface UptimeCheckConfigOrBuilder
public UptimeCheckConfig.TcpCheckOrBuilder getTcpCheckOrBuilder()
Contains information needed to make a TCP check.
.google.monitoring.v3.UptimeCheckConfig.TcpCheck tcp_check = 6;
getTcpCheckOrBuilder
in interface UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public int getInternalCheckersCount()
The internal checkers that this check will egress from.
repeated .google.monitoring.v3.UptimeCheckConfig.InternalChecker internal_checkers = 14;
getInternalCheckersCount
in interface UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public 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 UptimeCheckConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static UptimeCheckConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UptimeCheckConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UptimeCheckConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public UptimeCheckConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static UptimeCheckConfig.Builder newBuilder()
public static UptimeCheckConfig.Builder newBuilder(UptimeCheckConfig prototype)
public UptimeCheckConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected UptimeCheckConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static UptimeCheckConfig getDefaultInstance()
public static Parser<UptimeCheckConfig> parser()
public Parser<UptimeCheckConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public UptimeCheckConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder