All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opencensus.proto.trace.v1.ModuleOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.47
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opencensus/proto/trace/v1/trace.proto

package io.opencensus.proto.trace.v1;

public interface ModuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.trace.v1.Module)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * TODO: document the meaning of this field.
   * For example: main binary, kernel modules, and dynamic libraries
   * such as libc.so, sharedlib.so.
   * 
* * .opencensus.proto.trace.v1.TruncatableString module = 1; * @return Whether the module field is set. */ boolean hasModule(); /** *
   * TODO: document the meaning of this field.
   * For example: main binary, kernel modules, and dynamic libraries
   * such as libc.so, sharedlib.so.
   * 
* * .opencensus.proto.trace.v1.TruncatableString module = 1; * @return The module. */ io.opencensus.proto.trace.v1.TruncatableString getModule(); /** *
   * TODO: document the meaning of this field.
   * For example: main binary, kernel modules, and dynamic libraries
   * such as libc.so, sharedlib.so.
   * 
* * .opencensus.proto.trace.v1.TruncatableString module = 1; */ io.opencensus.proto.trace.v1.TruncatableStringOrBuilder getModuleOrBuilder(); /** *
   * A unique identifier for the module, usually a hash of its
   * contents.
   * 
* * .opencensus.proto.trace.v1.TruncatableString build_id = 2; * @return Whether the buildId field is set. */ boolean hasBuildId(); /** *
   * A unique identifier for the module, usually a hash of its
   * contents.
   * 
* * .opencensus.proto.trace.v1.TruncatableString build_id = 2; * @return The buildId. */ io.opencensus.proto.trace.v1.TruncatableString getBuildId(); /** *
   * A unique identifier for the module, usually a hash of its
   * contents.
   * 
* * .opencensus.proto.trace.v1.TruncatableString build_id = 2; */ io.opencensus.proto.trace.v1.TruncatableStringOrBuilder getBuildIdOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy