public sealed class ListParametersRequest : IPageRequest, IMessage<ListParametersRequest>, IEquatable<ListParametersRequest>, IDeepCloneable<ListParametersRequest>, IBufferMessage, IMessageReference documentation and code samples for the Parameter Manager v1 API class ListParametersRequest.
Message for requesting list of Parameters
Implements
IPageRequest, IMessageListParametersRequest, IEquatableListParametersRequest, IDeepCloneableListParametersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ListParametersRequest()
public ListParametersRequest()ListParametersRequest(ListParametersRequest)
public ListParametersRequest(ListParametersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListParametersRequest |
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 ListParameters call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListParameters must
match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListParametersRequest 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 |
|