com.lightstep.tracer.grpc.AuthOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Lightstep OpenTelemetry Auto Exporter
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: collector.proto
package com.lightstep.tracer.grpc;
public interface AuthOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.Auth)
com.google.protobuf.MessageOrBuilder {
/**
* string access_token = 1;
* @return The accessToken.
*/
java.lang.String getAccessToken();
/**
* string access_token = 1;
* @return The bytes for accessToken.
*/
com.google.protobuf.ByteString
getAccessTokenBytes();
}