Package su.litvak.chromecast.api.v2
Class CastChannel.AuthError.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<CastChannel.AuthError,CastChannel.AuthError.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<CastChannel.AuthError,CastChannel.AuthError.Builder>
su.litvak.chromecast.api.v2.CastChannel.AuthError.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,CastChannel.AuthErrorOrBuilder
- Enclosing class:
CastChannel.AuthError
public static final class CastChannel.AuthError.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<CastChannel.AuthError,CastChannel.AuthError.Builder>
implements CastChannel.AuthErrorOrBuilder
Protobuf type
su.litvak.chromecast.api.v2.AuthError-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionrequired .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;booleanrequired .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasErrorType
public boolean hasErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Specified by:
hasErrorTypein interfaceCastChannel.AuthErrorOrBuilder- Returns:
- Whether the errorType field is set.
-
getErrorType
required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Specified by:
getErrorTypein interfaceCastChannel.AuthErrorOrBuilder- Returns:
- The errorType.
-
setErrorType
required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Parameters:
value- The enum numeric value on the wire for errorType to set.- Returns:
- This builder for chaining.
-
clearErrorType
required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;- Returns:
- This builder for chaining.
-