public sealed class ListLocationsResponse : IMessage<ListLocationsResponse>, IEquatable<ListLocationsResponse>, IDeepCloneable<ListLocationsResponse>, IBufferMessage, IMessage, IPageResponse<Location>, IEnumerable<Location>, IEnumerableThe response message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
Implements
IMessage<ListLocationsResponse>, IEquatable<ListLocationsResponse>, IDeepCloneable<ListLocationsResponse>, IBufferMessage, IMessage, IPageResponse<Location>, IEnumerable<Location>, IEnumerableNamespace
Google.Cloud.LocationAssembly
Google.Cloud.Location.dll
Constructors
ListLocationsResponse()
public ListLocationsResponse()ListLocationsResponse(ListLocationsResponse)
public ListLocationsResponse(ListLocationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLocationsResponse |
Properties
Locations
public RepeatedField<Location> Locations { get; }A list of locations that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Location> |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Location> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Location> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|