public sealed class ListLocationsRequest : Api.Gax.Grpc.IPageRequest, Protobuf.IBufferMessage, Protobuf.IMessage<ListLocationsRequest>
The request message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
Namespace
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 |
Int32 |
PageToken
public string PageToken { get; set; }
The standard list page token.
Property Value | |
---|---|
Type | Description |
String |