Class ListNoteOccurrencesRequest (2.45.0)

public final class ListNoteOccurrencesRequest extends GeneratedMessageV3 implements ListNoteOccurrencesRequestOrBuilder

Request to list occurrences for a note.

Protobuf type grafeas.v1.ListNoteOccurrencesRequest

Static Fields

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListNoteOccurrencesRequest getDefaultInstance()
Returns
Type Description
ListNoteOccurrencesRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListNoteOccurrencesRequest.Builder newBuilder()
Returns
Type Description
ListNoteOccurrencesRequest.Builder

newBuilder(ListNoteOccurrencesRequest prototype)

public static ListNoteOccurrencesRequest.Builder newBuilder(ListNoteOccurrencesRequest prototype)
Parameter
Name Description
prototype ListNoteOccurrencesRequest
Returns
Type Description
ListNoteOccurrencesRequest.Builder

parseDelimitedFrom(InputStream input)

public static ListNoteOccurrencesRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListNoteOccurrencesRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListNoteOccurrencesRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListNoteOccurrencesRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListNoteOccurrencesRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListNoteOccurrencesRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListNoteOccurrencesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNoteOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListNoteOccurrencesRequest> parser()
Returns
Type Description
Parser<ListNoteOccurrencesRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListNoteOccurrencesRequest getDefaultInstanceForType()
Returns
Type Description
ListNoteOccurrencesRequest

getFilter()

public String getFilter()

The filter expression.

string filter = 2;

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

The filter expression.

string filter = 2;

Returns
Type Description
ByteString

The bytes for filter.

getName()

public String getName()

The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

Number of occurrences to return in the list.

int32 page_size = 3;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

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

string page_token = 4;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

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

string page_token = 4;

Returns
Type Description
ByteString

The bytes for pageToken.

getParserForType()

public Parser<ListNoteOccurrencesRequest> getParserForType()
Returns
Type Description
Parser<ListNoteOccurrencesRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListNoteOccurrencesRequest.Builder newBuilderForType()
Returns
Type Description
ListNoteOccurrencesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListNoteOccurrencesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListNoteOccurrencesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListNoteOccurrencesRequest.Builder toBuilder()
Returns
Type Description
ListNoteOccurrencesRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException