public sealed class ListTemplateVersionsRequest : IPageRequest, IMessage<ListTemplateVersionsRequest>, IEquatable<ListTemplateVersionsRequest>, IDeepCloneable<ListTemplateVersionsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Parameter Manager v1 API class ListTemplateVersionsRequest.
Message for requesting list of TemplateVersions
Implements
IPageRequest, IMessageListTemplateVersionsRequest, IEquatableListTemplateVersionsRequest, IDeepCloneableListTemplateVersionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ListTemplateVersionsRequest()
public ListTemplateVersionsRequest()ListTemplateVersionsRequest(ListTemplateVersionsRequest)
public ListTemplateVersionsRequest(ListTemplateVersionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTemplateVersionsRequest |
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 ListTemplateVersions
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTemplateVersions
must match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListTemplateVersionsRequest in the format
projects/*/locations/*/templates/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsTemplateName
public TemplateName ParentAsTemplateName { get; set; }TemplateName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TemplateName |
|