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 > ListCrawledUrlsResponseImplements
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.IEnumerableNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListCrawledUrlsResponse()
public ListCrawledUrlsResponse()
ListCrawledUrlsResponse(ListCrawledUrlsResponse)
public ListCrawledUrlsResponse(ListCrawledUrlsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListCrawledUrlsResponse |
Properties
CrawledUrls
public RepeatedField<CrawledUrl> CrawledUrls { get; }
The list of CrawledUrls returned.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
System.String |
Methods
GetEnumerator()
public IEnumerator<CrawledUrl> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<CrawledUrl> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |