io.grpc.alts.internal.NextHandshakeMessageReqOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
// Protobuf Java Version: 3.25.3
package io.grpc.alts.internal;
public interface NextHandshakeMessageReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.NextHandshakeMessageReq)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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.
*
*
* bytes in_bytes = 1;
* @return The inBytes.
*/
com.google.protobuf.ByteString getInBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy