Infrastructure Manager v1 API - Class ListPreviewsResponse (1.2.0)

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.

Inheritance

object > ListPreviewsResponse

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListPreviewsResponse()

public ListPreviewsResponse()

ListPreviewsResponse(ListPreviewsResponse)

public ListPreviewsResponse(ListPreviewsResponse other)
Parameter
NameDescription
otherListPreviewsResponse

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
TypeDescription
string

Previews

public RepeatedField<Preview> Previews { get; }

List of [Previews][]s.

Property Value
TypeDescription
RepeatedFieldPreview

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Preview> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPreview