public static final class ListUptimeCheckConfigsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder> implements ListUptimeCheckConfigsResponseOrBuilder
The protocol for the `ListUptimeCheckConfigs` response.Protobuf type
google.monitoring.v3.ListUptimeCheckConfigsResponse| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckConfigsResponse.Builder |
addAllUptimeCheckConfigs(Iterable<? extends UptimeCheckConfig> values)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListUptimeCheckConfigsResponse.Builder |
addUptimeCheckConfigs(int index,
UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
addUptimeCheckConfigs(int index,
UptimeCheckConfig value)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
addUptimeCheckConfigs(UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
addUptimeCheckConfigs(UptimeCheckConfig value)
The returned Uptime check configurations.
|
UptimeCheckConfig.Builder |
addUptimeCheckConfigsBuilder()
The returned Uptime check configurations.
|
UptimeCheckConfig.Builder |
addUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse |
build() |
ListUptimeCheckConfigsResponse |
buildPartial() |
ListUptimeCheckConfigsResponse.Builder |
clear() |
ListUptimeCheckConfigsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListUptimeCheckConfigsResponse.Builder |
clearNextPageToken()
This field represents the pagination token to retrieve the next page of
results.
|
ListUptimeCheckConfigsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListUptimeCheckConfigsResponse.Builder |
clearTotalSize()
The total number of Uptime check configurations for the project,
irrespective of any pagination.
|
ListUptimeCheckConfigsResponse.Builder |
clearUptimeCheckConfigs()
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
clone() |
ListUptimeCheckConfigsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
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.
|
UptimeCheckConfig.Builder |
getUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
|
List<UptimeCheckConfig.Builder> |
getUptimeCheckConfigsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListUptimeCheckConfigsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListUptimeCheckConfigsResponse.Builder |
mergeFrom(ListUptimeCheckConfigsResponse other) |
ListUptimeCheckConfigsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListUptimeCheckConfigsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListUptimeCheckConfigsResponse.Builder |
removeUptimeCheckConfigs(int index)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListUptimeCheckConfigsResponse.Builder |
setNextPageToken(String value)
This field represents the pagination token to retrieve the next page of
results.
|
ListUptimeCheckConfigsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
This field represents the pagination token to retrieve the next page of
results.
|
ListUptimeCheckConfigsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListUptimeCheckConfigsResponse.Builder |
setTotalSize(int value)
The total number of Uptime check configurations for the project,
irrespective of any pagination.
|
ListUptimeCheckConfigsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListUptimeCheckConfigsResponse.Builder |
setUptimeCheckConfigs(int index,
UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
|
ListUptimeCheckConfigsResponse.Builder |
setUptimeCheckConfigs(int index,
UptimeCheckConfig value)
The returned Uptime check configurations.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListUptimeCheckConfigsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListUptimeCheckConfigsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListUptimeCheckConfigsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder mergeFrom(ListUptimeCheckConfigsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public ListUptimeCheckConfigsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListUptimeCheckConfigsResponse.Builder>IOExceptionpublic List<UptimeCheckConfig> getUptimeCheckConfigsList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsList 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 ListUptimeCheckConfigsResponse.Builder setUptimeCheckConfigs(int index, UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder setUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(int index, UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder addAllUptimeCheckConfigs(Iterable<? extends UptimeCheckConfig> values)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder clearUptimeCheckConfigs()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public ListUptimeCheckConfigsResponse.Builder removeUptimeCheckConfigs(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public UptimeCheckConfig.Builder getUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public UptimeCheckConfigOrBuilder getUptimeCheckConfigsOrBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;getUptimeCheckConfigsOrBuilder 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 UptimeCheckConfig.Builder addUptimeCheckConfigsBuilder()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public UptimeCheckConfig.Builder addUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public List<UptimeCheckConfig.Builder> getUptimeCheckConfigsBuilderList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;public 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 ListUptimeCheckConfigsResponse.Builder setNextPageToken(String value)
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;value - The nextPageToken to set.public ListUptimeCheckConfigsResponse.Builder clearNextPageToken()
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;public ListUptimeCheckConfigsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
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;value - The bytes for nextPageToken to set.public int getTotalSize()
The total number of Uptime check configurations for the project, irrespective of any pagination.
int32 total_size = 3;getTotalSize in interface ListUptimeCheckConfigsResponseOrBuilderpublic ListUptimeCheckConfigsResponse.Builder setTotalSize(int value)
The total number of Uptime check configurations for the project, irrespective of any pagination.
int32 total_size = 3;value - The totalSize to set.public ListUptimeCheckConfigsResponse.Builder clearTotalSize()
The total number of Uptime check configurations for the project, irrespective of any pagination.
int32 total_size = 3;public final ListUptimeCheckConfigsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>public final ListUptimeCheckConfigsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.