Class ListServicesResponse (1.0.0)

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

The response message for [RegistrationService.ListServices][google.cloud.servicedirectory.v1.RegistrationService.ListServices].

Inheritance

System.Object > ListServicesResponse

Implements

Google.Protobuf.IMessage<ListServicesResponse>, System.IEquatable<ListServicesResponse>, Google.Protobuf.IDeepCloneable<ListServicesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Service>, System.Collections.Generic.IEnumerable<Service>, System.Collections.IEnumerable

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
NameDescription
otherListServicesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
System.String

Services

public RepeatedField<Service> Services { get; }

The list of services.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Service>

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Service>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator