Class ListLocationsRequest (1.0.0)

public sealed class ListLocationsRequest : Api.Gax.Grpc.IPageRequest, Protobuf.IBufferMessage, Protobuf.IMessage<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
Int32

PageToken

public string PageToken { get; set; }

The standard list page token.

Property Value
TypeDescription
String