com.expedia.open.tracing.api.CallNodeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface CallNodeOrBuilder extends
// @@protoc_insertion_point(interface_extends:CallNode)
com.google.protobuf.MessageOrBuilder {
/**
* optional string serviceName = 1;
*/
java.lang.String getServiceName();
/**
* optional string serviceName = 1;
*/
com.google.protobuf.ByteString
getServiceNameBytes();
/**
* optional string operationName = 2;
*/
java.lang.String getOperationName();
/**
* optional string operationName = 2;
*/
com.google.protobuf.ByteString
getOperationNameBytes();
/**
*
* infrastructure provider hosting the sevice
*
*
* optional string infrastructureProvider = 3;
*/
java.lang.String getInfrastructureProvider();
/**
*
* infrastructure provider hosting the sevice
*
*
* optional string infrastructureProvider = 3;
*/
com.google.protobuf.ByteString
getInfrastructureProviderBytes();
/**
*
* infrastructure location hosting the sevice
*
*
* optional string infrastructureLocation = 4;
*/
java.lang.String getInfrastructureLocation();
/**
*
* infrastructure location hosting the sevice
*
*
* optional string infrastructureLocation = 4;
*/
com.google.protobuf.ByteString
getInfrastructureLocationBytes();
/**
*
* duration of the call percieved by the service
*
*
* optional string duration = 5;
*/
java.lang.String getDuration();
/**
*
* duration of the call percieved by the service
*
*
* optional string duration = 5;
*/
com.google.protobuf.ByteString
getDurationBytes();
}