public sealed class ListServicesResponse : IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage, IPageResponse<ManagedService>, IEnumerable<ManagedService>, IEnumerable
Reference documentation and code samples for the Service Management v1 API class ListServicesResponse.
Response message for ListServices
method.
Implements
IMessageListServicesResponse, IEquatableListServicesResponse, IDeepCloneableListServicesResponse, IBufferMessage, IMessage, IPageResponseManagedService, IEnumerableManagedService, IEnumerableNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ListServicesResponse()
public ListServicesResponse()
ListServicesResponse(ListServicesResponse)
public ListServicesResponse(ListServicesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListServicesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token that can be passed to ListServices
to resume a paginated query.
Property Value | |
---|---|
Type | Description |
string |
Services
public RepeatedField<ManagedService> Services { get; }
The returned services will only have the name field set.
Property Value | |
---|---|
Type | Description |
RepeatedFieldManagedService |
Methods
GetEnumerator()
public IEnumerator<ManagedService> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorManagedService |