public sealed class ListUptimeCheckConfigsRequest : IPageRequest, IMessage<ListUptimeCheckConfigsRequest>, IEquatable<ListUptimeCheckConfigsRequest>, IDeepCloneable<ListUptimeCheckConfigsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListUptimeCheckConfigsRequest.
The protocol for the ListUptimeCheckConfigs
request.
Implements
IPageRequest, IMessageListUptimeCheckConfigsRequest, IEquatableListUptimeCheckConfigsRequest, IDeepCloneableListUptimeCheckConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListUptimeCheckConfigsRequest()
public ListUptimeCheckConfigsRequest()
ListUptimeCheckConfigsRequest(ListUptimeCheckConfigsRequest)
public ListUptimeCheckConfigsRequest(ListUptimeCheckConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListUptimeCheckConfigsRequest |
Properties
Filter
public string Filter { get; set; }
If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.
For more details, see Filtering syntax.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project whose Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Property Value | |
---|---|
Type | Description |
string |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }
FolderName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |