Class ListCrawledUrlsResponse (1.0.0)

public sealed class ListCrawledUrlsResponse : IMessage<ListCrawledUrlsResponse>, IEquatable<ListCrawledUrlsResponse>, IDeepCloneable<ListCrawledUrlsResponse>, IBufferMessage, IMessage, IPageResponse<CrawledUrl>, IEnumerable<CrawledUrl>, IEnumerable

Response for the ListCrawledUrls method.

Inheritance

System.Object > ListCrawledUrlsResponse

Implements

Google.Protobuf.IMessage<ListCrawledUrlsResponse>, System.IEquatable<ListCrawledUrlsResponse>, Google.Protobuf.IDeepCloneable<ListCrawledUrlsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<CrawledUrl>, System.Collections.Generic.IEnumerable<CrawledUrl>, System.Collections.IEnumerable

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListCrawledUrlsResponse()

public ListCrawledUrlsResponse()

ListCrawledUrlsResponse(ListCrawledUrlsResponse)

public ListCrawledUrlsResponse(ListCrawledUrlsResponse other)
Parameter
NameDescription
otherListCrawledUrlsResponse

Properties

CrawledUrls

public RepeatedField<CrawledUrl> CrawledUrls { get; }

The list of CrawledUrls returned.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<CrawledUrl>

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
System.String

Methods

GetEnumerator()

public IEnumerator<CrawledUrl> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<CrawledUrl>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator