public static final class ListUptimeCheckConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListUptimeCheckConfigsResponse.Builder> implements ListUptimeCheckConfigsResponseOrBuilder
The protocol for the ListUptimeCheckConfigs
response.
Protobuf type google.monitoring.v3.ListUptimeCheckConfigsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllUptimeCheckConfigs(Iterable<? extends UptimeCheckConfig> values)
public ListUptimeCheckConfigsResponse.Builder addAllUptimeCheckConfigs(Iterable<? extends UptimeCheckConfig> values)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.monitoring.v3.UptimeCheckConfig>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addUptimeCheckConfigs(UptimeCheckConfig value)
public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
addUptimeCheckConfigs(UptimeCheckConfig.Builder builderForValue)
public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
addUptimeCheckConfigs(int index, UptimeCheckConfig value)
public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(int index, UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
addUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
public ListUptimeCheckConfigsResponse.Builder addUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
addUptimeCheckConfigsBuilder()
public UptimeCheckConfig.Builder addUptimeCheckConfigsBuilder()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
addUptimeCheckConfigsBuilder(int index)
public UptimeCheckConfig.Builder addUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
index | int
|
build()
public ListUptimeCheckConfigsResponse build()
buildPartial()
public ListUptimeCheckConfigsResponse buildPartial()
clear()
public ListUptimeCheckConfigsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListUptimeCheckConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUptimeCheckConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTotalSize()
public ListUptimeCheckConfigsResponse.Builder clearTotalSize()
The total number of Uptime check configurations for the project,
irrespective of any pagination.
int32 total_size = 3;
clearUptimeCheckConfigs()
public ListUptimeCheckConfigsResponse.Builder clearUptimeCheckConfigs()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
clone()
public ListUptimeCheckConfigsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListUptimeCheckConfigsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
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;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
getTotalSize()
public int getTotalSize()
The total number of Uptime check configurations for the project,
irrespective of any pagination.
int32 total_size = 3;
Returns |
---|
Type | Description |
int | The totalSize.
|
getUptimeCheckConfigs(int index)
public UptimeCheckConfig getUptimeCheckConfigs(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
index | int
|
getUptimeCheckConfigsBuilder(int index)
public UptimeCheckConfig.Builder getUptimeCheckConfigsBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
index | int
|
getUptimeCheckConfigsBuilderList()
public List<UptimeCheckConfig.Builder> getUptimeCheckConfigsBuilderList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
getUptimeCheckConfigsCount()
public int getUptimeCheckConfigsCount()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Returns |
---|
Type | Description |
int | |
getUptimeCheckConfigsList()
public List<UptimeCheckConfig> getUptimeCheckConfigsList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
getUptimeCheckConfigsOrBuilder(int index)
public UptimeCheckConfigOrBuilder getUptimeCheckConfigsOrBuilder(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
index | int
|
getUptimeCheckConfigsOrBuilderList()
public List<? extends UptimeCheckConfigOrBuilder> getUptimeCheckConfigsOrBuilderList()
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Returns |
---|
Type | Description |
List<? extends com.google.monitoring.v3.UptimeCheckConfigOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListUptimeCheckConfigsResponse other)
public ListUptimeCheckConfigsResponse.Builder mergeFrom(ListUptimeCheckConfigsResponse other)
public ListUptimeCheckConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListUptimeCheckConfigsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeUptimeCheckConfigs(int index)
public ListUptimeCheckConfigsResponse.Builder removeUptimeCheckConfigs(int index)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public 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;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListUptimeCheckConfigsResponse.Builder setNextPageTokenBytes(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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUptimeCheckConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTotalSize(int value)
public ListUptimeCheckConfigsResponse.Builder setTotalSize(int value)
The total number of Uptime check configurations for the project,
irrespective of any pagination.
int32 total_size = 3;
Parameter |
---|
Name | Description |
value | int
The totalSize to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUptimeCheckConfigs(int index, UptimeCheckConfig value)
public ListUptimeCheckConfigsResponse.Builder setUptimeCheckConfigs(int index, UptimeCheckConfig value)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
setUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
public ListUptimeCheckConfigsResponse.Builder setUptimeCheckConfigs(int index, UptimeCheckConfig.Builder builderForValue)
The returned Uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;