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 TypeMethodDescriptionThe Provenance Blockchain bech32 address of this accountcom.google.protobuf.ByteStringThe Provenance Blockchain bech32 address of this accountThe timestamp at which this account was createdThe timestamp at which this account was createdbooleanIf true, this account exists in the gateway service and is allowed to use object storage routesbooleanThe timestamp at which this account was createdMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-