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

public sealed class ListParametersResponse : IPageResponse<Parameter>, IEnumerable<Parameter>, IEnumerable, IMessage<ListParametersResponse>, IEquatable<ListParametersResponse>, IDeepCloneable<ListParametersResponse>, IBufferMessage, IMessage

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

Message for response to listing Parameters

Inheritance

object > ListParametersResponse

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Constructors

ListParametersResponse()

public ListParametersResponse()

ListParametersResponse(ListParametersResponse)

public ListParametersResponse(ListParametersResponse other)
Parameter
Name Description
other ListParametersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Parameters

public RepeatedField<Parameter> Parameters { get; }

The list of Parameters

Property Value
Type Description
RepeatedFieldParameter

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Parameter> GetEnumerator()

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

Returns
Type Description
IEnumeratorParameter