Interface Admin.PutDataStorageAccountRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Admin.PutDataStorageAccountRequest,Admin.PutDataStorageAccountRequest.Builder
- Enclosing class:
- Admin
public static interface Admin.PutDataStorageAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Provenance Blockchain bech32 address of the account that will be added (or updated) as an authorized user for using object storage routescom.google.protobuf.ByteStringThe Provenance Blockchain bech32 address of the account that will be added (or updated) as an authorized user for using object storage routesbooleanIf true, this account will be enabled for object storage routes.Methods 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 the account that will be added (or updated) as an authorized user for using object storage routes
string address = 1;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()The Provenance Blockchain bech32 address of the account that will be added (or updated) as an authorized user for using object storage routes
string address = 1;- Returns:
- The bytes for address.
-
getEnabled
boolean getEnabled()If true, this account will be enabled for object storage routes. If false, the account will be barred from this functionality
bool enabled = 2;- Returns:
- The enabled.
-