public sealed class ListDetectorsResponse : IMessage<ListDetectorsResponse>, IEquatable<ListDetectorsResponse>, IDeepCloneable<ListDetectorsResponse>, IBufferMessage, IMessage, IPageResponse<Detector>, IEnumerable<Detector>, IEnumerableResponse message for ListDetectors.
Implements
IMessage<ListDetectorsResponse>, IEquatable<ListDetectorsResponse>, IDeepCloneable<ListDetectorsResponse>, IBufferMessage, IMessage, IPageResponse<Detector>, IEnumerable<Detector>, IEnumerableNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ListDetectorsResponse()
public ListDetectorsResponse()ListDetectorsResponse(ListDetectorsResponse)
public ListDetectorsResponse(ListDetectorsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDetectorsResponse |
Properties
Detectors
public RepeatedField<Detector> Detectors { get; }The detectors from the specified organization.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Detector> |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Detector> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Detector> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|