Package com.buildless

Class Account.UserAccount.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
com.buildless.Account.UserAccount.Builder
All Implemented Interfaces:
Account.UserAccountOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Account.UserAccount

public static final class Account.UserAccount.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder> implements Account.UserAccountOrBuilder
 Specifies a user account within the context of an `Account` record. In some contexts, the user may be operating
 within the scope of a specific `Tenant`, in which case it may be included here.
 
Protobuf type buildless.Account.UserAccount
  • 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<Account.UserAccount.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<Account.UserAccount.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<Account.UserAccount.Builder>
    • getDefaultInstanceForType

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

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

      public Account.UserAccount buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • setField

      public Account.UserAccount.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • clearField

      public Account.UserAccount.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • clearOneof

      public Account.UserAccount.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • setRepeatedField

      public Account.UserAccount.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • addRepeatedField

      public Account.UserAccount.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Account.UserAccount.Builder>
    • mergeFrom

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

      public Account.UserAccount.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<Account.UserAccount.Builder>
      Throws:
      IOException
    • hasTenant

      public boolean hasTenant()
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
      Specified by:
      hasTenant in interface Account.UserAccountOrBuilder
      Returns:
      Whether the tenant field is set.
    • getTenant

      public Tenant getTenant()
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
      Specified by:
      getTenant in interface Account.UserAccountOrBuilder
      Returns:
      The tenant.
    • setTenant

      public Account.UserAccount.Builder setTenant(Tenant value)
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
    • setTenant

      public Account.UserAccount.Builder setTenant(Tenant.Builder builderForValue)
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
    • mergeTenant

      public Account.UserAccount.Builder mergeTenant(Tenant value)
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
    • clearTenant

      public Account.UserAccount.Builder clearTenant()
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
    • getTenantBuilder

      public Tenant.Builder getTenantBuilder()
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
    • getTenantOrBuilder

      public TenantOrBuilder getTenantOrBuilder()
       Specifies the tenant account which this `profile` is operating under, as applicable.
       
      .buildless.Tenant tenant = 1 [json_name = "tenant"];
      Specified by:
      getTenantOrBuilder in interface Account.UserAccountOrBuilder
    • hasProfile

      public boolean hasProfile()
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
      Specified by:
      hasProfile in interface Account.UserAccountOrBuilder
      Returns:
      Whether the profile field is set.
    • getProfile

      public User getProfile()
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
      Specified by:
      getProfile in interface Account.UserAccountOrBuilder
      Returns:
      The profile.
    • setProfile

      public Account.UserAccount.Builder setProfile(User value)
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
    • setProfile

      public Account.UserAccount.Builder setProfile(User.Builder builderForValue)
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
    • mergeProfile

      public Account.UserAccount.Builder mergeProfile(User value)
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
    • clearProfile

      public Account.UserAccount.Builder clearProfile()
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
    • getProfileBuilder

      public User.Builder getProfileBuilder()
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
    • getProfileOrBuilder

      public UserOrBuilder getProfileOrBuilder()
       Specifies the user profile associated with this `Account` record.
       
      .buildless.User profile = 2 [json_name = "profile"];
      Specified by:
      getProfileOrBuilder in interface Account.UserAccountOrBuilder
    • setUnknownFields

      public final Account.UserAccount.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<Account.UserAccount.Builder>
    • mergeUnknownFields

      public final Account.UserAccount.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<Account.UserAccount.Builder>