blob: 0ac69753feb6a70c81c35d838172b025d70586f0 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
package io.grpc.alts.internal;
public interface HandshakerStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.HandshakerStatus)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* The status code. This could be the gRPC status code.
* </pre>
*
* <code>uint32 code = 1;</code>
*/
int getCode();
/**
* <pre>
* The status details.
* </pre>
*
* <code>string details = 2;</code>
*/
java.lang.String getDetails();
/**
* <pre>
* The status details.
* </pre>
*
* <code>string details = 2;</code>
*/
com.google.protobuf.ByteString
getDetailsBytes();
}