Google Cloud Security Command Center v1p1beta1 API - Class ListSourcesResponse (3.0.0-beta03)

public sealed class ListSourcesResponse : IPageResponse<Source>, IEnumerable<Source>, IEnumerable, IMessage<ListSourcesResponse>, IEquatable<ListSourcesResponse>, IDeepCloneable<ListSourcesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class ListSourcesResponse.

Response message for listing sources.

Inheritance

object > ListSourcesResponse

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

ListSourcesResponse()

public ListSourcesResponse()

ListSourcesResponse(ListSourcesResponse)

public ListSourcesResponse(ListSourcesResponse other)
Parameter
NameDescription
otherListSourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
TypeDescription
string

Sources

public RepeatedField<Source> Sources { get; }

Sources belonging to the requested parent.

Property Value
TypeDescription
RepeatedFieldSource

Methods

GetEnumerator()

public IEnumerator<Source> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSource