public sealed class ListSourcesRequest : IPageRequest, IMessage<ListSourcesRequest>, IEquatable<ListSourcesRequest>, IDeepCloneable<ListSourcesRequest>, IBufferMessage, IMessageRequest message for listing sources.
Implements
IPageRequest, IMessage<ListSourcesRequest>, IEquatable<ListSourcesRequest>, IDeepCloneable<ListSourcesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListSourcesRequest()
public ListSourcesRequest()ListSourcesRequest(ListSourcesRequest)
public ListSourcesRequest(ListSourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSourcesRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The value returned by the last ListSourcesResponse; indicates
that this is a continuation of a prior ListSources call, and
that the system should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }FolderName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderName |
|
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }OrganizationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|