org.openfeed.LogoutResponseOrBuilder 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 LogoutResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.LogoutResponse)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 correlationId = 1;
* @return The correlationId.
*/
long getCorrelationId();
/**
* .org.openfeed.Status status = 2;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .org.openfeed.Status status = 2;
* @return The status.
*/
org.openfeed.Status getStatus();
/**
* .org.openfeed.Status status = 2;
*/
org.openfeed.StatusOrBuilder getStatusOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy