// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/instrumentation/v1alpha/monitoring.proto
package io.grpc.instrumentation.v1alpha;
public interface CustomMonitoringDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.instrumentation.v1alpha.CustomMonitoringData)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* can be any application specific monitoring data
* </pre>
*
* <code>.google.protobuf.Any contents = 1;</code>
*/
boolean hasContents();
/**
* <pre>
* can be any application specific monitoring data
* </pre>
*
* <code>.google.protobuf.Any contents = 1;</code>
*/
com.google.protobuf.Any getContents();
/**
* <pre>
* can be any application specific monitoring data
* </pre>
*
* <code>.google.protobuf.Any contents = 1;</code>
*/
com.google.protobuf.AnyOrBuilder getContentsOrBuilder();
}