Package su.litvak.chromecast.api.v2
Interface CastChannel.DeviceAuthMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CastChannel.DeviceAuthMessage,CastChannel.DeviceAuthMessage.Builder
- Enclosing class:
CastChannel
public static interface CastChannel.DeviceAuthMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasChallenge
boolean hasChallenge()Request fields
optional .su.litvak.chromecast.api.v2.AuthChallenge challenge = 1;- Returns:
- Whether the challenge field is set.
-
getChallenge
CastChannel.AuthChallenge getChallenge()Request fields
optional .su.litvak.chromecast.api.v2.AuthChallenge challenge = 1;- Returns:
- The challenge.
-
hasResponse
boolean hasResponse()Response fields
optional .su.litvak.chromecast.api.v2.AuthResponse response = 2;- Returns:
- Whether the response field is set.
-
getResponse
CastChannel.AuthResponse getResponse()Response fields
optional .su.litvak.chromecast.api.v2.AuthResponse response = 2;- Returns:
- The response.
-
hasError
boolean hasError()optional .su.litvak.chromecast.api.v2.AuthError error = 3;- Returns:
- Whether the error field is set.
-
getError
CastChannel.AuthError getError()optional .su.litvak.chromecast.api.v2.AuthError error = 3;- Returns:
- The error.
-