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 Type
    Method
    Description
    Values pertaining to an existing data storage account
    Values pertaining to an existing data storage account
    boolean
    Values pertaining to an existing data storage account

    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

    • 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

       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;