public static final class ListUptimeCheckIpsRequest.Builder extends GeneratedMessageV3.Builder<ListUptimeCheckIpsRequest.Builder> implements ListUptimeCheckIpsRequestOrBuilder
The protocol for the ListUptimeCheckIps
request.
Protobuf type google.monitoring.v3.ListUptimeCheckIpsRequest
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 ListUptimeCheckIpsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListUptimeCheckIpsRequest build()
Returns
buildPartial()
public ListUptimeCheckIpsRequest buildPartial()
Returns
clear()
public ListUptimeCheckIpsRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListUptimeCheckIpsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUptimeCheckIpsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPageSize()
public ListUptimeCheckIpsRequest.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.
NOTE: this field is not yet implemented
int32 page_size = 2;
Returns
clearPageToken()
public ListUptimeCheckIpsRequest.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.
NOTE: this field is not yet implemented
string page_token = 3;
Returns
clone()
public ListUptimeCheckIpsRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListUptimeCheckIpsRequest 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.
NOTE: this field is not yet implemented
int32 page_size = 2;
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.
NOTE: this field is not yet implemented
string page_token = 3;
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.
NOTE: this field is not yet implemented
string page_token = 3;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListUptimeCheckIpsRequest other)
public ListUptimeCheckIpsRequest.Builder mergeFrom(ListUptimeCheckIpsRequest other)
Parameter
Returns
public ListUptimeCheckIpsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListUptimeCheckIpsRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckIpsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckIpsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPageSize(int value)
public ListUptimeCheckIpsRequest.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.
NOTE: this field is not yet implemented
int32 page_size = 2;
Parameter
Name | Description |
value | int
The pageSize to set.
|
Returns
setPageToken(String value)
public ListUptimeCheckIpsRequest.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.
NOTE: this field is not yet implemented
string page_token = 3;
Parameter
Name | Description |
value | String
The pageToken to set.
|
Returns
setPageTokenBytes(ByteString value)
public ListUptimeCheckIpsRequest.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.
NOTE: this field is not yet implemented
string page_token = 3;
Parameter
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUptimeCheckIpsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckIpsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides