public interface ListUptimeCheckConfigsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
The maximum number of results to return in a single response.
|
java.lang.String |
getPageToken()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
ByteString |
getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
java.lang.String |
getParent()
The project whose uptime check configurations are listed.
|
ByteString |
getParentBytes()
The project whose uptime check configurations are listed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The project whose uptime check configurations are listed. The format is `projects/[PROJECT_ID]`.
string parent = 1;
ByteString getParentBytes()
The project whose uptime check configurations are listed. The format is `projects/[PROJECT_ID]`.
string parent = 1;
int 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;
java.lang.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;
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;