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.
Implements
IMessageListMonitoredResourceDescriptorsRequest, IEquatableListMonitoredResourceDescriptorsRequest, IDeepCloneableListMonitoredResourceDescriptorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListMonitoredResourceDescriptorsRequest()
public ListMonitoredResourceDescriptorsRequest()
ListMonitoredResourceDescriptorsRequest(ListMonitoredResourceDescriptorsRequest)
public ListMonitoredResourceDescriptorsRequest(ListMonitoredResourceDescriptorsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListMonitoredResourceDescriptorsRequest |
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 | |
---|---|
Type | Description |
string |
FolderName
public FolderName FolderName { get; set; }
FolderName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
OrganizationName
public OrganizationName OrganizationName { get; set; }
OrganizationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
PageSize
public int PageSize { get; set; }
A positive number that is the maximum number of results to return.
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 additional results from the previous method call.
Property Value | |
---|---|
Type | Description |
string |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |