
io.opentelemetry.proto.profiles.v1development.ScopeProfilesOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opentelemetry/proto/profiles/v1development/profiles.proto
// Protobuf Java Version: 3.25.1
package io.opentelemetry.proto.profiles.v1development;
public interface ScopeProfilesOrBuilder extends
// @@protoc_insertion_point(interface_extends:opentelemetry.proto.profiles.v1development.ScopeProfiles)
com.google.protobuf.MessageOrBuilder {
/**
*
* The instrumentation scope information for the profiles in this message.
* Semantically when InstrumentationScope isn't set, it is equivalent with
* an empty instrumentation scope name (unknown).
*
*
* .opentelemetry.proto.common.v1.InstrumentationScope scope = 1;
* @return Whether the scope field is set.
*/
boolean hasScope();
/**
*
* The instrumentation scope information for the profiles in this message.
* Semantically when InstrumentationScope isn't set, it is equivalent with
* an empty instrumentation scope name (unknown).
*
*
* .opentelemetry.proto.common.v1.InstrumentationScope scope = 1;
* @return The scope.
*/
io.opentelemetry.proto.common.v1.InstrumentationScope getScope();
/**
*
* The instrumentation scope information for the profiles in this message.
* Semantically when InstrumentationScope isn't set, it is equivalent with
* an empty instrumentation scope name (unknown).
*
*
* .opentelemetry.proto.common.v1.InstrumentationScope scope = 1;
*/
io.opentelemetry.proto.common.v1.InstrumentationScopeOrBuilder getScopeOrBuilder();
/**
*
* A list of Profiles that originate from an instrumentation scope.
*
*
* repeated .opentelemetry.proto.profiles.v1development.Profile profiles = 2;
*/
java.util.List
getProfilesList();
/**
*
* A list of Profiles that originate from an instrumentation scope.
*
*
* repeated .opentelemetry.proto.profiles.v1development.Profile profiles = 2;
*/
io.opentelemetry.proto.profiles.v1development.Profile getProfiles(int index);
/**
*
* A list of Profiles that originate from an instrumentation scope.
*
*
* repeated .opentelemetry.proto.profiles.v1development.Profile profiles = 2;
*/
int getProfilesCount();
/**
*
* A list of Profiles that originate from an instrumentation scope.
*
*
* repeated .opentelemetry.proto.profiles.v1development.Profile profiles = 2;
*/
java.util.List extends io.opentelemetry.proto.profiles.v1development.ProfileOrBuilder>
getProfilesOrBuilderList();
/**
*
* A list of Profiles that originate from an instrumentation scope.
*
*
* repeated .opentelemetry.proto.profiles.v1development.Profile profiles = 2;
*/
io.opentelemetry.proto.profiles.v1development.ProfileOrBuilder getProfilesOrBuilder(
int index);
/**
*
* The Schema URL, if known. This is the identifier of the Schema that the profile data
* is recorded in. Notably, the last part of the URL path is the version number of the
* schema: http[s]://server[:port]/path/<version>. To learn more about Schema URL see
* https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
* This schema_url applies to all profiles in the "profiles" field.
*
*
* string schema_url = 3;
* @return The schemaUrl.
*/
java.lang.String getSchemaUrl();
/**
*
* The Schema URL, if known. This is the identifier of the Schema that the profile data
* is recorded in. Notably, the last part of the URL path is the version number of the
* schema: http[s]://server[:port]/path/<version>. To learn more about Schema URL see
* https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
* This schema_url applies to all profiles in the "profiles" field.
*
*
* string schema_url = 3;
* @return The bytes for schemaUrl.
*/
com.google.protobuf.ByteString
getSchemaUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy