main.java.com.streamlayer.users.BypassAuthResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/users/users.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.users;
public interface BypassAuthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.BypassAuthResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.users.BypassAuthResponse.AuthResponseMetadata getMeta();
/**
* optional .streamlayer.users.User data = 2 [json_name = "data"];
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional .streamlayer.users.User data = 2 [json_name = "data"];
* @return The data.
*/
com.streamlayer.users.User getData();
}