public sealed class ListServicesResponse : IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage
The ListServices
response.
Implements
IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListServicesResponse()
public ListServicesResponse()
ListServicesResponse(ListServicesResponse)
public ListServicesResponse(ListServicesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListServicesResponse |
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 | |
---|---|
Type | Description |
String |
Services
public RepeatedField<Service> Services { get; }
The Service
s matching the specified filter.
Property Value | |
---|---|
Type | Description |
RepeatedField<Service> |
Methods
GetEnumerator()
public IEnumerator<Service> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Service> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |