SearchResult

io.graviton.blobstore.v1.catalog.SearchResult
See theSearchResult companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class MetadataEntry(key: String = ..., value: Option[NamespaceSummary] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage, Updatable[MetadataEntry]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
implicit class SearchResultLens[UpperPB](_l: Lens[UpperPB, SearchResult]) extends ObjectLens[UpperPB, SearchResult]

Attributes

Supertypes
class ObjectLens[UpperPB, SearchResult]
trait Lens[UpperPB, SearchResult]
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

Attributes

Inherited from:
GeneratedMessageCompanion

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

def of(documentId: String, blobHash: String, contentType: String, sizeBytes: Long, tags: Seq[String], metadata: Map[String, NamespaceSummary]): SearchResult

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Inherited methods

Attributes

Inherited from:
GeneratedMessageCompanion

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): SearchResult

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Implicits

Implicits

final implicit def SearchResultLens[UpperPB](_l: Lens[UpperPB, SearchResult]): SearchResultLens[UpperPB]