Class ListLocationsResponse (1.0.0)

public sealed class ListLocationsResponse : Api.Gax.Grpc.IPageResponse<Location>, Protobuf.IBufferMessage, Protobuf.IMessage<ListLocationsResponse>

The response message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].

Inheritance

Object > ListLocationsResponse

Namespace

Google.Cloud.Location

Assembly

Google.Cloud.Location.dll

Constructors

ListLocationsResponse()

public ListLocationsResponse()

ListLocationsResponse(ListLocationsResponse)

public ListLocationsResponse(ListLocationsResponse other)
Parameter
NameDescription
otherListLocationsResponse

Properties

Locations

public Protobuf.Collections.RepeatedField<Location> Locations { get; }

A list of locations that matches the specified filter in the request.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<Location>

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public System.Collections.Generic.IEnumerator<Location> GetEnumerator()

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

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