Class ListUptimeCheckConfigsRequest (3.0.0)

public sealed class ListUptimeCheckConfigsRequest : IPageRequest, IMessage<ListUptimeCheckConfigsRequest>, IEquatable<ListUptimeCheckConfigsRequest>, IDeepCloneable<ListUptimeCheckConfigsRequest>, IBufferMessage, IMessage

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

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
Int32

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