Class VerifyChallengeResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder>
io.deephaven.proto.auth.VerifyChallengeResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, VerifyChallengeResponseOrBuilder, Cloneable
Enclosing class:
VerifyChallengeResponse

public static final class VerifyChallengeResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder> implements VerifyChallengeResponseOrBuilder
 Request response for verifyNonce request.
 See the service definition file for details on the rpc request.
 
Protobuf type io.deephaven.proto.auth.VerifyChallengeResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder>
    • getDefaultInstanceForType

      public VerifyChallengeResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public VerifyChallengeResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public VerifyChallengeResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public VerifyChallengeResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<VerifyChallengeResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<VerifyChallengeResponse.Builder>
    • mergeFrom

      public VerifyChallengeResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<VerifyChallengeResponse.Builder>
      Throws:
      IOException
    • getSuccess

      public boolean getSuccess()
      bool success = 1;
      Specified by:
      getSuccess in interface VerifyChallengeResponseOrBuilder
      Returns:
      The success.
    • setSuccess

      public VerifyChallengeResponse.Builder setSuccess(boolean value)
      bool success = 1;
      Parameters:
      value - The success to set.
      Returns:
      This builder for chaining.
    • clearSuccess

      public VerifyChallengeResponse.Builder clearSuccess()
      bool success = 1;
      Returns:
      This builder for chaining.
    • hasUserContext

      public boolean hasUserContext()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
      Specified by:
      hasUserContext in interface VerifyChallengeResponseOrBuilder
      Returns:
      Whether the userContext field is set.
    • getUserContext

      public UserContext getUserContext()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
      Specified by:
      getUserContext in interface VerifyChallengeResponseOrBuilder
      Returns:
      The userContext.
    • setUserContext

      public VerifyChallengeResponse.Builder setUserContext(UserContext value)
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
    • setUserContext

      public VerifyChallengeResponse.Builder setUserContext(UserContext.Builder builderForValue)
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
    • mergeUserContext

      public VerifyChallengeResponse.Builder mergeUserContext(UserContext value)
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
    • clearUserContext

      public VerifyChallengeResponse.Builder clearUserContext()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
    • getUserContextBuilder

      public UserContext.Builder getUserContextBuilder()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
    • getUserContextOrBuilder

      public UserContextOrBuilder getUserContextOrBuilder()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
      Specified by:
      getUserContextOrBuilder in interface VerifyChallengeResponseOrBuilder