Package mls_client

Class MlsClient.StateAuthResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<MlsClient.StateAuthResponse.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.Builder>
mls_client.MlsClient.StateAuthResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MlsClient.StateAuthResponseOrBuilder
Enclosing class:
MlsClient.StateAuthResponse

public static final class MlsClient.StateAuthResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.Builder> implements MlsClient.StateAuthResponseOrBuilder
Protobuf type mls_client.StateAuthResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.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.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.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.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.Builder>
    • getDefaultInstanceForType

      public MlsClient.StateAuthResponse 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 MlsClient.StateAuthResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

    • isInitialized

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

      public MlsClient.StateAuthResponse.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<MlsClient.StateAuthResponse.Builder>
      Throws:
      IOException
    • getStateAuthSecret

      public com.google.protobuf.ByteString getStateAuthSecret()
      bytes state_auth_secret = 1;
      Specified by:
      getStateAuthSecret in interface MlsClient.StateAuthResponseOrBuilder
      Returns:
      The stateAuthSecret.
    • setStateAuthSecret

      public MlsClient.StateAuthResponse.Builder setStateAuthSecret(com.google.protobuf.ByteString value)
      bytes state_auth_secret = 1;
      Parameters:
      value - The stateAuthSecret to set.
      Returns:
      This builder for chaining.
    • clearStateAuthSecret

      public MlsClient.StateAuthResponse.Builder clearStateAuthSecret()
      bytes state_auth_secret = 1;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final MlsClient.StateAuthResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.Builder>
    • mergeUnknownFields

      public final MlsClient.StateAuthResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MlsClient.StateAuthResponse.Builder>