Class VerifyChallengeResponse.Builder

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

public static final class VerifyChallengeResponse.Builder extends io.deephaven.shadow.core.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 Summary

    Modifier and Type
    Method
    Description
     
     
     
    bool success = 1;
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
     
    static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.Descriptor
     
    io.deephaven.shadow.core.com.google.protobuf.Descriptors.Descriptor
     
    boolean
    bool success = 1;
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    boolean
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    protected io.deephaven.shadow.core.com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
    mergeFrom(io.deephaven.shadow.core.com.google.protobuf.CodedInputStream input, io.deephaven.shadow.core.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(io.deephaven.shadow.core.com.google.protobuf.Message other)
     
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    setSuccess(boolean value)
    bool success = 1;
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    The user context that can be actually authenticated; if there was one in the original client request this should match it.

    Methods inherited from class io.deephaven.shadow.core.com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class io.deephaven.shadow.core.com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class io.deephaven.shadow.core.com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

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

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

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

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

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

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

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

    • isInitialized

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

      public VerifyChallengeResponse.Builder mergeFrom(io.deephaven.shadow.core.com.google.protobuf.CodedInputStream input, io.deephaven.shadow.core.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface io.deephaven.shadow.core.com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface io.deephaven.shadow.core.com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class io.deephaven.shadow.core.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