Cloud Location Finder v1 API - Class ListCloudLocationsResponse (1.0.0-beta01)

public sealed class ListCloudLocationsResponse : IMessage<ListCloudLocationsResponse>, IEquatable<ListCloudLocationsResponse>, IDeepCloneable<ListCloudLocationsResponse>, IBufferMessage, IMessage, IPageResponse<CloudLocation>, IEnumerable<CloudLocation>, IEnumerable

Reference documentation and code samples for the Cloud Location Finder v1 API class ListCloudLocationsResponse.

Message for response to listing cloud locations.

Inheritance

object > ListCloudLocationsResponse

Namespace

Google.Cloud.LocationFinder.V1

Assembly

Google.Cloud.LocationFinder.V1.dll

Constructors

ListCloudLocationsResponse()

public ListCloudLocationsResponse()

ListCloudLocationsResponse(ListCloudLocationsResponse)

public ListCloudLocationsResponse(ListCloudLocationsResponse other)
Parameter
Name Description
other ListCloudLocationsResponse

Properties

CloudLocations

public RepeatedField<CloudLocation> CloudLocations { get; }

Output only. List of cloud locations.

Property Value
Type Description
RepeatedFieldCloudLocation

NextPageToken

public string NextPageToken { get; set; }

Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<CloudLocation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorCloudLocation