All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.alts.internal.NextHandshakeMessageReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// 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