Parameter Manager v1 API - Class ListParameterVersionsResponse (1.0.0-beta01)

public sealed class ListParameterVersionsResponse : IPageResponse<ParameterVersion>, IEnumerable<ParameterVersion>, IEnumerable, IMessage<ListParameterVersionsResponse>, IEquatable<ListParameterVersionsResponse>, IDeepCloneable<ListParameterVersionsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Parameter Manager v1 API class ListParameterVersionsResponse.

Message for response to listing ParameterVersions

Inheritance

object > ListParameterVersionsResponse

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Constructors

ListParameterVersionsResponse()

public ListParameterVersionsResponse()

ListParameterVersionsResponse(ListParameterVersionsResponse)

public ListParameterVersionsResponse(ListParameterVersionsResponse other)
Parameter
Name Description
other ListParameterVersionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

ParameterVersions

public RepeatedField<ParameterVersion> ParameterVersions { get; }

The list of ParameterVersions

Property Value
Type Description
RepeatedFieldParameterVersion

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ParameterVersion> GetEnumerator()

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

Returns
Type Description
IEnumeratorParameterVersion