Package su.litvak.chromecast.api.v2
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 TypeMethodDescriptionrequired .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;booleanrequired .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
CastChannel.AuthError.ErrorType getErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Returns:
- The errorType.
-