Send feedback
Class ListUptimeCheckConfigsRequest.Builder (3.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.7.0 keyboard_arrow_down
public static final class ListUptimeCheckConfigsRequest . Builder extends GeneratedMessageV3 . Builder<ListUptimeCheckConfigsRequest . Builder > implements ListUptimeCheckConfigsRequestOrBuilder
The protocol for the ListUptimeCheckConfigs
request.
Protobuf type google.monitoring.v3.ListUptimeCheckConfigsRequest
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 ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckConfigsRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListUptimeCheckConfigsRequest build ()
Returns
buildPartial()
public ListUptimeCheckConfigsRequest buildPartial ()
Returns
clear()
public ListUptimeCheckConfigsRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListUptimeCheckConfigsRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUptimeCheckConfigsRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPageSize()
public ListUptimeCheckConfigsRequest . Builder clearPageSize ()
The maximum number of results to return in a single response. The server
may further constrain the maximum number of results returned in a single
page. If the page_size is <=0, the server will decide the number of results
to be returned.
int32 page_size = 3;
Returns
clearPageToken()
public ListUptimeCheckConfigsRequest . Builder clearPageToken ()
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
string page_token = 4;
Returns
clearParent()
public ListUptimeCheckConfigsRequest . Builder clearParent ()
Required. The
project whose
Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clone()
public ListUptimeCheckConfigsRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ListUptimeCheckConfigsRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPageSize()
The maximum number of results to return in a single response. The server
may further constrain the maximum number of results returned in a single
page. If the page_size is <=0, the server will decide the number of results
to be returned.
int32 page_size = 3;
Returns
Type Description int The pageSize.
getPageToken()
public String getPageToken ()
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
string page_token = 4;
Returns
Type Description String The pageToken.
getPageTokenBytes()
public ByteString getPageTokenBytes ()
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
string page_token = 4;
Returns
getParent()
public String getParent ()
Required. The
project whose
Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The
project whose
Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListUptimeCheckConfigsRequest other)
public ListUptimeCheckConfigsRequest . Builder mergeFrom ( ListUptimeCheckConfigsRequest other )
Parameter
Returns
public ListUptimeCheckConfigsRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListUptimeCheckConfigsRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckConfigsRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckConfigsRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPageSize(int value)
public ListUptimeCheckConfigsRequest . Builder setPageSize ( int value )
The maximum number of results to return in a single response. The server
may further constrain the maximum number of results returned in a single
page. If the page_size is <=0, the server will decide the number of results
to be returned.
int32 page_size = 3;
Parameter
Name Description value int
The pageSize to set.
Returns
setPageToken(String value)
public ListUptimeCheckConfigsRequest . Builder setPageToken ( String value )
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
string page_token = 4;
Parameter
Name Description value String
The pageToken to set.
Returns
setPageTokenBytes(ByteString value)
public ListUptimeCheckConfigsRequest . Builder setPageTokenBytes ( ByteString value )
If this field is not empty then it must contain the nextPageToken
value
returned by a previous call to this method. Using this field causes the
method to return more results from the previous method call.
string page_token = 4;
Parameter
Name Description value ByteString
The bytes for pageToken to set.
Returns
setParent(String value)
public ListUptimeCheckConfigsRequest . Builder setParent ( String value )
Required. The
project whose
Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value String
The parent to set.
Returns
setParentBytes(ByteString value)
public ListUptimeCheckConfigsRequest . Builder setParentBytes ( ByteString value )
Required. The
project whose
Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value ByteString
The bytes for parent to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUptimeCheckConfigsRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckConfigsRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]