ProtoMember

Identifies a field, enum or RPC on a declaring type. Members are encoded as strings containing a type name, a hash, and a member name, like squareup.dinosaurs.Dinosaur#length_meters.

A member's name is typically a simple name like "length_meters" or "packed". If the member field is an extension to its type, that name is prefixed with its enclosing package. This yields a member name with two packages, like google.protobuf.FieldOptions#squareup.units.unit.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String