Package su.litvak.chromecast.api.v2
Klasse CastChannel.DeviceAuthMessage
java.lang.Object
com.google.protobuf.AbstractMessageLite<CastChannel.DeviceAuthMessage,CastChannel.DeviceAuthMessage.Builder>
com.google.protobuf.GeneratedMessageLite<CastChannel.DeviceAuthMessage,CastChannel.DeviceAuthMessage.Builder>
su.litvak.chromecast.api.v2.CastChannel.DeviceAuthMessage
- Alle implementierten Schnittstellen:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,CastChannel.DeviceAuthMessageOrBuilder
- Umschließende Klasse:
CastChannel
public static final class CastChannel.DeviceAuthMessage
extends com.google.protobuf.GeneratedMessageLite<CastChannel.DeviceAuthMessage,CastChannel.DeviceAuthMessage.Builder>
implements CastChannel.DeviceAuthMessageOrBuilder
Protobuf type
su.litvak.chromecast.api.v2.DeviceAuthMessage-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final classProtobuf typesu.litvak.chromecast.api.v2.DeviceAuthMessageVon Klasse geerbte verschachtelte Klassen/Schnittstellen com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final intVon Klasse geerbte Felder com.google.protobuf.GeneratedMessageLite
unknownFieldsVon Klasse geerbte Felder com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Request fieldsgetError()optional .su.litvak.chromecast.api.v2.AuthError error = 3;Response fieldsbooleanRequest fieldsbooleanhasError()optional .su.litvak.chromecast.api.v2.AuthError error = 3;booleanResponse fieldsnewBuilder(CastChannel.DeviceAuthMessage prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<CastChannel.DeviceAuthMessage> parser()Von Klasse geerbte Methoden com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToVon Klasse geerbte Methoden com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Felddetails
-
CHALLENGE_FIELD_NUMBER
public static final int CHALLENGE_FIELD_NUMBER- Siehe auch:
-
RESPONSE_FIELD_NUMBER
public static final int RESPONSE_FIELD_NUMBER- Siehe auch:
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER- Siehe auch:
-
-
Methodendetails
-
hasChallenge
public boolean hasChallenge()Request fields
optional .su.litvak.chromecast.api.v2.AuthChallenge challenge = 1;- Angegeben von:
hasChallengein SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- Whether the challenge field is set.
-
getChallenge
Request fields
optional .su.litvak.chromecast.api.v2.AuthChallenge challenge = 1;- Angegeben von:
getChallengein SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- The challenge.
-
hasResponse
public boolean hasResponse()Response fields
optional .su.litvak.chromecast.api.v2.AuthResponse response = 2;- Angegeben von:
hasResponsein SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- Whether the response field is set.
-
getResponse
Response fields
optional .su.litvak.chromecast.api.v2.AuthResponse response = 2;- Angegeben von:
getResponsein SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- The response.
-
hasError
public boolean hasError()optional .su.litvak.chromecast.api.v2.AuthError error = 3;- Angegeben von:
hasErrorin SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- Whether the error field is set.
-
getError
optional .su.litvak.chromecast.api.v2.AuthError error = 3;- Angegeben von:
getErrorin SchnittstelleCastChannel.DeviceAuthMessageOrBuilder- Gibt zurück:
- The error.
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Löst aus:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Löst aus:
IOException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Löst aus:
IOException
-
parseDelimitedFrom
public static CastChannel.DeviceAuthMessage parseDelimitedFrom(InputStream input) throws IOException - Löst aus:
IOException
-
parseDelimitedFrom
public static CastChannel.DeviceAuthMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Löst aus:
IOException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Löst aus:
IOException
-
parseFrom
public static CastChannel.DeviceAuthMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Löst aus:
IOException
-
newBuilder
-
newBuilder
public static CastChannel.DeviceAuthMessage.Builder newBuilder(CastChannel.DeviceAuthMessage prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Angegeben von:
dynamicMethodin Klassecom.google.protobuf.GeneratedMessageLite<CastChannel.DeviceAuthMessage,CastChannel.DeviceAuthMessage.Builder>
-
getDefaultInstance
-
parser
-