Class ListServicesResponse (1.5.0)

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

Response message for ListServices method.

Inheritance

Object > ListServicesResponse

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
NameDescription
otherListServicesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token that can be passed to ListServices to resume a paginated query.

Property Value
TypeDescription
String

Services

public RepeatedField<ManagedService> Services { get; }

The returned services will only have the name field set.

Property Value
TypeDescription
RepeatedField<ManagedService>

Methods

GetEnumerator()

public IEnumerator<ManagedService> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ManagedService>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator