com.netflix.genie.proto.HandshakeResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: genie.proto
package com.netflix.genie.proto;
public interface HandshakeResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.HandshakeResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .com.netflix.genie.proto.HandshakeResponse.Type type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .com.netflix.genie.proto.HandshakeResponse.Type type = 1;
* @return The type.
*/
com.netflix.genie.proto.HandshakeResponse.Type getType();
/**
* string message = 2;
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 2;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}