Interface ResourceProfilesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResourceProfiles, ResourceProfiles.Builder

public interface ResourceProfilesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResource

      boolean hasResource()
       The resource for the profiles in this message.
       If this field is not set then no resource info is known.
       
      .opentelemetry.proto.resource.v1.Resource resource = 1;
      Returns:
      Whether the resource field is set.
    • getResource

      Resource getResource()
       The resource for the profiles in this message.
       If this field is not set then no resource info is known.
       
      .opentelemetry.proto.resource.v1.Resource resource = 1;
      Returns:
      The resource.
    • getResourceOrBuilder

      ResourceOrBuilder getResourceOrBuilder()
       The resource for the profiles in this message.
       If this field is not set then no resource info is known.
       
      .opentelemetry.proto.resource.v1.Resource resource = 1;
    • getScopeProfilesList

      List<ScopeProfiles> getScopeProfilesList()
       A list of ScopeProfiles that originate from a resource.
       
      repeated .opentelemetry.proto.profiles.v1experimental.ScopeProfiles scope_profiles = 2;
    • getScopeProfiles

      ScopeProfiles getScopeProfiles(int index)
       A list of ScopeProfiles that originate from a resource.
       
      repeated .opentelemetry.proto.profiles.v1experimental.ScopeProfiles scope_profiles = 2;
    • getScopeProfilesCount

      int getScopeProfilesCount()
       A list of ScopeProfiles that originate from a resource.
       
      repeated .opentelemetry.proto.profiles.v1experimental.ScopeProfiles scope_profiles = 2;
    • getScopeProfilesOrBuilderList

      List<? extends ScopeProfilesOrBuilder> getScopeProfilesOrBuilderList()
       A list of ScopeProfiles that originate from a resource.
       
      repeated .opentelemetry.proto.profiles.v1experimental.ScopeProfiles scope_profiles = 2;
    • getScopeProfilesOrBuilder

      ScopeProfilesOrBuilder getScopeProfilesOrBuilder(int index)
       A list of ScopeProfiles that originate from a resource.
       
      repeated .opentelemetry.proto.profiles.v1experimental.ScopeProfiles scope_profiles = 2;
    • getSchemaUrl

      String getSchemaUrl()
       The Schema URL, if known. This is the identifier of the Schema that the resource data
       is recorded in. To learn more about Schema URL see
       https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
       This schema_url applies to the data in the "resource" field. It does not apply
       to the data in the "scope_profiles" field which have their own schema_url field.
       
      string schema_url = 3;
      Returns:
      The schemaUrl.
    • getSchemaUrlBytes

      com.google.protobuf.ByteString getSchemaUrlBytes()
       The Schema URL, if known. This is the identifier of the Schema that the resource data
       is recorded in. To learn more about Schema URL see
       https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
       This schema_url applies to the data in the "resource" field. It does not apply
       to the data in the "scope_profiles" field which have their own schema_url field.
       
      string schema_url = 3;
      Returns:
      The bytes for schemaUrl.