Grafeas v1 API - Class ListOccurrencesRequest (3.12.0)

public sealed class ListOccurrencesRequest : IMessage<ListOccurrencesRequest>, IEquatable<ListOccurrencesRequest>, IDeepCloneable<ListOccurrencesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Grafeas v1 API class ListOccurrencesRequest.

Request to list occurrences.

Inheritance

object > ListOccurrencesRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ListOccurrencesRequest()

public ListOccurrencesRequest()

ListOccurrencesRequest(ListOccurrencesRequest)

public ListOccurrencesRequest(ListOccurrencesRequest other)
Parameter
Name Description
other ListOccurrencesRequest

Properties

Filter

public string Filter { get; set; }

The filter expression.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Number of occurrences to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Token to provide to skip to a particular spot in the list.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

The name of the project to list occurrences for in the form of projects/[PROJECT_ID].

Property Value
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

ReturnPartialSuccess

public bool ReturnPartialSuccess { get; set; }

If set, the request will return all reachable Occurrences and report all unreachable regions in the unreachable field in the response.

Only applicable for requests in the global region.

Property Value
Type Description
bool