public sealed class ListUptimeCheckConfigsRequest : IPageRequest, IMessage<ListUptimeCheckConfigsRequest>, IEquatable<ListUptimeCheckConfigsRequest>, IDeepCloneable<ListUptimeCheckConfigsRequest>, IBufferMessage, IMessageThe protocol for the ListUptimeCheckConfigs request.
Implements
IPageRequest, IMessage<ListUptimeCheckConfigsRequest>, IEquatable<ListUptimeCheckConfigsRequest>, IDeepCloneable<ListUptimeCheckConfigsRequest>, 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
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 |
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 | |
|---|---|
| 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 |
|