Interface ListNotesRequestOrBuilder (2.3.1)

public interface ListNotesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

The filter expression.

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

The filter expression.

string filter = 2;

Returns
TypeDescription
ByteString

The bytes for filter.

getPageSize()

public abstract int getPageSize()

Number of notes to return in the list.

int32 page_size = 3;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

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

string page_token = 4;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

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

string page_token = 4;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.