public sealed class SearchCloudLocationsResponse : IMessage<SearchCloudLocationsResponse>, IEquatable<SearchCloudLocationsResponse>, IDeepCloneable<SearchCloudLocationsResponse>, IBufferMessage, IMessage, IPageResponse<CloudLocation>, IEnumerable<CloudLocation>, IEnumerable
Reference documentation and code samples for the Cloud Location Finder v1 API class SearchCloudLocationsResponse.
Message for response to searching cloud locations.
Implements
IMessageSearchCloudLocationsResponse, IEquatableSearchCloudLocationsResponse, IDeepCloneableSearchCloudLocationsResponse, IBufferMessage, IMessage, IPageResponseCloudLocation, IEnumerableCloudLocation, IEnumerableNamespace
Google.Cloud.LocationFinder.V1Assembly
Google.Cloud.LocationFinder.V1.dll
Constructors
SearchCloudLocationsResponse()
public SearchCloudLocationsResponse()
SearchCloudLocationsResponse(SearchCloudLocationsResponse)
public SearchCloudLocationsResponse(SearchCloudLocationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchCloudLocationsResponse |
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 |