Interface Admin.DataStorageAccountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Admin.DataStorageAccount, Admin.DataStorageAccount.Builder
Enclosing class:
Admin

public static interface Admin.DataStorageAccountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The Provenance Blockchain bech32 address of this account
    com.google.protobuf.ByteString
    The Provenance Blockchain bech32 address of this account
    The timestamp at which this account was created
    The timestamp at which this account was created
    boolean
    If true, this account exists in the gateway service and is allowed to use object storage routes
    boolean
    The timestamp at which this account was created

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • getAddress

      String getAddress()
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Returns:
      The address.
    • getAddressBytes

      com.google.protobuf.ByteString getAddressBytes()
       The Provenance Blockchain bech32 address of this account
       
      string address = 1;
      Returns:
      The bytes for address.
    • getEnabled

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

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

      Timestamp getCreated()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;
      Returns:
      The created.
    • getCreatedOrBuilder

      TimestampOrBuilder getCreatedOrBuilder()
       The timestamp at which this account was created
       
      .google.protobuf.Timestamp created = 3;