Package su.litvak.chromecast.api.v2
Schnittstelle CastChannel.AuthErrorOrBuilder
- Alle Superschnittstellen:
com.google.protobuf.MessageLiteOrBuilder
- Alle bekannten Implementierungsklassen:
CastChannel.AuthError,CastChannel.AuthError.Builder
- Umschließende Klasse:
CastChannel
public static interface CastChannel.AuthErrorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungrequired .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;booleanrequired .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;Von Schnittstelle geerbte Methoden com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Methodendetails
-
hasErrorType
boolean hasErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Gibt zurück:
- Whether the errorType field is set.
-
getErrorType
CastChannel.AuthError.ErrorType getErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Gibt zurück:
- The errorType.
-