Google Cloud Monitoring v3 API - Class ListMonitoredResourceDescriptorsRequest (3.8.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListMonitoredResourceDescriptorsRequest.

The ListMonitoredResourceDescriptors request.

Inheritance

object > ListMonitoredResourceDescriptorsRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListMonitoredResourceDescriptorsRequest()

public ListMonitoredResourceDescriptorsRequest()

ListMonitoredResourceDescriptorsRequest(ListMonitoredResourceDescriptorsRequest)

public ListMonitoredResourceDescriptorsRequest(ListMonitoredResourceDescriptorsRequest other)
Parameter
NameDescription
otherListMonitoredResourceDescriptorsRequest

Properties

Filter

public string Filter { get; set; }

An optional filter describing the descriptors to be returned. The filter can reference the descriptor's type and labels. For example, the following filter returns only Google Compute Engine descriptors that have an id label:

resource.type = starts_with("gce_") AND resource.label:id
Property Value
TypeDescription
string

FolderName

public FolderName FolderName { get; set; }

FolderName-typed view over the Name resource name property.

Property Value
TypeDescription
FolderName

Name

public string Name { get; set; }

Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]
Property Value
TypeDescription
string

OrganizationName

public OrganizationName OrganizationName { get; set; }

OrganizationName-typed view over the Name resource name property.

Property Value
TypeDescription
OrganizationName

PageSize

public int PageSize { get; set; }

A positive number that is the maximum number of results to return.

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 additional results from the previous method call.

Property Value
TypeDescription
string

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName