public sealed class ListMetricDescriptorsResponse : IMessage<ListMetricDescriptorsResponse>, IEquatable<ListMetricDescriptorsResponse>, IDeepCloneable<ListMetricDescriptorsResponse>, IBufferMessage, IMessage, IPageResponse<MetricDescriptor>, IEnumerable<MetricDescriptor>, IEnumerable
Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListMetricDescriptorsResponse.
The ListMetricDescriptors
response.
Implements
IMessage<ListMetricDescriptorsResponse>, IEquatable<ListMetricDescriptorsResponse>, IDeepCloneable<ListMetricDescriptorsResponse>, IBufferMessage, IMessage, IPageResponse<MetricDescriptor>, IEnumerable<MetricDescriptor>, IEnumerableNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListMetricDescriptorsResponse()
public ListMetricDescriptorsResponse()
ListMetricDescriptorsResponse(ListMetricDescriptorsResponse)
public ListMetricDescriptorsResponse(ListMetricDescriptorsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListMetricDescriptorsResponse |
Properties
MetricDescriptors
public RepeatedField<MetricDescriptor> MetricDescriptors { get; }
The metric descriptors that are available to the project
and that match the value of filter
, if present.
Property Value | |
---|---|
Type | Description |
RepeatedField<MetricDescriptor> |
NextPageToken
public string NextPageToken { get; set; }
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<MetricDescriptor> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<MetricDescriptor> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |