public sealed class ListCloudLocationsRequest : IMessage<ListCloudLocationsRequest>, IEquatable<ListCloudLocationsRequest>, IDeepCloneable<ListCloudLocationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Location Finder v1 API class ListCloudLocationsRequest.
Message for requesting list of cloud locations..
Implements
IMessageListCloudLocationsRequest, IEquatableListCloudLocationsRequest, IDeepCloneableListCloudLocationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.LocationFinder.V1Assembly
Google.Cloud.LocationFinder.V1.dll
Constructors
ListCloudLocationsRequest()
public ListCloudLocationsRequest()
ListCloudLocationsRequest(ListCloudLocationsRequest)
public ListCloudLocationsRequest(ListCloudLocationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCloudLocationsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. A filter expression that filters resources listed in the response. The expression is in the form of field=value. For example, 'cloud_location_type=CLOUD_LOCATION_TYPE_REGION'. Multiple filter queries are space-separated. For example, 'cloud_location_type=CLOUD_LOCATION_TYPE_REGION territory_code="US"' By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of cloud locations to return per page. The service might return fewer cloud locations than this value. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return. Provide page token returned by a previous 'ListCloudLocations' call to retrieve the next page of results. When paginating, all other parameters provided to 'ListCloudLocations' must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |