blob: 3c3f0a57fc852204fc4543b2bd2d5a45aeeb8d7e [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
package io.grpc.alts.internal;
public interface NextHandshakeMessageReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.NextHandshakeMessageReq)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* Bytes in out_frames returned from the peer's HandshakerResp. It is possible
* that the peer's out_frames are split into multiple NextHandshakerMessageReq
* messages.
* </pre>
*
* <code>bytes in_bytes = 1;</code>
*/
com.google.protobuf.ByteString getInBytes();
}