io.grpc.alts.internal.HandshakerStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
// Protobuf Java Version: 3.25.1
package io.grpc.alts.internal;
public interface HandshakerStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.HandshakerStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* The status code. This could be the gRPC status code.
*
*
* uint32 code = 1;
* @return The code.
*/
int getCode();
/**
*
* The status details.
*
*
* string details = 2;
* @return The details.
*/
java.lang.String getDetails();
/**
*
* The status details.
*
*
* string details = 2;
* @return The bytes for details.
*/
com.google.protobuf.ByteString
getDetailsBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy