blob: b5cebabb2865ba5af212fbb79744a342592afeae [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: io/grpc/reflection/testing/dynamic_reflection_test_depth_two.proto
package io.grpc.reflection.testing;
public interface TypeWithExtensionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.testing.TypeWithExtensions)
com.google.protobuf.GeneratedMessageV3.
ExtendableMessageOrBuilder<TypeWithExtensions> {
/**
* <code>optional string message = 1;</code>
*/
boolean hasMessage();
/**
* <code>optional string message = 1;</code>
*/
java.lang.String getMessage();
/**
* <code>optional string message = 1;</code>
*/
com.google.protobuf.ByteString
getMessageBytes();
}