Class: Grafeas::V1::ListNoteOccurrencesRequest

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

Request to list occurrences for a note.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter expression.

Returns:

  • (::String)

    The filter expression.



349
350
351
352
# File 'proto_docs/grafeas/v1/grafeas.rb', line 349

class ListNoteOccurrencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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

Returns:

  • (::String)

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



349
350
351
352
# File 'proto_docs/grafeas/v1/grafeas.rb', line 349

class ListNoteOccurrencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Number of occurrences to return in the list.

Returns:

  • (::Integer)

    Number of occurrences to return in the list.



349
350
351
352
# File 'proto_docs/grafeas/v1/grafeas.rb', line 349

class ListNoteOccurrencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

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

Returns:

  • (::String)

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



349
350
351
352
# File 'proto_docs/grafeas/v1/grafeas.rb', line 349

class ListNoteOccurrencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end