public sealed class ListNotesRequest : IMessage<ListNotesRequest>, IEquatable<ListNotesRequest>, IDeepCloneable<ListNotesRequest>, IBufferMessage, IMessage, IPageRequest
Request to list notes.
Implements
IMessage<ListNotesRequest>, IEquatable<ListNotesRequest>, IDeepCloneable<ListNotesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ListNotesRequest()
public ListNotesRequest()
ListNotesRequest(ListNotesRequest)
public ListNotesRequest(ListNotesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListNotesRequest |
Properties
Filter
public string Filter { get; set; }
The filter expression.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Number of notes 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 |
Int32 |
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 notes 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 |