public final class ListUptimeCheckConfigsResponse extends com.google.protobuf.GeneratedMessageV3 implements ListUptimeCheckConfigsResponseOrBuilder
The protocol for the `ListUptimeCheckConfigs` response.Protobuf type
google.monitoring.v3.ListUptimeCheckConfigsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ListUptimeCheckConfigsResponse.Builder
The protocol for the `ListUptimeCheckConfigs` response.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
static int |
TOTAL_SIZE_FIELD_NUMBER |
static int |
UPTIME_CHECK_CONFIGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ListUptimeCheckConfigsResponse |
getDefaultInstance() |
ListUptimeCheckConfigsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNextPageToken()
This field represents the pagination token to retrieve the next page of
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
This field represents the pagination token to retrieve the next page of
results.
|
com.google.protobuf.Parser<ListUptimeCheckConfigsResponse> |
getParserForType() |
int |
getSerializedSize() |
int |
getTotalSize()
The total number of Uptime check configurations for the project,
irrespective of any pagination.
|
UptimeCheckConfig |
getUptimeCheckConfigs(int index)
The returned Uptime check configurations.
|
int |
getUptimeCheckConfigsCount()
The returned Uptime check configurations.
|
List<UptimeCheckConfig> |
getUptimeCheckConfigsList()
The returned Uptime check configurations.
|
UptimeCheckConfigOrBuilder |
getUptimeCheckConfigsOrBuilder(int index)
The returned Uptime check configurations.
|
List<? extends UptimeCheckConfigOrBuilder> |
getUptimeCheckConfigsOrBuilderList()
The returned Uptime check configurations.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListUptimeCheckConfigsResponse.Builder |
newBuilder() |
static ListUptimeCheckConfigsResponse.Builder |
newBuilder(ListUptimeCheckConfigsResponse prototype) |
ListUptimeCheckConfigsResponse.Builder |
newBuilderForType() |
protected ListUptimeCheckConfigsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ListUptimeCheckConfigsResponse |
parseDelimitedFrom(InputStream input) |
static ListUptimeCheckConfigsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListUptimeCheckConfigsResponse |
parseFrom(byte[] data) |
static ListUptimeCheckConfigsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListUptimeCheckConfigsResponse |
parseFrom(ByteBuffer data) |
static ListUptimeCheckConfigsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListUptimeCheckConfigsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListUptimeCheckConfigsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListUptimeCheckConfigsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListUptimeCheckConfigsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListUptimeCheckConfigsResponse |
parseFrom(InputStream input) |
static ListUptimeCheckConfigsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListUptimeCheckConfigsResponse> |
parser() |
ListUptimeCheckConfigsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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, waitpublic static final int UPTIME_CHECK_CONFIGS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int TOTAL_SIZE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<UptimeCheckConfig> getUptimeCheckConfigsList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsList in interface ListUptimeCheckConfigsResponseOrBuilderpublic List<? extends UptimeCheckConfigOrBuilder> getUptimeCheckConfigsOrBuilderList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsOrBuilderList in interface ListUptimeCheckConfigsResponseOrBuilderpublic int getUptimeCheckConfigsCount()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsCount in interface ListUptimeCheckConfigsResponseOrBuilderpublic UptimeCheckConfig getUptimeCheckConfigs(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigs in interface ListUptimeCheckConfigsResponseOrBuilderpublic UptimeCheckConfigOrBuilder getUptimeCheckConfigsOrBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsOrBuilder in interface ListUptimeCheckConfigsResponseOrBuilderpublic String getNextPageToken()
This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
string next_page_token = 2;getNextPageToken in interface ListUptimeCheckConfigsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
string next_page_token = 2;getNextPageTokenBytes in interface ListUptimeCheckConfigsResponseOrBuilderpublic int getTotalSize()
The total number of Uptime check configurations for the project, irrespective of any pagination.
int32 total_size = 3;getTotalSize in interface ListUptimeCheckConfigsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ListUptimeCheckConfigsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListUptimeCheckConfigsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ListUptimeCheckConfigsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ListUptimeCheckConfigsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ListUptimeCheckConfigsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListUptimeCheckConfigsResponse.Builder newBuilder()
public static ListUptimeCheckConfigsResponse.Builder newBuilder(ListUptimeCheckConfigsResponse prototype)
public ListUptimeCheckConfigsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListUptimeCheckConfigsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ListUptimeCheckConfigsResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListUptimeCheckConfigsResponse> parser()
public com.google.protobuf.Parser<ListUptimeCheckConfigsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ListUptimeCheckConfigsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.