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
Implements
IPageResponseParameterVersion, IEnumerableParameterVersion, IEnumerable, IMessageListParameterVersionsResponse, IEquatableListParameterVersionsResponse, IDeepCloneableListParameterVersionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
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 |