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