public sealed class ListTemplatesResponse : IPageResponse<Template>, IEnumerable<Template>, IEnumerable, IMessage<ListTemplatesResponse>, IEquatable<ListTemplatesResponse>, IDeepCloneable<ListTemplatesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Parameter Manager v1 API class ListTemplatesResponse.
Message for response to listing Templates
Implements
IPageResponseTemplate, IEnumerableTemplate, IEnumerable, IMessageListTemplatesResponse, IEquatableListTemplatesResponse, IDeepCloneableListTemplatesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ListTemplatesResponse()
public ListTemplatesResponse()ListTemplatesResponse(ListTemplatesResponse)
public ListTemplatesResponse(ListTemplatesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTemplatesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Templates
public RepeatedField<Template> Templates { get; }The list of Templates
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTemplate |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Template> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTemplate |
|