Google Cloud Monitoring v3 API - Class ListServicesResponse (3.7.0)

public sealed class ListServicesResponse : IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage

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

The ListServices response.

Inheritance

object > ListServicesResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
NameDescription
otherListServicesResponse

Properties

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
TypeDescription
string

Services

public RepeatedField<Service> Services { get; }

The Services matching the specified filter.

Property Value
TypeDescription
RepeatedFieldService

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorService