public sealed class ListPreviewsResponse : IMessage<ListPreviewsResponse>, IEquatable<ListPreviewsResponse>, IDeepCloneable<ListPreviewsResponse>, IBufferMessage, IMessage, IPageResponse<Preview>, IEnumerable<Preview>, IEnumerable
Reference documentation and code samples for the Infrastructure Manager v1 API class ListPreviewsResponse.
A response to a ListPreviews
call. Contains a list of Previews.
Implements
IMessageListPreviewsResponse, IEquatableListPreviewsResponse, IDeepCloneableListPreviewsResponse, IBufferMessage, IMessage, IPageResponsePreview, IEnumerablePreview, IEnumerableNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ListPreviewsResponse()
public ListPreviewsResponse()
ListPreviewsResponse(ListPreviewsResponse)
public ListPreviewsResponse(ListPreviewsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPreviewsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to be supplied to the next ListPreviews request via page_token
to obtain the next set of results.
Property Value | |
---|---|
Type | Description |
string |
Previews
public RepeatedField<Preview> Previews { get; }
List of [Previews][]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPreview |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Preview> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPreview |