public sealed class ListTemplatesRequest : IPageRequest, IMessage<ListTemplatesRequest>, IEquatable<ListTemplatesRequest>, IDeepCloneable<ListTemplatesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Parameter Manager v1 API class ListTemplatesRequest.
Message for requesting list of Templates
Implements
IPageRequest, IMessageListTemplatesRequest, IEquatableListTemplatesRequest, IDeepCloneableListTemplatesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ListTemplatesRequest()
public ListTemplatesRequest()ListTemplatesRequest(ListTemplatesRequest)
public ListTemplatesRequest(ListTemplatesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTemplatesRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filtering results
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Hint for how to order the results
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListTemplates call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTemplates must
match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListTemplatesRequest in the format
projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|