java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.opentelemetry.proto.profiles.v1experimental.Profile
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ProfileOrBuilder, Serializable

public final class Profile extends com.google.protobuf.GeneratedMessageV3 implements ProfileOrBuilder
 Represents a complete profile, including sample types, samples,
 mappings to binaries, locations, functions, string table, and additional metadata.
 
Protobuf type opentelemetry.proto.profiles.v1experimental.Profile
See Also:
  • Field Details

    • SAMPLE_TYPE_FIELD_NUMBER

      public static final int SAMPLE_TYPE_FIELD_NUMBER
      See Also:
    • SAMPLE_FIELD_NUMBER

      public static final int SAMPLE_FIELD_NUMBER
      See Also:
    • MAPPING_FIELD_NUMBER

      public static final int MAPPING_FIELD_NUMBER
      See Also:
    • LOCATION_FIELD_NUMBER

      public static final int LOCATION_FIELD_NUMBER
      See Also:
    • LOCATION_INDICES_FIELD_NUMBER

      public static final int LOCATION_INDICES_FIELD_NUMBER
      See Also:
    • FUNCTION_FIELD_NUMBER

      public static final int FUNCTION_FIELD_NUMBER
      See Also:
    • ATTRIBUTE_TABLE_FIELD_NUMBER

      public static final int ATTRIBUTE_TABLE_FIELD_NUMBER
      See Also:
    • ATTRIBUTE_UNITS_FIELD_NUMBER

      public static final int ATTRIBUTE_UNITS_FIELD_NUMBER
      See Also:
    • STRING_TABLE_FIELD_NUMBER

      public static final int STRING_TABLE_FIELD_NUMBER
      See Also:
    • DROP_FRAMES_FIELD_NUMBER

      public static final int DROP_FRAMES_FIELD_NUMBER
      See Also:
    • KEEP_FRAMES_FIELD_NUMBER

      public static final int KEEP_FRAMES_FIELD_NUMBER
      See Also:
    • TIME_NANOS_FIELD_NUMBER

      public static final int TIME_NANOS_FIELD_NUMBER
      See Also:
    • DURATION_NANOS_FIELD_NUMBER

      public static final int DURATION_NANOS_FIELD_NUMBER
      See Also:
    • PERIOD_TYPE_FIELD_NUMBER

      public static final int PERIOD_TYPE_FIELD_NUMBER
      See Also:
    • PERIOD_FIELD_NUMBER

      public static final int PERIOD_FIELD_NUMBER
      See Also:
    • COMMENT_FIELD_NUMBER

      public static final int COMMENT_FIELD_NUMBER
      See Also:
    • DEFAULT_SAMPLE_TYPE_FIELD_NUMBER

      public static final int DEFAULT_SAMPLE_TYPE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getSampleTypeList

      public List<ValueType> getSampleTypeList()
       A description of the samples associated with each Sample.value.
       For a cpu profile this might be:
         [["cpu","nanoseconds"]] or [["wall","seconds"]] or [["syscall","count"]]
       For a heap profile, this might be:
         [["allocations","count"], ["space","bytes"]],
       If one of the values represents the number of events represented
       by the sample, by convention it should be at index 0 and use
       sample_type.unit == "count".
       
      repeated .opentelemetry.proto.profiles.v1experimental.ValueType sample_type = 1;
      Specified by:
      getSampleTypeList in interface ProfileOrBuilder
    • getSampleTypeOrBuilderList

      public List<? extends ValueTypeOrBuilder> getSampleTypeOrBuilderList()
       A description of the samples associated with each Sample.value.
       For a cpu profile this might be:
         [["cpu","nanoseconds"]] or [["wall","seconds"]] or [["syscall","count"]]
       For a heap profile, this might be:
         [["allocations","count"], ["space","bytes"]],
       If one of the values represents the number of events represented
       by the sample, by convention it should be at index 0 and use
       sample_type.unit == "count".
       
      repeated .opentelemetry.proto.profiles.v1experimental.ValueType sample_type = 1;
      Specified by:
      getSampleTypeOrBuilderList in interface ProfileOrBuilder
    • getSampleTypeCount

      public int getSampleTypeCount()
       A description of the samples associated with each Sample.value.
       For a cpu profile this might be:
         [["cpu","nanoseconds"]] or [["wall","seconds"]] or [["syscall","count"]]
       For a heap profile, this might be:
         [["allocations","count"], ["space","bytes"]],
       If one of the values represents the number of events represented
       by the sample, by convention it should be at index 0 and use
       sample_type.unit == "count".
       
      repeated .opentelemetry.proto.profiles.v1experimental.ValueType sample_type = 1;
      Specified by:
      getSampleTypeCount in interface ProfileOrBuilder
    • getSampleType

      public ValueType getSampleType(int index)
       A description of the samples associated with each Sample.value.
       For a cpu profile this might be:
         [["cpu","nanoseconds"]] or [["wall","seconds"]] or [["syscall","count"]]
       For a heap profile, this might be:
         [["allocations","count"], ["space","bytes"]],
       If one of the values represents the number of events represented
       by the sample, by convention it should be at index 0 and use
       sample_type.unit == "count".
       
      repeated .opentelemetry.proto.profiles.v1experimental.ValueType sample_type = 1;
      Specified by:
      getSampleType in interface ProfileOrBuilder
    • getSampleTypeOrBuilder

      public ValueTypeOrBuilder getSampleTypeOrBuilder(int index)
       A description of the samples associated with each Sample.value.
       For a cpu profile this might be:
         [["cpu","nanoseconds"]] or [["wall","seconds"]] or [["syscall","count"]]
       For a heap profile, this might be:
         [["allocations","count"], ["space","bytes"]],
       If one of the values represents the number of events represented
       by the sample, by convention it should be at index 0 and use
       sample_type.unit == "count".
       
      repeated .opentelemetry.proto.profiles.v1experimental.ValueType sample_type = 1;
      Specified by:
      getSampleTypeOrBuilder in interface ProfileOrBuilder
    • getSampleList

      public List<Sample> getSampleList()
       The set of samples recorded in this profile.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Sample sample = 2;
      Specified by:
      getSampleList in interface ProfileOrBuilder
    • getSampleOrBuilderList

      public List<? extends SampleOrBuilder> getSampleOrBuilderList()
       The set of samples recorded in this profile.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Sample sample = 2;
      Specified by:
      getSampleOrBuilderList in interface ProfileOrBuilder
    • getSampleCount

      public int getSampleCount()
       The set of samples recorded in this profile.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Sample sample = 2;
      Specified by:
      getSampleCount in interface ProfileOrBuilder
    • getSample

      public Sample getSample(int index)
       The set of samples recorded in this profile.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Sample sample = 2;
      Specified by:
      getSample in interface ProfileOrBuilder
    • getSampleOrBuilder

      public SampleOrBuilder getSampleOrBuilder(int index)
       The set of samples recorded in this profile.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Sample sample = 2;
      Specified by:
      getSampleOrBuilder in interface ProfileOrBuilder
    • getMappingList

      public List<Mapping> getMappingList()
       Mapping from address ranges to the image/binary/library mapped
       into that address range.  mapping[0] will be the main binary.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Mapping mapping = 3;
      Specified by:
      getMappingList in interface ProfileOrBuilder
    • getMappingOrBuilderList

      public List<? extends MappingOrBuilder> getMappingOrBuilderList()
       Mapping from address ranges to the image/binary/library mapped
       into that address range.  mapping[0] will be the main binary.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Mapping mapping = 3;
      Specified by:
      getMappingOrBuilderList in interface ProfileOrBuilder
    • getMappingCount

      public int getMappingCount()
       Mapping from address ranges to the image/binary/library mapped
       into that address range.  mapping[0] will be the main binary.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Mapping mapping = 3;
      Specified by:
      getMappingCount in interface ProfileOrBuilder
    • getMapping

      public Mapping getMapping(int index)
       Mapping from address ranges to the image/binary/library mapped
       into that address range.  mapping[0] will be the main binary.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Mapping mapping = 3;
      Specified by:
      getMapping in interface ProfileOrBuilder
    • getMappingOrBuilder

      public MappingOrBuilder getMappingOrBuilder(int index)
       Mapping from address ranges to the image/binary/library mapped
       into that address range.  mapping[0] will be the main binary.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Mapping mapping = 3;
      Specified by:
      getMappingOrBuilder in interface ProfileOrBuilder
    • getLocationList

      public List<Location> getLocationList()
       Locations referenced by samples via location_indices.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Location location = 4;
      Specified by:
      getLocationList in interface ProfileOrBuilder
    • getLocationOrBuilderList

      public List<? extends LocationOrBuilder> getLocationOrBuilderList()
       Locations referenced by samples via location_indices.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Location location = 4;
      Specified by:
      getLocationOrBuilderList in interface ProfileOrBuilder
    • getLocationCount

      public int getLocationCount()
       Locations referenced by samples via location_indices.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Location location = 4;
      Specified by:
      getLocationCount in interface ProfileOrBuilder
    • getLocation

      public Location getLocation(int index)
       Locations referenced by samples via location_indices.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Location location = 4;
      Specified by:
      getLocation in interface ProfileOrBuilder
    • getLocationOrBuilder

      public LocationOrBuilder getLocationOrBuilder(int index)
       Locations referenced by samples via location_indices.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Location location = 4;
      Specified by:
      getLocationOrBuilder in interface ProfileOrBuilder
    • getLocationIndicesList

      public List<Long> getLocationIndicesList()
       Array of locations referenced by samples.
       
      repeated int64 location_indices = 15;
      Specified by:
      getLocationIndicesList in interface ProfileOrBuilder
      Returns:
      A list containing the locationIndices.
    • getLocationIndicesCount

      public int getLocationIndicesCount()
       Array of locations referenced by samples.
       
      repeated int64 location_indices = 15;
      Specified by:
      getLocationIndicesCount in interface ProfileOrBuilder
      Returns:
      The count of locationIndices.
    • getLocationIndices

      public long getLocationIndices(int index)
       Array of locations referenced by samples.
       
      repeated int64 location_indices = 15;
      Specified by:
      getLocationIndices in interface ProfileOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIndices at the given index.
    • getFunctionList

      public List<Function> getFunctionList()
       Functions referenced by locations.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Function function = 5;
      Specified by:
      getFunctionList in interface ProfileOrBuilder
    • getFunctionOrBuilderList

      public List<? extends FunctionOrBuilder> getFunctionOrBuilderList()
       Functions referenced by locations.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Function function = 5;
      Specified by:
      getFunctionOrBuilderList in interface ProfileOrBuilder
    • getFunctionCount

      public int getFunctionCount()
       Functions referenced by locations.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Function function = 5;
      Specified by:
      getFunctionCount in interface ProfileOrBuilder
    • getFunction

      public Function getFunction(int index)
       Functions referenced by locations.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Function function = 5;
      Specified by:
      getFunction in interface ProfileOrBuilder
    • getFunctionOrBuilder

      public FunctionOrBuilder getFunctionOrBuilder(int index)
       Functions referenced by locations.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Function function = 5;
      Specified by:
      getFunctionOrBuilder in interface ProfileOrBuilder
    • getAttributeTableList

      public List<KeyValue> getAttributeTableList()
       Lookup table for attributes.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 16;
      Specified by:
      getAttributeTableList in interface ProfileOrBuilder
    • getAttributeTableOrBuilderList

      public List<? extends KeyValueOrBuilder> getAttributeTableOrBuilderList()
       Lookup table for attributes.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 16;
      Specified by:
      getAttributeTableOrBuilderList in interface ProfileOrBuilder
    • getAttributeTableCount

      public int getAttributeTableCount()
       Lookup table for attributes.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 16;
      Specified by:
      getAttributeTableCount in interface ProfileOrBuilder
    • getAttributeTable

      public KeyValue getAttributeTable(int index)
       Lookup table for attributes.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 16;
      Specified by:
      getAttributeTable in interface ProfileOrBuilder
    • getAttributeTableOrBuilder

      public KeyValueOrBuilder getAttributeTableOrBuilder(int index)
       Lookup table for attributes.
       
      repeated .opentelemetry.proto.common.v1.KeyValue attribute_table = 16;
      Specified by:
      getAttributeTableOrBuilder in interface ProfileOrBuilder
    • getAttributeUnitsList

      public List<AttributeUnit> getAttributeUnitsList()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1experimental.AttributeUnit attribute_units = 17;
      Specified by:
      getAttributeUnitsList in interface ProfileOrBuilder
    • getAttributeUnitsOrBuilderList

      public List<? extends AttributeUnitOrBuilder> getAttributeUnitsOrBuilderList()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1experimental.AttributeUnit attribute_units = 17;
      Specified by:
      getAttributeUnitsOrBuilderList in interface ProfileOrBuilder
    • getAttributeUnitsCount

      public int getAttributeUnitsCount()
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1experimental.AttributeUnit attribute_units = 17;
      Specified by:
      getAttributeUnitsCount in interface ProfileOrBuilder
    • getAttributeUnits

      public AttributeUnit getAttributeUnits(int index)
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1experimental.AttributeUnit attribute_units = 17;
      Specified by:
      getAttributeUnits in interface ProfileOrBuilder
    • getAttributeUnitsOrBuilder

      public AttributeUnitOrBuilder getAttributeUnitsOrBuilder(int index)
       Represents a mapping between Attribute Keys and Units.
       
      repeated .opentelemetry.proto.profiles.v1experimental.AttributeUnit attribute_units = 17;
      Specified by:
      getAttributeUnitsOrBuilder in interface ProfileOrBuilder
    • getLinkTableList

      public List<Link> getLinkTableList()
       Lookup table for links.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Link link_table = 18;
      Specified by:
      getLinkTableList in interface ProfileOrBuilder
    • getLinkTableOrBuilderList

      public List<? extends LinkOrBuilder> getLinkTableOrBuilderList()
       Lookup table for links.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Link link_table = 18;
      Specified by:
      getLinkTableOrBuilderList in interface ProfileOrBuilder
    • getLinkTableCount

      public int getLinkTableCount()
       Lookup table for links.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Link link_table = 18;
      Specified by:
      getLinkTableCount in interface ProfileOrBuilder
    • getLinkTable

      public Link getLinkTable(int index)
       Lookup table for links.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Link link_table = 18;
      Specified by:
      getLinkTable in interface ProfileOrBuilder
    • getLinkTableOrBuilder

      public LinkOrBuilder getLinkTableOrBuilder(int index)
       Lookup table for links.
       
      repeated .opentelemetry.proto.profiles.v1experimental.Link link_table = 18;
      Specified by:
      getLinkTableOrBuilder in interface ProfileOrBuilder
    • getStringTableList

      public com.google.protobuf.ProtocolStringList getStringTableList()
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 6;
      Specified by:
      getStringTableList in interface ProfileOrBuilder
      Returns:
      A list containing the stringTable.
    • getStringTableCount

      public int getStringTableCount()
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 6;
      Specified by:
      getStringTableCount in interface ProfileOrBuilder
      Returns:
      The count of stringTable.
    • getStringTable

      public String getStringTable(int index)
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 6;
      Specified by:
      getStringTable in interface ProfileOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The stringTable at the given index.
    • getStringTableBytes

      public com.google.protobuf.ByteString getStringTableBytes(int index)
       A common table for strings referenced by various messages.
       string_table[0] must always be "".
       
      repeated string string_table = 6;
      Specified by:
      getStringTableBytes in interface ProfileOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stringTable at the given index.
    • getDropFrames

      public long getDropFrames()
       frames with Function.function_name fully matching the following
       regexp will be dropped from the samples, along with their successors.
       
      int64 drop_frames = 7;
      Specified by:
      getDropFrames in interface ProfileOrBuilder
      Returns:
      The dropFrames.
    • getKeepFrames

      public long getKeepFrames()
       frames with Function.function_name fully matching the following
       regexp will be kept, even if it matches drop_frames.
       
      int64 keep_frames = 8;
      Specified by:
      getKeepFrames in interface ProfileOrBuilder
      Returns:
      The keepFrames.
    • getTimeNanos

      public long getTimeNanos()
       Time of collection (UTC) represented as nanoseconds past the epoch.
       
      int64 time_nanos = 9;
      Specified by:
      getTimeNanos in interface ProfileOrBuilder
      Returns:
      The timeNanos.
    • getDurationNanos

      public long getDurationNanos()
       Duration of the profile, if a duration makes sense.
       
      int64 duration_nanos = 10;
      Specified by:
      getDurationNanos in interface ProfileOrBuilder
      Returns:
      The durationNanos.
    • hasPeriodType

      public boolean hasPeriodType()
       The kind of events between sampled occurrences.
       e.g [ "cpu","cycles" ] or [ "heap","bytes" ]
       
      .opentelemetry.proto.profiles.v1experimental.ValueType period_type = 11;
      Specified by:
      hasPeriodType in interface ProfileOrBuilder
      Returns:
      Whether the periodType field is set.
    • getPeriodType

      public ValueType getPeriodType()
       The kind of events between sampled occurrences.
       e.g [ "cpu","cycles" ] or [ "heap","bytes" ]
       
      .opentelemetry.proto.profiles.v1experimental.ValueType period_type = 11;
      Specified by:
      getPeriodType in interface ProfileOrBuilder
      Returns:
      The periodType.
    • getPeriodTypeOrBuilder

      public ValueTypeOrBuilder getPeriodTypeOrBuilder()
       The kind of events between sampled occurrences.
       e.g [ "cpu","cycles" ] or [ "heap","bytes" ]
       
      .opentelemetry.proto.profiles.v1experimental.ValueType period_type = 11;
      Specified by:
      getPeriodTypeOrBuilder in interface ProfileOrBuilder
    • getPeriod

      public long getPeriod()
       The number of events between sampled occurrences.
       
      int64 period = 12;
      Specified by:
      getPeriod in interface ProfileOrBuilder
      Returns:
      The period.
    • getCommentList

      public List<Long> getCommentList()
       Free-form text associated with the profile. The text is displayed as is
       to the user by the tools that read profiles (e.g. by pprof). This field
       should not be used to store any machine-readable information, it is only
       for human-friendly content. The profile must stay functional if this field
       is cleaned.
       
      repeated int64 comment = 13;
      Specified by:
      getCommentList in interface ProfileOrBuilder
      Returns:
      A list containing the comment.
    • getCommentCount

      public int getCommentCount()
       Free-form text associated with the profile. The text is displayed as is
       to the user by the tools that read profiles (e.g. by pprof). This field
       should not be used to store any machine-readable information, it is only
       for human-friendly content. The profile must stay functional if this field
       is cleaned.
       
      repeated int64 comment = 13;
      Specified by:
      getCommentCount in interface ProfileOrBuilder
      Returns:
      The count of comment.
    • getComment

      public long getComment(int index)
       Free-form text associated with the profile. The text is displayed as is
       to the user by the tools that read profiles (e.g. by pprof). This field
       should not be used to store any machine-readable information, it is only
       for human-friendly content. The profile must stay functional if this field
       is cleaned.
       
      repeated int64 comment = 13;
      Specified by:
      getComment in interface ProfileOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The comment at the given index.
    • getDefaultSampleType

      public long getDefaultSampleType()
       Index into the string table of the type of the preferred sample
       value. If unset, clients should default to the last sample value.
       
      int64 default_sample_type = 14;
      Specified by:
      getDefaultSampleType in interface ProfileOrBuilder
      Returns:
      The defaultSampleType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Profile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Profile parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Profile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Profile parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Profile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Profile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Profile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Profile.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Profile.Builder newBuilder()
    • newBuilder

      public static Profile.Builder newBuilder(Profile prototype)
    • toBuilder

      public Profile.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Profile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Profile getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Profile> parser()
    • getParserForType

      public com.google.protobuf.Parser<Profile> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Profile getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder