Interface Admin.FetchDataStorageAccountResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Admin.FetchDataStorageAccountResponse,Admin.FetchDataStorageAccountResponse.Builder
- Enclosing class:
- Admin
public static interface Admin.FetchDataStorageAccountResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionValues pertaining to an existing data storage accountValues pertaining to an existing data storage accountbooleanValues pertaining to an existing data storage accountMethods 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()Values pertaining to an existing data storage account
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;- Returns:
- Whether the account field is set.
-
getAccount
Admin.DataStorageAccount getAccount()Values pertaining to an existing data storage account
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;- Returns:
- The account.
-
getAccountOrBuilder
Admin.DataStorageAccountOrBuilder getAccountOrBuilder()Values pertaining to an existing data storage account
.tech.figure.objectstore.gateway.admin.DataStorageAccount account = 1;
-