org.openfeed.LogoutRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed_api.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface LogoutRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.LogoutRequest)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 correlationId = 1;
* @return The correlationId.
*/
long getCorrelationId();
/**
* string token = 3;
* @return The token.
*/
java.lang.String getToken();
/**
* string token = 3;
* @return The bytes for token.
*/
com.google.protobuf.ByteString
getTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy