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 Type
    Method
    Description
    The account created in the service by the request
    The account created in the service by the request
    boolean
    The account created in the service by the request

    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()
       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

       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;