public sealed class ListSecretsRequest : IPageRequest, IMessage<ListSecretsRequest>, IEquatable<ListSecretsRequest>, IDeepCloneable<ListSecretsRequest>, IBufferMessage, IMessageRequest message for [SecretManagerService.ListSecrets][google.cloud.secretmanager.v1.SecretManagerService.ListSecrets].
Inheritance
System.Object > ListSecretsRequestImplements
Google.Api.Gax.Grpc.IPageRequest, Google.Protobuf.IMessage<ListSecretsRequest>, System.IEquatable<ListSecretsRequest>, Google.Protobuf.IDeepCloneable<ListSecretsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
ListSecretsRequest()
public ListSecretsRequest()ListSecretsRequest(ListSecretsRequest)
public ListSecretsRequest(ListSecretsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSecretsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
| Property Value | |
|---|---|
| Type | Description |
System.Int32 |
|
PageToken
public string PageToken { get; set; }Optional. Pagination token, returned earlier via [ListSecretsResponse.next_page_token][google.cloud.secretmanager.v1.ListSecretsResponse.next_page_token].
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
Parent
public string Parent { get; set; }Required. The resource name of the project associated with the
[Secrets][google.cloud.secretmanager.v1.Secret], in the format projects/*.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.ResourceNames.ProjectName |
|