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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckIpsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListUptimeCheckIpsRequest build()
buildPartial()
public ListUptimeCheckIpsRequest buildPartial()
clear()
public ListUptimeCheckIpsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListUptimeCheckIpsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUptimeCheckIpsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
clone()
public ListUptimeCheckIpsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ListUptimeCheckIpsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListUptimeCheckIpsRequest other)
public ListUptimeCheckIpsRequest.Builder mergeFrom(ListUptimeCheckIpsRequest other)
public ListUptimeCheckIpsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListUptimeCheckIpsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckIpsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListUptimeCheckIpsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUptimeCheckIpsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUptimeCheckIpsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides