public sealed class ListSecretsRequest : IPageRequest, IMessage<ListSecretsRequest>, IEquatable<ListSecretsRequest>, IDeepCloneable<ListSecretsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class ListSecretsRequest.
Request message for [SecretManagerService.ListSecrets][google.cloud.secrets.v1beta1.SecretManagerService.ListSecrets].
Implements
IPageRequest, IMessageListSecretsRequest, IEquatableListSecretsRequest, IDeepCloneableListSecretsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta1Assembly
Google.Cloud.SecretManager.V1Beta1.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 |
int |
PageToken
public string PageToken { get; set; }
Optional. Pagination token, returned earlier via [ListSecretsResponse.next_page_token][google.cloud.secrets.v1beta1.ListSecretsResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the project associated with the
[Secrets][google.cloud.secrets.v1beta1.Secret], in the format projects/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |