public sealed class ListLocationsRequest : IMessage<ListLocationsRequest>, IEquatable<ListLocationsRequest>, IDeepCloneable<ListLocationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google.Cloud.Location class ListLocationsRequest.
The request message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
Implements
IMessageListLocationsRequest, IEquatableListLocationsRequest, IDeepCloneableListLocationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.LocationAssembly
Google.Cloud.Location.dll
Constructors
ListLocationsRequest()
public ListLocationsRequest()ListLocationsRequest(ListLocationsRequest)
public ListLocationsRequest(ListLocationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLocationsRequest |
Properties
Filter
public string Filter { get; set; }The standard list filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The resource that owns the locations collection, if applicable.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The standard list page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|