public
final
class
ListNoteOccurrencesRequest
extends
GeneratedMessage
implements
ListNoteOccurrencesRequestOrBuilder
Request to list occurrences for a note.
Protobuf type grafeas.v1.ListNoteOccurrencesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListNoteOccurrencesRequestImplements
ListNoteOccurrencesRequestOrBuilderStatic Fields
FILTER_FIELD_NUMBER
public
static
final
int
FILTER_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
PAGE_SIZE_FIELD_NUMBER
public
static
final
int
PAGE_SIZE_FIELD_NUMBER
PAGE_TOKEN_FIELD_NUMBER
public
static
final
int
PAGE_TOKEN_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
ListNoteOccurrencesRequest
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
ListNoteOccurrencesRequest
.
Builder
newBuilder
()
newBuilder(ListNoteOccurrencesRequest prototype)
public
static
ListNoteOccurrencesRequest
.
Builder
newBuilder
(
ListNoteOccurrencesRequest
prototype
)
parseDelimitedFrom(InputStream input)
public
static
ListNoteOccurrencesRequest
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
ListNoteOccurrencesRequest
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
ListNoteOccurrencesRequest
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
ListNoteOccurrencesRequest
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
ListNoteOccurrencesRequest
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
ListNoteOccurrencesRequest
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
ListNoteOccurrencesRequest
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<ListNoteOccurrencesRequest>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
ListNoteOccurrencesRequest
getDefaultInstanceForType
()
getFilter()
public
String
getFilter
()
The filter expression.
string filter = 2;
getFilterBytes()
public
ByteString
getFilterBytes
()
The filter expression.
string filter = 2;
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) = { ... }
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) = { ... }
getPageSize()
public
int
getPageSize
()
Number of occurrences to return in the list.
int32 page_size = 3;
getPageToken()
public
String
getPageToken
()
Token to provide to skip to a particular spot in the list.
string page_token = 4;
getPageTokenBytes()
public
ByteString
getPageTokenBytes
()
Token to provide to skip to a particular spot in the list.
string page_token = 4;
getParserForType()
public
Parser<ListNoteOccurrencesRequest>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
ListNoteOccurrencesRequest
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
ListNoteOccurrencesRequest
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
ListNoteOccurrencesRequest
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

