Interface Admin.PutDataStorageAccountResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Admin.PutDataStorageAccountResponse,Admin.PutDataStorageAccountResponse.Builder
- Enclosing class:
- Admin
public static interface Admin.PutDataStorageAccountResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe account created in the service by the requestThe account created in the service by the requestbooleanThe account created in the service by the requestMethods 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
-
hasAccount
boolean hasAccount()The account created in the service by the request
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;- Returns:
- Whether the account field is set.
-
getAccount
Admin.DataStorageAccount getAccount()The account created in the service by the request
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;- Returns:
- The account.
-
getAccountOrBuilder
Admin.DataStorageAccountOrBuilder getAccountOrBuilder()The account created in the service by the request
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;
-