Package com.streamlayer.users
Interface BypassAuthResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BypassAuthResponse,BypassAuthResponse.Builder
public interface BypassAuthResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsergetData()optional .streamlayer.users.User data = 2 [json_name = "data"];BypassAuthResponse.AuthResponseMetadatagetMeta().streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];booleanhasData()optional .streamlayer.users.User data = 2 [json_name = "data"];booleanhasMeta().streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
-
-
-
Method Detail
-
hasMeta
boolean hasMeta()
.streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
BypassAuthResponse.AuthResponseMetadata getMeta()
.streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];- Returns:
- The meta.
-
hasData
boolean hasData()
optional .streamlayer.users.User data = 2 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
User getData()
optional .streamlayer.users.User data = 2 [json_name = "data"];- Returns:
- The data.
-
-