Service Usage v1 API - Class ListServicesResponse (2.4.0)

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

Reference documentation and code samples for the Service Usage v1 API class ListServicesResponse.

Response message for the ListServices method.

Inheritance

object > ListServicesResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.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<Service> Services { get; }

The available services for the requested project.

Property Value
TypeDescription
RepeatedFieldService

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorService