Interface CastChannel.AuthErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CastChannel.AuthError, CastChannel.AuthError.Builder
Enclosing class:
CastChannel

public static interface CastChannel.AuthErrorOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;
    boolean
    required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasErrorType

      boolean hasErrorType()
      required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;
      Returns:
      Whether the errorType field is set.
    • getErrorType

      required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;
      Returns:
      The errorType.