Google.Cloud.Location - Class ListLocationsRequest (2.1.0)

public sealed class ListLocationsRequest : IMessage<ListLocationsRequest>, IEquatable<ListLocationsRequest>, IDeepCloneable<ListLocationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google.Cloud.Location class ListLocationsRequest.

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

Inheritance

object > ListLocationsRequest

Namespace

Google.Cloud.Location

Assembly

Google.Cloud.Location.dll

Constructors

ListLocationsRequest()

public ListLocationsRequest()

ListLocationsRequest(ListLocationsRequest)

public ListLocationsRequest(ListLocationsRequest other)
Parameter
NameDescription
otherListLocationsRequest

Properties

Filter

public string Filter { get; set; }

The standard list filter.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The resource that owns the locations collection, if applicable.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token.

Property Value
TypeDescription
string