Google Cloud Monitoring v3 API - Class ListUptimeCheckConfigsRequest (3.8.0)

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.

Inheritance

object > ListUptimeCheckConfigsRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListUptimeCheckConfigsRequest()

public ListUptimeCheckConfigsRequest()

ListUptimeCheckConfigsRequest(ListUptimeCheckConfigsRequest)

public ListUptimeCheckConfigsRequest(ListUptimeCheckConfigsRequest other)
Parameter
NameDescription
otherListUptimeCheckConfigsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName