public sealed class ListRulesRequest : IPageRequest, IMessage<ListRulesRequest>, IEquatable<ListRulesRequest>, IDeepCloneable<ListRulesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ListRulesRequest.
The request to list rules.
Implements
IPageRequest, IMessageListRulesRequest, IEquatableListRulesRequest, IDeepCloneableListRulesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ListRulesRequest()
public ListRulesRequest()
ListRulesRequest(ListRulesRequest)
public ListRulesRequest(ListRulesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRulesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of rules to return. Maximum page size is 1,000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous list request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the parent repository whose rules will be listed.
For example:
projects/p1/locations/us-central1/repositories/repo1
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }
RepositoryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |