Interface UndeleteServiceAccountResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServiceAccount getRestoredAccount()
      Metadata for the restored service account.
      ServiceAccountOrBuilder getRestoredAccountOrBuilder()
      Metadata for the restored service account.
      boolean hasRestoredAccount()
      Metadata for the restored service 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 Detail

      • hasRestoredAccount

        boolean hasRestoredAccount()
         Metadata for the restored service account.
         
        .google.iam.admin.v1.ServiceAccount restored_account = 1;
        Returns:
        Whether the restoredAccount field is set.
      • getRestoredAccount

        ServiceAccount getRestoredAccount()
         Metadata for the restored service account.
         
        .google.iam.admin.v1.ServiceAccount restored_account = 1;
        Returns:
        The restoredAccount.
      • getRestoredAccountOrBuilder

        ServiceAccountOrBuilder getRestoredAccountOrBuilder()
         Metadata for the restored service account.
         
        .google.iam.admin.v1.ServiceAccount restored_account = 1;