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