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
      User getData()
      optional .streamlayer.users.User data = 2 [json_name = "data"];
      BypassAuthResponse.AuthResponseMetadata getMeta()
      .streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
      boolean hasData()
      optional .streamlayer.users.User data = 2 [json_name = "data"];
      boolean hasMeta()
      .streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasMeta

        boolean hasMeta()
        .streamlayer.users.BypassAuthResponse.AuthResponseMetadata meta = 1 [json_name = "meta"];
        Returns:
        Whether the meta field is set.
      • 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.