Class WrappedAuthenticationRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<WrappedAuthenticationRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<WrappedAuthenticationRequest.Builder>
io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, WrappedAuthenticationRequestOrBuilder, Cloneable
Enclosing class:
WrappedAuthenticationRequest

public static final class WrappedAuthenticationRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<WrappedAuthenticationRequest.Builder> implements WrappedAuthenticationRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest
  • 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<WrappedAuthenticationRequest.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<WrappedAuthenticationRequest.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<WrappedAuthenticationRequest.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public WrappedAuthenticationRequest.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<WrappedAuthenticationRequest.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<WrappedAuthenticationRequest.Builder>
    • mergeFrom

      public WrappedAuthenticationRequest.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<WrappedAuthenticationRequest.Builder>
      Throws:
      IOException
    • getType

      public String getType()
      
       The type of the protobuf the auth payload protobuf.
       
      string type = 4;
      Specified by:
      getType in interface WrappedAuthenticationRequestOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
      
       The type of the protobuf the auth payload protobuf.
       
      string type = 4;
      Specified by:
      getTypeBytes in interface WrappedAuthenticationRequestOrBuilder
      Returns:
      The bytes for type.
    • setType

      
       The type of the protobuf the auth payload protobuf.
       
      string type = 4;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      
       The type of the protobuf the auth payload protobuf.
       
      string type = 4;
      Returns:
      This builder for chaining.
    • setTypeBytes

      public WrappedAuthenticationRequest.Builder setTypeBytes(com.google.protobuf.ByteString value)
      
       The type of the protobuf the auth payload protobuf.
       
      string type = 4;
      Parameters:
      value - The bytes for type to set.
      Returns:
      This builder for chaining.
    • getPayload

      public com.google.protobuf.ByteString getPayload()
      
       The serialized payload of the protobuf instance.
       
      bytes payload = 5;
      Specified by:
      getPayload in interface WrappedAuthenticationRequestOrBuilder
      Returns:
      The payload.
    • setPayload

      public WrappedAuthenticationRequest.Builder setPayload(com.google.protobuf.ByteString value)
      
       The serialized payload of the protobuf instance.
       
      bytes payload = 5;
      Parameters:
      value - The payload to set.
      Returns:
      This builder for chaining.
    • clearPayload

      public WrappedAuthenticationRequest.Builder clearPayload()
      
       The serialized payload of the protobuf instance.
       
      bytes payload = 5;
      Returns:
      This builder for chaining.