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

com.lightstep.tracer.grpc.AuthOrBuilder Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy