Class Admin.DataStorageAccount.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Admin.DataStorageAccount.Builder>
tech.figure.objectstore.gateway.admin.Admin.DataStorageAccount.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Admin.DataStorageAccountOrBuilder
Enclosing class:
Admin.DataStorageAccount

public static final class Admin.DataStorageAccount.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Admin.DataStorageAccount.Builder> implements Admin.DataStorageAccountOrBuilder
Protobuf type tech.figure.objectstore.gateway.admin.DataStorageAccount
  • 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<Admin.DataStorageAccount.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<Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • getDefaultInstanceForType

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

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

      public Admin.DataStorageAccount 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<Admin.DataStorageAccount.Builder>
    • setField

      public Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • clearField

      public Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • clearOneof

      public Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • setRepeatedField

      public Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • addRepeatedField

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

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

      public Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
      Throws:
      IOException
    • getAddress

      public String getAddress()
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Specified by:
      getAddress in interface Admin.DataStorageAccountOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public com.google.protobuf.ByteString getAddressBytes()
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Specified by:
      getAddressBytes in interface Admin.DataStorageAccountOrBuilder
      Returns:
      The bytes for address.
    • setAddress

      public Admin.DataStorageAccount.Builder setAddress(String value)
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Parameters:
      value - The address to set.
      Returns:
      This builder for chaining.
    • clearAddress

      public Admin.DataStorageAccount.Builder clearAddress()
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Returns:
      This builder for chaining.
    • setAddressBytes

      public Admin.DataStorageAccount.Builder setAddressBytes(com.google.protobuf.ByteString value)
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Parameters:
      value - The bytes for address to set.
      Returns:
      This builder for chaining.
    • getEnabled

      public boolean getEnabled()
       If true, this account exists in the gateway service and is allowed to use object storage routes
       
      bool enabled = 2;
      Specified by:
      getEnabled in interface Admin.DataStorageAccountOrBuilder
      Returns:
      The enabled.
    • setEnabled

      public Admin.DataStorageAccount.Builder setEnabled(boolean value)
       If true, this account exists in the gateway service and is allowed to use object storage routes
       
      bool enabled = 2;
      Parameters:
      value - The enabled to set.
      Returns:
      This builder for chaining.
    • clearEnabled

      public Admin.DataStorageAccount.Builder clearEnabled()
       If true, this account exists in the gateway service and is allowed to use object storage routes
       
      bool enabled = 2;
      Returns:
      This builder for chaining.
    • hasCreated

      public boolean hasCreated()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
      Specified by:
      hasCreated in interface Admin.DataStorageAccountOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public Timestamp getCreated()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
      Specified by:
      getCreated in interface Admin.DataStorageAccountOrBuilder
      Returns:
      The created.
    • setCreated

      public Admin.DataStorageAccount.Builder setCreated(Timestamp value)
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
    • setCreated

      public Admin.DataStorageAccount.Builder setCreated(Timestamp.Builder builderForValue)
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
    • mergeCreated

      public Admin.DataStorageAccount.Builder mergeCreated(Timestamp value)
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
    • clearCreated

      public Admin.DataStorageAccount.Builder clearCreated()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
    • getCreatedBuilder

      public Timestamp.Builder getCreatedBuilder()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
    • getCreatedOrBuilder

      public TimestampOrBuilder getCreatedOrBuilder()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
      Specified by:
      getCreatedOrBuilder in interface Admin.DataStorageAccountOrBuilder
    • setUnknownFields

      public final Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>
    • mergeUnknownFields

      public final Admin.DataStorageAccount.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<Admin.DataStorageAccount.Builder>